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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:24px;
	margin:0px;
	padding:0px;}

h1, legend{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;}

h2 {
	font-size:14px;
	margin-bottom:10px;}

h3 {
	font-size:12px;
	margin-bottom:10px;}

ol ol {list-style-type:upper-alpha;}

ol ol ol {list-style-type:lower-roman;}

td{vertical-align:top;}


form button, form input[type="submit"]{
	background:#fff;
	color:#3692d0;
	padding:7px 25px;
	display: block;
	cursor:pointer;}
					
form button:hover, form input[type="submit"]:hover {
	background-color:#3692d0;
	color:#fff;
	border:1px solid #999;}

h1{margin-top:0px;padding-top:0px;}

/*---NAVIGATION---*/
	a{color:#fff;font-weight:bold;text-decoration:none;}
	a:hover{text-decoration:underline;}

	div#navigation a, div#sub-navigation a{
		color:#999;
		font-size:14px;
		font-weight:normal;
		text-decoration:none;
		margin-left:25px}
	div#navigation a:hover, div#sub-navigation a:hover{
		color:#3692d0;
		font-size:14px;
		font-weight:normal;
		text-decoration:none;
		margin-left:25px;}

	div#form-content a{
		color:#3692d0;
		}

	div#sub-navigation a{margin-left:0px; margin-right:10px;}
	div#sub-navigation a:hover{margin-left:0px; margin-right:10px;}
	
	
	div#content a{color:#3692d0;}
	div#content a:hover{color:#3692d0;}


	div#footer a{
		color:#3692d0;
		text-decoration:none;}
	div#footer a:hover{
		color:#3692d0;
		text-decoration:underline;}


/*---CLASSES---*/


