@charset "utf-8";
/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #042D58;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 100%;
	font-weight: bold;
	color: #042D58;
}

h2{
	font-size: 92%;
	color: #042D58;	
}

p{	
}

a{
	color: #042D58;
	text-decoration: none;
}

a:link{
	color: #042D58;
	text-decoration: none;
}

a:visited{
	color: #042D58;
	text-decoration: none;
}

a:hover{
	color: #042D58;
	text-decoration: underline;
}

ul{
	font-size:75%;
}

label{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #042D58;
	font-size: 120%;
}

label2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #042D58;
}

form { 
 border: 0px; 
 padding: 0px; 
 margin-top:0px;
 margin-bottom:0px;
}

