@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363535;
	line-height: 18px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5172AE;
	text-decoration: none;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5172AE;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5172AE;
	text-decoration: none;
}
.pblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5172AE;
	text-decoration: none;
	padding-bottom: 2px;
}
.borderleftright {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5172AE;
	border-left-color: #5172AE;
}
.allborder {
	border: 1px solid #5172AE;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5172AE;
	text-decoration: underline;
}
a:hover {
	color: #344970;
	text-decoration: underline;
}
.paddingtop {
	padding-top: 10px;
}
.leftpadding {
	padding-left: 40px;
}
