/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 222222;
}

.content-home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 222222;
	}

h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #009AD3;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
