/*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #B2C3CD;
}
*/
div.apply {
}

.apply instr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF3333;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.apply td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.apply td.error {	color: red; 
			font-weight:bold; }

.apply a	{ text-decoration: none;
}
.apply .inputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #B0C9DB;
	margin-right: 5px;
	margin-left: 5px;
	width: 110px;
}
.apply .leftCol {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	text-align: left;
	vertical-align: top;
}
.apply .rightCol {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #DADADA;
	text-align: left;
	vertical-align: top;
}
.apply .dotted {
	background-image: url(graphics/dotted.gif);
	background-repeat: repeat-x;
}
/*
#navlist {
width: 150px;
font-style: normal; 
}
#navlist ul {
margin: 0; 
padding: 0; 
list-style-type: none; 
font-size: 11px;
}
#navlist li {
margin: 0;
padding: 0;
font-weight: bold;
}
#navlist a {
display: block;
border: 1px solid;
border-color: #FFFFFF;
background-color: #D0E2EC;
background-image:  url(../images/navArrow.gif);
background-repeat: no-repeat;
background-position: 4% 65%;
margin: 0px 0px 0px 0px;
padding: 5px 2px 5px 25px;
font-style: normal;
}
#navlist a:link, #navlist a:visited {
color: #155180;
text-decoration: none;
margin: 0;
font-style: normal;
}
#navlist a:hover, #navlist a:active,
#downlink a:link, #downlink a:visited,
#downlink a:hover, #downlink a:active {
background-color: #FFFFFF;
background-image:  url(../images/navOver.gif);
background-repeat: no-repeat;
background-position: 0% 60%;
color: #000000;
margin: 0;
font-style: normal;
}
*/
.apply .rightPad {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.apply a:link, apply a:visited {
	color: #4870BD;
	text-decoration: underline;
}
.apply a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
.apply .faqLinks {
	margin: 1px;
	padding: 4px;
}
.apply .subtext {
	font-size: 10px;
	color: #000000;
}
.apply .note {
	color: #FF0000;
}
.apply .inputs {
	width: 160px;
	background-color: #FFFFFF;
	border: 1px solid #4870BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 10px;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-WEIGHT: normal;
}
.apply .inputs.long {
	width: 472px;
}
.apply .input {
	width: 150px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid #4870BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	FONT-WEIGHT: normal;
}

.apply .errortext {
        font-family: Arial, Helvetica, sans-serif; 
		color: #FF0000; 
		font-weight: bold;
    }
.apply .normtext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 11px; 
		color: #000000; 
		font-weight: normal;
    }

.apply h3.title {		MARGIN: 0px 0px 15px 0px; 
				COLOR: #cc6601; 
				PADDING: 0px; 
				FONT-SIZE: 20px;
				text-align: left;
}
.apply .emptext {
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 13px; 
		color: #000000; 
		font-weight: bold;
    }
