body {
	margin: 0px;
	font-family: "trebuchet MS", tahoma, arial;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #333333;
}
td {
	font-family: "trebuchet MS", tahoma, arial;
	color: #003399;
	font-size: 12px;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.stationTitle {
	font-size: 16px;
	font-family: "trebuchet MS", tahoma, arial;
	font-weight: bold;
}
.subTitle{
	font-size: 11px;
	font-family: "Arial Black", Arial;
	color: #666666;
	text-transform: uppercase;
}
.minis{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #3399CC;
	line-height: 6px;
	text-transform: uppercase;
}
.minis2{
	font-family: "Arial Black", Arial;
	font-size: 10px;
	color: #3399CC;
	line-height: 9px;
	text-transform: uppercase;
}


#headMenu {
	font-family: Arial Black, Arial, Helvetica;
	font-size: 10px;
	letter-spacing: -1px;
	color: #c8e6ff;
	text-align:right;
}
#headMenu a{
	color: #c8e6ff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
#headMenu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#station_Menu {
	font-family: "trebuchet MS", tahoma, arial;
	font-weight: bold;
	font-size: 10px;
	color: #1b86bf;
}
#station_Menu a{
	color: #1b86bf;
	text-decoration: none;
}
#station_Menu a:hover{
	color: #003399;
	text-decoration: none;
}

.radioitem{
	font-family: Verdana, Helvetica;
	font-size:11px;
	color: #1b86bf;
}
.radioitem a{
	color: #1b86bf;
}
.radioitemover{
	font-family: Verdana, Helvetica;
	font-size:11px;
	background-color: white;
	color: #003399;
}
.radioitemover a{
	color: #003399;
}


.commInput{
	font-family: "trebuchet MS", tahoma, arial;
	font-size: 12px;
	color: #003079;
	background-color:#FFFFFF;
	border-top: 1px solid #c0ccdb;
	border-left: 1px solid #c0ccdb;
	border-bottom: 1px solid #d4dee8;
	border-right: 1px solid #d4dee8;
	background-image: url('field.bg.white.gif');
	background-position: top left;
	padding: 4px;
}
.inputError{
	border-top: 1px solid #fee453;
	border-left: 1px solid #fee453;
	border-bottom: 1px solid #e8e6d4;
	border-right: 1px solid #e8e6d4;
}
