.text1 {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.text2 {
	font-family: tahoma;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.text3 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.text4 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}

.bannerfacts {
	font-family: arial;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.textInput{
	WIDTH: 100px;
	height: 18px;
	BACKGROUND: #BBBBBB;
	BORDER: 1px solid #870101;
	COLOR: #000000;
}

.fact {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
}

.header {
	font-family: arial;
	font-size: 20px;
	color: #870101;
	font-weight: bold;
}
.header2 {
	font-family: arial;
	font-size: 20px;
	color: #336633;
	font-weight: bold;
}
.subheader {
	font-family: arial;
	font-size: 12px;
	color: #00226f;
	font-weight: bold;
}
.subheader2 {
	font-family: arial;
	font-size: 12px;
	color: #336633;
	font-weight: bold;
}

.header_login {
	font-family: arial;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.subheader_login {
	font-family: arial;
	font-size: 12px;
	color: #BBBBBB;
	font-weight: bold;
}

.header_name {
	font-family: arial;
	font-size: 14px;
	color: #870101;
	font-weight: bold;
}
.subheader_title {
	font-family: arial;
	font-size: 10px;
	color: #00226f;
	font-weight: bold;
}

a:link {
	color: #044c8a;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	color: #044c8a;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}

a.a:hover {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

a.a:link {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
a.a:visited {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;

}
a.a:hover {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

table.contacts {
	width: 475px;
	background-color: #e2e2e2;
	border: 1px #000000 solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}
td.contactDept {
 	background-color: #8C1717;
	border: 1px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040; 
}
td.contact {
 	border-bottom: 1px #393938 dotted;
	text-align: left;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	background-color: #e2e2e2;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
}	
#content {
    width: 67%; 
    padding: 45px 10% 100px 15%; 
    margin: 0 15px 0 0;
    border-right: 2px dotted black;
    border-bottom: 2px dotted black;
}
tr.wf-line {
	background: #999999;
}