/* Spud's CSS */

/* Set the default font */
body, p, td, th {font-family: Arial, Helvetica, sans-serif;}

/* Don't set these to an em, so nested items get smaller and smaller */
p {
	font-style: normal;
}

/* Set these to 1em, so nested items don't get smaller and smaller */
body, td {
	font-size: 0.8em;
	font-style: normal;
}

BODY{
	scrollbar-face-color:#999999;
	scrollbar-arrow-color:#990000;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-Color:#000000;
}

.largeCells td {
	font-size: 1.2em;
	font-style: normal;
}

.normalCells {
	font-size: 0.8em;
	font-style: normal;
}

.medCells td {
	font-size: 0.75em;
	font-style: normal;
}

.smallCells td {
	font-size: 0.6em;
	font-style: normal;
}

.smallText {
	font-size: 0.8em;
	font-style: normal;
}

/* Set images to have no borders */
img { border: 0; }

/* Set links styles */
.happenings a:visited {
	color: #999999;
	}

a:link {
	color: #990000;
	}
a:visited {
	color: #993333;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	}

.happenings a {
	font-size: 0.9em;
	font-style: normal;
	text-decoration: none;
}

.happenings li {
	color: #666666;
}


.mainCopy {
	font-size: 0.8em;
	}

.littleText {
	font-size: 0.6em;
	}

.disclaimer {
	font-style: italic;
	font-size: 0.75em;
	}

.theQuotes {
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	}

.theHeadlines {
	color: #454545;
	font-weight: bold;
	}

/* Set navbar styles */
.theNavbar {
	background-color: #FFFFCC;
	}

.theNavbar td {
	font-size: 0.9em;
	font-weight: bold;
	}

.theNavbar a {
	color: #ffffff;
	text-decoration: none;
	width: 131px;
	height: 20px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.theNavbar a:hover {
	color: #FFFFFF;
	background-color: #009900;
	text-decoration: none;
}

.theNavbar a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}


