@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	font-family: tahoma;
	font-size: 0.8em;
}

h1 {
	font-family: tahoma;
	font-size:1.6em;
	color: #212163;
	}
	
h2 {
	font-family: tahoma;
	color: #212163;
	font-size:1.4em;
	}
	
h3 {
	font-family: tahoma;
	color: #212163;
	}
	
h4 {
	font-family: tahoma;
	color: #212163;
	}
	
h5 {
	font-family: tahoma;
	color: #212163;
	}
	
h6 {
	font-family: tahoma;
	color: #212163;
	}
p {
color:#000000;
font-size:0.8em;
}

a, a:link, a:active, a:visited{
	color: #212163;
	}
	
a:hover {
	color: #636321; /*#a6a6c1*/
	}


/*sub navigation menu */
#subNav ul {
list-style:none;

}

#subNav ul li {
width:auto;
float:left;
display:block;
margin-left:0.5em;
margin-right:0.5em;
margin-bottom:1em;
}



/*footer section */
#footer {
	margin-top:2em;
	text-align:center;
	}