@charset "UTF-8";
/* CSS Document */

body{
	background-color: #2a3e6c;
	background-image:url(../images/ui/background.jpg);
	background-repeat:repeat-x;
	}
.body {
	color: #666666;
	font-family: verdana, arial;
	font-size:12px;
	line-height:18px;
	}
.subhead {
	color: #2A3E6C;
	margin-left:50px;
	margin-right:25px;
	font-family: verdana, arial;
	font-size:14px;
	font-weight:bold;
	}
a:link {
	color: #687198;
	text-decoration: none;
}
a:visited {
	color: #687198;
	text-decoration: none;
}
a:hover {
	color: #6871988;
	text-decoration: underline; 
}
a:active {
	color: #FF0000;
}
.bodyinternal {
	color: #666666;
	margin-left:50px;
	margin-right:25px;
	font-family: verdana, arial;
	font-size:12px;
	line-height:18px;
	}
ul {
	list-style-type: disc;
	color: #666666;
	margin-left:50px;
	margin-right:25px;
	font-family: verdana, arial;
	font-size:12px;
	line-height:18px;
}
.sidebar {
	color: #2a3e6c;
	margin-left:26px;
	margin-right:20px;
	font-family: times;
	font-size:13px;
	line-height:15px;
	}
.footer {
	font-family: verdana, arial;
	font-size: 11px;
	line-height:11px;
	}	 
a.footer:link { 
	text-decoration: none; 
	}
a.footer:hover { 
	color: white; 
	text-decoration: underline; 
	}
a.footer:visited {
	text-decoration: none;
	}	
.copyright {
	color: #758099;
	font-family: arial, verdana;
	font-size:10px;
	line-height:10px
	}
a.copyright:link {
	text-decoration: none;
	}
a.copyright:hover { 
	color: white; 
	text-decoration:underline; 
	}
a.copyright:visited {
	text-decoration: none;
	}

