/* CSS Document */


body{
	padding :0;
	margin :0;
}

a:link {color:#000066; text-decoration:none; font-weight: bold;}
a:active {color:#000066; text-decoration:none; font-weight: bold;}
a:visited {color:#000066; text-decoration:none; font-weight: bold;}
a:hover { color:#000000; text-decoration:none; font-weight: bold; cursor:hand;}

.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ADB1CD;
}


.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333467;
}


