@charset "UTF-8";

p, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-bottom: 1em;
	line-height: 1.3em;
	letter-spacing: -1px;
}
td {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding-bottom: 0em;
	letter-spacing: -1px;
	line-height: 1.3em;
	color:#333;
}

H2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
}
H3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}
H4 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
H5 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 1em;
}
H6 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;	
}


a {
	color: #005eb2;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
}
a:active {
}
a:visited {
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	margin: 2px;	
}
input {
	display: block;
	margin: 2px;
}
textarea {
	border: 1px solid #999999;
	width: 400px;
}
.input_style {
	border: 1px solid #999999;
	width: 200px;
	padding: 1px;
}

.alert {
	color: #FF0000;
}

ul {
	list-style-type: none;
	padding-bottom: 1em;
}
ol {
	list-style-type: none;
	padding-bottom: 1em;
}
ol li{
	list-style-type: decimal;
	margin-left: 35px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul li {
	list-style-type: circle;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul.servicesList  li {
	list-style-type: circle;
	margin-left: 55px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
.evenRow{
	background-color: #F0F6FC;
}
