/* CSS Document */
body{
	font-size:11px;
	font-family:Tahoma, Arial;	
	margin:0px;
}
/************************* Link Styles   *******************************/
a.quickLinks{
	color:#4e9ded;
	text-decoration:underline;
}
a.quickLinks:hover{
	color:#4e9ded;
	text-decoration:none;
}
a.navigation{
	color:#FFFFFF;
	text-decoration:none;
}
a.navigation:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
a.tabs{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
}
a.bc{
	color:#000000;
	text-decoration:none;
}
a.bc:hover{
	color:#000000;
	text-decoration:underline;
}
a.normal{
	color:#4e9ded;
	text-decoration:none;
}
a.normal:hover{
	color:#4e9ded;
	text-decoration:underline;
}
.buttonCyan{
	width:99px;
	height:16px;
	margin-top:5px;
	text-align:center;
	padding-top:1px;
	background:url(../images/cyanButton.jpg) no-repeat;
	float:right;
}
.buttonAsh{
	width:79px;
	height:16px;
	margin-top:5px;
	text-align:center;
	padding-top:1px;
	background:url(../images/buttonAsh.jpg) no-repeat;
	float:left;
}
/************************* UL Styles   *******************************/
ul#navigationLinks{
	margin:0px;
	padding:0px;
	margin-top:7px;
}
ul#navigationLinks li{
	display:inline;
	list-style:none;
	padding-left:15px;
}
/*****************************   Input Boxes Styles     ***************************************/
.newsletterTextBox{
	width:222px;
	height:26px;
	border:1px #CCCCCC solid;
	font-size:18px;
	font-style:normal;
	color:#666666;
}
.GO{
	width:38px;
	height:30px;
	margin:0px;
	padding:0px;
	border:0px;
	background:url(../images/buttonGo.jpg) no-repeat;
}
/************************* header Styles   *******************************/
.spotBot{
	margin:0px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:12px;
	color:#006699;
	font-weight:bold;
}
