body {

	background-image: 
    url(images/iFrameBg.jpg);
	background-repeat: repeat-x;
	background-color: 313131;
	background-attachment: fixed;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #D8702C;
	scrollbar-shadow-color: #242424;
	scrollbar-darkshadow-color: #242424;
	scrollbar-highlight-color: 555555;
	scrollbar-3dlight-color: 555555;
	scrollbar-face-color: 313131;
}
.form{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #666D85;
	background-color: #CBDEE3;
	border: 1px solid #A6BFD3;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.text a:link, .text a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EAB28D;
	text-decoration: none;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D8702C;
	text-decoration: none;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D8702C;
}
.boldText a:link, .boldText a:visited, .boldText a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.boldText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}