
/* CSS Document */
body {
	background-color: #617A9C;
	margin: 0px 0px 0px 0px;
	}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFF;
	}
p {
	margin-top: 0; margin-bottom: 1em; text-align:left; font-size:10px; line-height:1.5;
	}
	
h1 {
	font-size: 14px; font-weight: bold;
	}
img {
	display:block; border:0;
	}
a:link {
	font-weight:normal; text-decoration: none; color:#B4D0E7; background:transparent;
	}
a:visited {
	font-weight:normal; text-decoration: none; color:#B4D0E7; background:transparent;
	}
a:hover {
	font-weight:normal; text-decoration: underline; color:#CCFF33; background:transparent;
	}
a:active {
	font-weight:normal; text-decoration: none; color:#fff; background:transparent;
	}
	
#footer {
	font: 12px Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF;  
	}
#footer a:link {text-decoration:none; color:#FFFFFF;
	}
#footer a:visited {text-decoration:none; color:#FFFFFF;
	}
#footer a:hover {text-decoration:underline overline; color:#FFFFFF;
	}
#footer a:active {text-decoration:none; color:#FFFFFF;
	} 		 		
table#nav td 
	{
	font: 12px Verdana, Arial, Helvetica, sans-serif; text-align:right;
	}
table#nav td a 
	{
	font-weight:bold; color: #B4D0E7; margin:0 0 20px 0; padding:0; text-decoration:none; display:block; 
	}
#nav td a:link, #nav td a:visited 
	{
	display:block; background-image: url(../images/button1.gif); margin:0px; width:160px; height:20px;
	}
#nav td a:hover 
	{
	display:block; color: #fff; background-image: url(../images/button2.gif); margin:0px; width:160px; height:20px;
	}

