/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#666;
}


/*==================text================*/
p{
	margin:5px 15px 15px 20px;
}
h2{
	color:#063972;
	font-size:20px;
	font-weight:bold;
	margin:5px 15px 15px 20px;	
	text-transform:uppercase;
}
h3{
	color:#958146;
	font-size:18px;
	font-weight:bold;
	margin:5px 15px 15px 20px;	
}
h4{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:5px 15px 15px 20px;	
}
h5{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	margin:5px 10px 10px 0;	
}
em, i{
	font-style: italic;
}
strong, b{
	font-weight: bold;
}
a{
	text-decoration: none;
	color:#063972;
	text-decoration:underline;
}
ul, ol{

}
li{

}