/* Global Styles */
body {
	background-color: #C0DFFD;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
}	
a:hover {
	color: #3366CC;
	text-decoration:underline;
}

/* Background Styles */
.bgrBlue {
	background-color:#1A4251;
}
.bgrPaleBlue{
	background-color:#E6F3FF;
}

/* Text Styles */
.txt {
	font-size:10px;
	color:#1A4251;
}
.txtHeader {
	color:#FF6633;
	font-size: 11px;
	font-weight:bold;
}
.txtOrangeBold{
	color: #FF6600;
	font-weight:bold;
}
.tit {
	font-size:14px;
	color:#1A4251;
	font-weight:bold;
}
.alarm {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}


/* ID Styles */
#menu td {
	border-bottom: 2px solid #C0DFFD;
}	
#menu a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("img/arrow.gif") 14px 45% no-repeat;
}	
#menu a:hover {
	background: #ffffff url("img/arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
}
