/* CSS Document */
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
body {
	margin:0px;
	background:url(images/mainbg.jpg) repeat-x fixed;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-align:justify;
	line-height:4.5mm;
}

a:link, a:active, a:visited {
	color:#FF6600;
	text-decoration:underline;
	# position: relative;
	# z-index: 1;
}

a:hover {
	color:#FF6600;
	text-decoration:none;
	# position: relative;
	# z-index: 1;
}

a.offer:link, a.offer:active, a.offer:visited {
	color:#FF6600;
	text-decoration:underline;
	font-weight:bold:
	# position: relative;
	# z-index: 1;
}

a.offer:hover, a.offer:visited:hover {
	color:#FF6600;
	text-decoration:none;
	font-weight:bold;
	# position: relative;
	# z-index: 1;
}

.blackbg /* Will not be seen by browsers that don't support css. */
    {
          background-image: url(images/blackbg.png);
    }   

* html .blackbg /* Will only be seen by IE */
    {
          background: none;
          filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
          (
            src='images/blackbg.png',sizingMethod='scale'
          );
        }
		
.maintxt {
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}

.msg-big {
	font-size:18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#maintxtbdr {
	background-color:#4D0B0C;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	border:solid;
	border-width:1px;
	border-color:#999999;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
}

.rimage {
	border:solid;
	border-width:1px;
	border-color:#666666;
	margin-left:20px;
	padding:1px;
}

.limage {
	border:solid;
	border-width:1px;
	border-color:#666666;
	margin-right:10px;
	padding:1px;
}

CHECKBOX, INPUT, RADIO, TEXTAREA, TEXTBOX, SELECT {
  font-family: Arial, Arial, sans-serif;
  color:#000000;
  background-color:#CCCCCC;
  font-size: 12px;
  	# position: relative;
	# z-index: 1;
}
#RequestPriority {display: none;}
