body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.titleBlue {
	font-family: Tahoma;
	font-size: 14px;
	color: #2175BB;
	line-height: 14px;	
	font-weight: bold;
}

.titleWhite {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFF;
	line-height: 14px;	
	font-weight: bold;
}

.titleBlack {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	line-height: 14px;	
	font-weight: bold;
}

.plainText {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	text-align: justify;
}

.plainText a{
	color: #2175BB;
	text-decoration: underline;
}

.plainText a:hover{
	color: #000;
	text-decoration: none;
}

.plainTextBlue {
	font-family: Tahoma;
	font-size: 12px;
	color: #2175BB;
	line-height: 14px;
	text-align: justify;
}

.noteText {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}

.noteText a{
	color: #000;
	text-decoration: none;
}

.noteText a:hover{
	color: #2175BB;
	text-decoration: underline;
}

.noteTextWhite {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
	line-height: 14px;
	text-align: justify;
}

.noteTextWhite a{
	color: #FFF;
	text-decoration: underline;
}

.noteTextWhite a:hover{
	color: #FFF;
	text-decoration: none;
}

.noteTextBlue2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #2175BB;
	line-height: 14px;
}

.noteTextBlue2 a{
	color: #2175BB;
	text-decoration: none;
}

.noteTextBlue2 a:hover{
	color: #2175BB;
	text-decoration: none;
}

.noteTextBlue {
	font-family: Tahoma;
	font-size: 11px;
	color: #2175BB;
	line-height: 14px;
}

.noteTextBlue a{
	color: #2175BB;
	text-decoration: underline;
}

.noteTextBlue a:hover{
	color: #2175BB;
	text-decoration: none;
}

.textBoxes {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	border: 1px solid #2175BB;
}
.textBoxes a:hover{
	font-family: Tahoma;
	font-size: 12px;
	color: #2175BB;
	border: 0px solid #2175BB;
}
.textBoxes a{
	font-family: Tahoma;
	font-size: 12px;
	color: #2175BB;
	border: 0px solid #2175BB;
}

.textBoxesSmall {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	border: 1px solid #2175BB;
}
.submitButton {
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	background-color: #2175BB;
	border-right: 2px solid #2175BB;
	border-top: 2px solid #2175BB;
	border-left: 2px solid #2175BB;
	border-bottom: 2px solid #2175BB;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.submitButtonWhite {
	font-family: Tahoma;
	font-size: 11px;
	color: #2175BB;
	background-color: #FFF;
	border-right: 1px solid #A9C9E5;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #A9C9E5;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.loginButton {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	padding: 1px;
	background-color: #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 19px;
	text-align: center;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

.plainTextList {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	list-style-image: url(_images/bullets_in.gif);
	padding-left: 15px;
}

.plainTextList2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	list-style-image: url(_images/bullets_in.gif);
	padding-left: 16px;
	}

.pdfList {
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	list-style-image: url(_images/pdf.gif);
}







