/* CSS Document */

.font3 {font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; color: #003399;}

.font {color: #FFFFFF; font-size: 12px;}

.class5 a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #33CCFF;
	}
	
.class5 a:hover {
    text-decoration: none;
	color: #FFFFFF;
	}

.class4 a {
	text-decoration: underline;
	font-weight: bold;
	color: #0099FF;
	}
	
.class4 a:hover {
    text-decoration: none;
	color: #FF9900;
	}
	
	
/* default tags */

html, body{height:100%}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background: #ffffff;
	}	
