@media screen {
	/*////////////////////// FONT STYLES */
	/*////////////////////// FONT STYLES */
	
	body, td, input, select, textarea {
	}
	
	input, select, textarea, text {
		border: 1px solid #666666;
	}
	
	.text {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 11px;
		color: #666666;
		text-decoration: none; 
		line-height: 18px;
	}
	
	
	ul, ol, dl {
		padding-right: 10px;
	}
	.mainmenu { 
		font-size: 11px;
		color: #FFFFFF;
		line-height: 11px;
	}
	
	.mainmenu_sub { 
		font-size: 11px;
		color: #FFCB48;
		line-height: 9px;
		text-indent: 12px;
	}
	
	.submenu { 
		font-size: 11px;
		text-transform: uppercase;
		color: #FFFFFF;
		line-height: 12px;
	}
	
	.tertiarymenu { 
		margin-top: 4px;
		font-size: 11px;
		line-height: 18px;
	}
		
	.bodytext {
		color: #333333;
		font-size: 11px;
		line-height: 13px;
	}
	
	
	/*////////////////////// LINKS */
	/*////////////////////// LINKS */
	a, a:link {
		text-decoration: none;
		color: #FFFFFF;
	}
	
	.siderbarlink {
		color: #666666;
	}
	#footer a, #footer a:link, #footer a:visited {
		text-decoration: none;
		color: #4E70AC;
	}
	
	.bodytext a, .bodytext a:visited, .bodytext a:link, .bodytext a:hover {
		text-decoration: none;
		color: #4E70AC;
	}
	
	#menuother a, #menuother a:visited, #menuother a:link {
		text-decoration: none;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	.mainmenuorange, .mainmenuorange a, .mainmenuorange a:visited, .mainmenuorange a:link {
		text-decoration: none;
		font-weight: bold;
		color: #E59026;
	}
	
	.mainmenu a {
		color: #FFFFFF;
	}
	.mainmenu_sub a {
		color: #FFCB48;
	}
	
	#submenu a {
		color: #FFFFFF;
	}
	
	a:hover, #menuother a:hover {
		text-decoration: none;
		color: #000000;
	}
	.btnlarge { color: #FFFFFF; font-weight: bold; font-size: 13px; text-decoration: none;} 
	.btnsmall { color: #FFFFFF; font-weight: bold; font-size: 10px; text-decoration: none; text-transform: uppercase; line-height: 14px;} 
	
	.sidebarbody a {
		color: #666666;
	}


	.submenuhere { color: #000000; font-weight: bold; }
	.subsitebarbody a {
		color: #666666;
	}
	.subsitebarlink {
		color: #666666;
	}	
	.subsitebarhead { text-indent: 20px; color: #FFFFFF; font-size: 12px; }
	.subsitebarbody { line-height: 16px; color: #666666; }
	
	
	/*////////////////////// FORMS */
	/*////////////////////// FORMS */
	
	.formN {
		width: 200px;
	}
	.formNtext {
		width: 200px;
		height: 75px;
	}
	
	.formW {
		width: 320px;
	}
	.formWtext {
		width: 320px;
		height: 75px;
	}
	
	.form3 {
		width: 25px;
	}
	.form10 {
		width: 125px;
	}
	
	.formText {
		width: 148px;
	}
	.formWideText {
		width: 225px;
	}
	.formNarrowText {
		width: 100px;
	}
	
	.formTextarea {
		width: 250px;
		height: 50px;
	}
	
	.formSubmit {
		width: 100px;
		line-height: 14px;
		font-size: 12px;
	
	}
}

@media print {
	.sidebarhead { 
		margin-top: 20px;
		font-size: 15pt;
		line-height: 16pt;
		font-weight: bold;
		text-indent: 0px; }
}