A, A:link, A:visited {

	color: #2d6190;

	text-decoration: underline;

}

A:active, A:hover {

	color: #2d6190;

	text-decoration: underline;	

}

.AnchorLink, .AnchorLink:link, .AnchorLink:visited {

	color: #f77e11;

	text-decoration: underline;

}

.AnchorLink:active, .AnchorLink:hover {

	color: #f77e11;

	text-decoration: underline;	

}

.BgColorBeige 		{background: #DDDDAA;}
.BgColorBlack 		{background: #000000;} 
.BgColorBlue 		{background: #336699;}
.BgColorDarkBlue	{background: #2d6190;}
.BgColorDarkGray 	{background: #7F7E7F;}
.BgColorDarkOrange 	{background: #FF9966;} 
.BgColorDarkTan 	{background: #CCCC99;}
.BgColorLightBlue 	{background: #D0ECEE;}
.BgColorLightGray 	{background: #CCCCCC;}
.BgColorLightGrayLogin  {background: #E3E4E4;}
.BgColorLightOrange 	{background: #FFCC99;}
.BgColorLightTan 	{background: #EEEECC;}
.BgColorLighterTan 	{background: #FFFFEE;}
.BgColorTan 		{background: #C0C890;}
.BgColorWhite 		{background: #FFFFFF;} 

.BodyCopyBig {

	font-family: Arial,sans-serif;

	font-size: 14px;

	color: #666666;

	text-decoration: none;

}

.BodyCopyBigBold {

	font-family: Arial,sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #666666;

	text-decoration: none;

}

.BodyCopy {

	font-family: Arial,sans-serif;

	font-size: 13px;

	color: #666666;

	text-decoration: none;

}
.sectionTitles {

	font-family: tahoma, arial, sans-serif;
	font-size: 24px;
	color: #2D6190;
	text-decoration: none;
	font-weight: bold;

}

.BodySubHead {

	font-family: Arial,sans-serif;

	font-weight: bold;

	font-size: 30px;

	color: #226190;

	text-decoration: none;

}

.BodyCopyHuge {

	font-family: Arial,sans-serif;

	font-weight: bold;

	font-size: 50px;

	color: #226190;

	text-decoration: none;

}

.BodyCopyBold {

	font-family: Arial,sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #666666;

	text-decoration: none;

}

.BodyCopyItalic {

	font-family: Arial,sans-serif;

	font-size: 13px;

	font-style: italic;

	color: #666666;

	text-decoration: none;

}

.BodyCopyBoldItalic {

	font-family: Arial,sans-serif;

	font-size: 13px;

	font-weight: bold;

	font-style: italic;

	color: #666666;

	text-decoration: none;

}

.BodyCopyBlue {

	font-family: Arial,sans-serif;

	font-size: 13px;

	color: #2d6190;

	text-decoration: none;

}

.BodyCopyBlueBold {

	font-family: Arial,sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #2d6190;

	text-decoration: none;

}

.BodyCopyGreenBold {

	font-family: Arial,sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #8eaf0e;

	text-decoration: none;

}

.BodyCopyGreen {

	font-family: Arial,sans-serif;

	font-size: 13px;

	color: #8eaf0e;

	text-decoration: none;

}



.BodyCopySmall {

	font-family: Arial,sans-serif;

	font-size: 12px;

	color: #666666;

	text-decoration: none;

}

.BodyCopySmallBold {

	font-family: Arial,sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #666666;

	text-decoration: none;

}

.BodyCopyLink, .BodyCopyLink:link, .BodyCopyLink:visited {

	color: #f77e10;

	text-decoration: none;

}

.BodyCopyLink:active, .BodyCopyLink:hover {

	color: #f77e10;

	text-decoration: none;

}

.FormCopy {

	font-family: Arial,sans-serif;

	font-size: 12px;

	color: #000000;

	text-decoration: none;

}

input, select, textarea, .Textareas, .Pulldowns {	

	font-family: Arial,sans-serif;

	font-size: 12px;

}

.BackgroundMain { 

	background-image: url('../images/bg_main.gif');

	background-color: #ffffff;

	background-repeat: repeat-x

}

.BackgroundTour { 

	background-image: url('../images/bg_tour.gif');

	background-color: #ffffff;

	background-repeat: repeat-x

}

.NoLink, .NoLink:link, .NoLink:visited {

	color: #666666;

	text-decoration: none;

}

.NoLink:active, .NoLink:hover {

	color: #666666;

	text-decoration: none;

}

.BgGreenVerticalLeft { 

	background-image: url('../images/line_green_vertical_l.gif');

	background-color: #f2f1f2;

	background-repeat: repeat-y

}

.BgGreenVerticalRight { 

	background-image: url('../images/line_green_vertical_r.gif');

	background-color: #f2f1f2;

	background-repeat: repeat-y

}

/***************** NEW STYLES FOR AUTO RECRUITING PAGES BELOW **************/

.Section-Header {

	font-family: Arial,sans-serif;

	font-size: 13px;

	color: #666666;

	text-decoration: none;

        text-transform: uppercase;
}

.Header {
	font-family: Arial,sans-serif;

	font-size: 13px;

	font-weight: bold;

	color: #666666;

	text-decoration: none;
}


.Urgent {

	font-family: Arial,sans-serif;

	color: #666666;

	font-weight: bold;

	text-decoration: underline;
        
        font-style: italic;
}

.Lower-Alpha {

	list-style-type:lower-alpha
}

.Upper-Alpha {

	list-style-type:upper-alpha
}

.Lower-Roman {

	list-style-type:lower-roman
}

.Upper-Roman {

	list-style-type:upper-roman
}

.Decimal {

	list-style-type:decimal
}

.Square {

	list-style-type:square
}

.Circle {

	list-style-type:circle
}

.Disc {

	list-style-type:disc
}

.None {

	list-style-type:none
}