body
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	background-color: #FFFFFF;
}

p,li,td,div,span
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
}

INPUT
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

a
{
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;	
	color: #004383;
}
SELECT
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

/* This'll make it easier to "re-treat" the button names mentioned in copy if things change */
.ButtonNameText
{

	font-weight: bold;
	color: #000000;
	height:20px;
	
}

.Error
{
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

.FormFieldHeader
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.FormNormalFieldHeader
{
	font-size: 10px;
	color: #000000;
}
.FormNormalPhoneField
{
	height: 20px;
}
.FormNormalPhoneHeader
{
	height: 20px;
}

/* Basic Backgrounds */
.BGGray1
{
	background-color: #CECECE;
}
.BGGray2
{
	background-color: #DCDCDC;
}
.BGGray3
{
	background-color: #CCCCCC;
}
.BGGray4
{
	background-color: #EFEFEF;
}
.BGWhite
{
	background-color: #FFFFFF;
}
.BGBlack
{
	background-color: #000000;
}
.BGBlueDark
{
	background-color: #004383;
}

.InstitutionBannerText
{
	font-weight:bold;
	font-size:28px;	
}
.SelectedLanguage
{
	font-weight: bold;
/*  case 6631		 */
/*	font-size:10px;  */
	font-size:11px;  
	color:#808080;
	vertical-align:top;
}

.SelectLanguage
{
	font-weight: bold;
/*  case 6631		 */
/*	font-size:10px;  */
	font-size:11px;  
	color: #004383;	 
	vertical-align:top;	
}

.ResContent
{
	background-color: #D9EDFA;	 
}
.ResTopContent
{
	background-image:url(/images/Res_top_border.gif); 
	height:13px;
}	
.ResBotContent
{
	background-image:url(/images/Res_bot_border.gif); 
	height:13px;
}
.ResLeftContent
{
	background-image:url(/images/Res_lft_border.gif);
	width:13px;
}
.ResRightContent
{
	background-image:url(/images/Res_rt_border.gif); 
	width:13px;
}

.BusContent
{
	background-color: #FCECD9;
	
}

.BusTopContent
{
	background-image:url(/images/Bus_top_border.gif); 
	height:13px;
}	

.BusBotContent
{
	background-image:url(/images/Bus_bot_border.gif); 
	height:13px;
}

.BusLeftContent
{
	background-image:url(/images/Bus_lft_border.gif);
	width:13px;
}

.BusRightContent
{
	background-image:url(/images/Bus_rt_border.gif); 
	width:13px;	
}

.TabContent
{
	font-size: 10px;
	font-weight:bold;	
	font-family: Verdana, Arial, Sans-Serif;
	color: #505e78;
}

.TabSelectedContent
{
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, Sans-Serif;
	color: #ff7800;
	text-decoration:underline;
}

.hidden
{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#divWizard {
	text-align:left;
	padding: 0;
	margin: 0;			
}
				
#divWizard ul {
	text-align:left;	
	margin-left:5px;
	margin-top:3px;
	padding-left:0px;
}
		
#divWizard li {
	background-image: url(../images/arrow-right-grey.gif);
	background-repeat:no-repeat;
	display:inline;
	color:#505E78;		
	padding-left:1.8em;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:10px;
	height:3.18em;
}

#divWizard li.selected {
	background-image: url(../images/arrow-right-orange.gif);
	color: #FF7800;	
	text-decoration:underline;	
}

#divWizard li.first {
	background-image:none;
	padding-left:0px;		
}


h1 { 
	position:absolute;
	left:-1000px;
	top:-1000px; 
}