/********** TEXT Styles START **********/
.WhiteLargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	color: #FFFFFF;
}
.WhiteLargeTextNoCaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
}
.BlueCapsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000066;
}
.WhiteTextMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000066;	
}
.NewsFeedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #333333;
}
.CopyrightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: #666666;
}
.Title001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.WhiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/********** TEXT Styles END **********/


/********** BORDER Styles START **********/
.tblBorder {
	border: 1px solid #000000;
}
.tblBorder_notop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
/********** BORDER Styles END **********/


/* Class 1 is used in the top banner for the 'APPLY ONLINE' link */
.class1 A:link {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 15px;color: #000066;font-weight: bold;}
.class1 A:visited {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 15px;color: #000066;font-weight: bold;}
.class1 A:active {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 15px;color: #000066;font-weight: bold;}
.class1 A:hover {text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 15px;color: #000066;font-weight: bold;}

/* Class 2 is used in the top banner for the links on the right side of the page */
.class2 A:link {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000066;}
.class2 A:visited {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000066;}
.class2 A:active {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000066;}
.class2 A:hover {text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 11px;color: #000066;}

/* Class 3 is used in the News links */
.class3 A:link {text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
.class3 A:visited {text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
.class3 A:active {text-decoration: underline;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
.class3 A:hover {text-decoration: none;font-family: Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}

/*********** UP STATE of buttons START ***********/
#navlistUP {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	line-height: 24px;
}
#navlistUP a, #navlistUP a:visited {
	display: block;	
	padding: 2px 2px 2px 24px;
	background-color: #999999;
	background-image:  url(../images/nav_buttons/btn_white.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #EEE;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000066;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #DDDDDD;
}
#navlistUP a:hover {
background-color: #9F6F9F;
background-image:  url(../images/nav_buttons/btn_blue.jpg);
font-family:Arial, Helvetica, sans-serif; 
font-size:14px;
color:#FFFFFF;
}
/*********** UP STATE of buttons END ***********/

/*********** OVER STATE of buttons START ***********/
#navlistOVER {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
line-height: 24px;
}
#navlistOVER a, #navlistOVER a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
	background-color: #999999;
	background-image:  url(../images/nav_buttons/btn_blue.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #EEE;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #DDDDDD;
}
#navlistOVER a:hover {
background-color: #9F6F9F;
background-image:  url(../images/nav_buttons/btn_white.jpg);
font-family:Arial, Helvetica, sans-serif; 
font-size:14px;
color:#000066;
}
/*********** OVER STATE of buttons END ***********/


/*********** HTML Styles ***********/
body {
	background-color: #FFFFFF;
	background-image: url(../images/gradbg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active{
	color: #000000;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}


