body{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color:#333333;
	 background-color: #535353;
	 margin:0px;
}
td{
	font-size:11px;
}
.lineheight{
	 line-height:30px; 
	 font-size:12px;
}
.headtext{
	 background-image:url(../images/header_shadow.gif);
	 background-repeat:no-repeat;
	 background-position:right;
	 font-size:20px;font-weight:normal;color:#A8A8A8;
	 text-transform:uppercase;
	 vertical-align:top;
}
.sitemap{
	 font-size: 10px;
	 color:#777873;
}
a.sitemap:link,a.sitemap:active,a.sitemap:visited{
	 font-size: 20px;
	 font-weight:normal;
	 color:#A8A8A8;
	 text-decoration: none; 
}
a.sitemap:hover{
	 font-size: 20px;
	 font-weight:normal;
	 color:#D91E00;
	 text-decoration: none; 
}
.footercopy{
	 font-size: 10px;
	 color:#FFFFFF;
}
.star{
	color:red;
	font-weight:bold;
	font-size:12px;	
	vertical-align:top;
}
.error
{
	 font-size: 12px;
	 color:#ff0000;
}
.tblbg, .graybox{
	border:solid 1px #C1C1C1;
	background-color:#F0F0F0;
}
.tblbg th{
	background-color: #E1E1E1;
	text-align: center;
	color: #333300;
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

.tblbg td{
	padding-left: 6px;
	padding-right: 2px;
	color: #4D4D4D;
	height: 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff ;
}

a:link,a:active,a:visited{
	 font-size: 12px;
	 color:#777873;
	 text-decoration: none; 
}
a:hover{
	 font-size: 12px;
	 color:#D91A00;
	 text-decoration: none; 
}
div.menunormal a:link, div.menunormal a:active, div.menunormal a:visited{
  display:block;
  width:191px;
  height:56px;
  float:left;
  background : transparent url(../images/unsel.gif) no-repeat right;
  color:#A8A8A8;
  font-size:15px;
  text-align:left;
  text-decoration:none;
  font-weight:bold;
  margin-left:0px;
  line-height:56px;
  border-bottom:1px solid #DEDEDE
 }
 div.menusel a:link, div.menusel a:active, div.menusel a:visited{
 display:block;
  width:191px;
  height:56px;
  float:left;
  background : transparent url(../images/sel.gif) no-repeat right;
  color:#FFFFFF;
  font-size:15px;
  text-align:left;
  text-decoration:none;
  font-weight:bold;
  margin-left:0px;
  line-height:56px;
  border-bottom:1px solid #DEDEDE
 }
div.menunormal a:hover{
 background : transparent url(../images/sel.gif) no-repeat;
  color:#FFFFFF;
 }
 #thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #999999;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.linkopacity:hover img {
filter:alpha(opacity=60); 
-moz-opacity: 0.6; 
opacity: 0.6;
}
.button{
	border:1px solid black;
	height:20px;
	font-size:11px;
}
textarea{
	border:1px solid black;
}
.but{
	background-color:#d91e00;
	height:20px;
	color:#ffffff;
	font:bold 12 arial;
	text-align:center;
	border:none;
	padding:0px 5px 0px 5px;
}