@charset "utf-8";
/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

body a{
	color:#006699;
	text-decoration:underline;
}

#nav ul a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;	
font-weight:bold;
text-decoration:none;
}

.hoverColorRed{
	color:#e85141;
}


.colorBlue{
	color:#1503fc;
}

.title{
	font-weight:bold;
	text-decoration:underline;
}

.bd{
font-weight:bold;
}

#footer{
	font-size:0.75em;
}

#footer a{
	color:#006699;
	text-decoration:underline;
}