@charset "utf-8";
/* CSS Document */

#sub_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #649ABE;
	text-align:justify;
	font-weight:bold;
	font-size: 18px;
	}

ul	{
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	}

p	{
	font-size:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	}
	
a:link {color: #649ABA;
	text-decoration: none; 
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	}
a:visited {color: #316191;
	text-decoration: none; 
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	}
a:hover {color: #ffcc00;
	text-decoration: none; 
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	}
a:active {color: #FF3399;
	text-decoration: none; 
	font-weight: bold;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;}

hr {color:#0099FF;
width:70%;
text-align:center;

}