/* CSS Document */


body {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.HomeColumn {
	padding-left: 4px;		
}

.SearchBarText {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-style:italic;
	color:#FFFFFF;
	background-color:#FF0000;
}

.RepsTableHeaders {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#FF0000;
}

.ColumnBody {
	background: #FFFFFF;
}

.HeaderText {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color:#bfbef3;
}

.BodyTextBold {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
}

.TitleText {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

.RedText {
	font-family:Tahoma;
	color: #FF0000;
}

.SloganText{
	font-family:Tahoma;
	color: #FF0000;
	font-size:13pt;
	font-weight: bold;
	font-style:italic;
}

.CaptionText {
	font-style:italic;
}

.floatLeft {
	float: left; 
    margin: 4px; 
}

.floatRight {
	float: right; 
    margin: 4px; 
}

.floatCenter {
	float:left; 
	margin-left:60px; 
	margin-right:60px; 
	margin-bottom:10px;
}

table.Application {
	font-family:Tahoma;
	font-size:9pt;
	border-width: 1px;
	border-color: black;
	background-color: white;
	border-bottom: solid;
	border-left: solid;
}

table.Application th {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color:#bfbef3;
}

table.Application td {
	border-width: 1px;
	border-style: none;
	border-color: black;
	border-right:solid;
	border-top:solid;
}

a:link, a:active, a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #3366FF;
}

.AltRow1 {
	background: #b8cce4;
}

.AltRow2 {
	background: #8db3e2;
}