
body {
	color: #000;
	font-family: Verdana, Helvetica, Sans-Serif;

	font-size: 12px;

}



p {
	font-size: 12px;
	color: #000;
	line-height: 130%px;
	margin-bottom: 12px;
}

h1, h2, h4, h5, h6 {
	
	color: #999999;
	
}

h1 {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 6px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	
}

h2 {

}

a {
	text-decoration: none;
	color: #3F93CF;
}

a:visited, a:link {
	text-decoration: none;
	color: #3F93CF;
}

a:hover {
	color:#2E6DA0;
	text-decoration:underline;
}

td, th {
	font-size: 12px;
}


img {
	border: none;
}

input {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

textarea {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

label {
	font-size: 12px;
}

ul {
	line-height:17px;
	margin-bottom:15px;

}
li {
	margin-left:15px;
	font-size: 12px;

}

a.PDF-Icon {
	padding-left: 20px;
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: left -2px;
}
