/* CSS Document */

body,td,div,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#818181;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 4px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #6ba5d1;
	margin-bottom: 4px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #3d84ba;	
	margin-bottom: 4px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #193250;
	margin-bottom: 2px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c57136;
	margin-bottom: 2px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #193250;
	margin-bottom: 2px;
}
a {
	
	color: #71afde;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

p{
	margin-top: 2px;
	margin-bottom: 2px;
}