BODY {SCROLLBAR-FACE-COLOR: #003366; 
SCROLLBAR-HIGHLIGHT-COLOR: ; 
SCROLLBAR-SHADOW-COLOR: ; 
SCROLLBAR-3DLIGHT-COLOR: ; 
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #003366; 
SCROLLBAR-DARKSHADOW-COLOR:; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #003366;
}
.weathertable {
	margin-left: 10px;
	border: 1px solid darkgrey;
}
.weathertable td {
	border: 1px solid darkgrey;
	font-size: 10px;
}

.weathertable th {
	border: 1px solid darkgrey;
	font-size: 10px;

}

.weather_high {
	color: #FF0000;
}

.weather_low {
	color: #0000FF;
}

.weathertexttable {
	margin-left: 10px;
	font-size: 10px;
}
.weathertexttable td {
	vertical-align: top;
	font-size: 10px;
}
TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

.textboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 2px solid #000066;
	color: #003366;

}
.buttonstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #993366;
	border: 1px none #FFFFFF;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}
p { margin:5px 0px 0px 0px;}


ul {
	margin:0px 0px 0px 0px;
	padding:0px;	
	list-style-type: square;
}
li {margin:3px 0px 0px 18px;
	padding:0px;}
	
	
.busdirtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	line-height: 16px;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
}
.headertext a:link {text-decoration: none; color: #ffffff;}
.headertext a:visited {text-decoration: none; color: #ffffff;}
.headertext a:active {text-decoration: none color: #ffffff;}
.headertext a:hover {text-decoration: underline; color: #ffcc33;}

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
}

.tabletext td {
	border-bottom: 1px solid black;
}

.tabletext th {
	border-bottom: 3px double black;
}

a {
	text-decoration: underline;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	color: #993366;
}

a:visited {
	text-decoration: underline;
	color: #003366;

}

a:active {
	color: #003366;
	text-decoration: underline;
}

a.newslink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.calendar_today {
	border: 2px solid #FF0000;
}
.calendar_empty {

}
.calendar_post {
	background-color: #DBDBEF;
}

.calendar_post_today {
	background-color: #DBDBEF;
	border: 2px solid #FF0000;
}

.calendar_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.calendar_header {
	font-size: 12px;
	font-weight: normal;
	background-color: #000062;
	color: #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC9900;
	font-stretch:expanded;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;

}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	
}
footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	color: #003366; }

.happy {
	color: #00346A;
	font-weight: bold;
	font-size: 1.1em;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}

.tableview {
	border-collapse: collapse;
	border-spacing: 0px;
	color: black;
	margin-left: 20px;
	font-size: 1.1em;
}


.tableview td {
	border: 1px solid #00346A;
	padding: 1px;

}

.tableview th {
	border: 1px solid #00346A;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #00346A; 
	padding: 4px;
}

.tableview th a {
	font-weight: bold;
	color: #FFFFFF;
}
.tableview th a:hover {
	font-weight: bold;
	background-color: #00346A; 
	color: #3D90E9;
}

.tableedit {
	border-collapse: collapse;
	border-spacing: 1px;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.1em;
	width: 100%;
	border: 0px;

}

.tableedit td {
	border: 0px solid #00346A;
	padding: 3px;

}

.tableedit th {
	border: 1px solid #00346A;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #00346A; 
	padding: 1px;
}


