body { 
 background-image: url(../images/bg-outer.jpg);
		 background-repeat:repeat-x;

}

.topimage {
          background-image: url(../images/topbg.jpg);
		  background-repeat:repeat;
		  height:65px;
		  width:747px;
		 
		  }
		  
.tittle-label{
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight: bold;
	padding:2px;
}
		  

.mainbg	{color: white;
  		 background-image: url(../images/bgmain.gif);
		 background-repeat:repeat-y;
		 }
		 

.style1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660099;
}

.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.tittle-long-wrapper{
    float:left;
	width:737px;
	height:23;
	border: 1px #cfcdcd solid;
	background-color: #003366;
	position: inherit;
	text-align:left;
	  
}

.tittle-long-wrapper_02{
    float:left;
	width: 100%;
	height:23;
	border: 1px #cfcdcd solid;
	background-color: #AF1625;
	position: inherit;
	text-align:left;
	}


.tittle-right-wrapper{
    float:left;
	width:208px;
	height:23;
	border: 1px #cfcdcd solid;
	background-color: #003366;
	position: inherit;
	text-align:left;
}




a:link {
	color: #AF1625;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF1625;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.top a:link {color: #FFFFFF;text-decoration: none;}	
.top a:visited {color: #FFFFFF; text-decoration: none;}
.top a:hover {color: #FFFF00; text-decoration: underline;}
.top a:active {color: #FFFF00;text-decoration: none;}





/*lightbox*/
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.9;
}
.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 1;
}
.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

.leftmenu a:active, .leftmenu a:link, .leftmenu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration:none
}


 A:hover { background-color: #cccccc 
           text-decoration:none
 } /* user hovers over link*/

.clearboth { clear: both; }

.label_black {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
	font-style: normal;
}
.style5 {color: #FFFFFF}


div.spacing { 
width:100%; 
height:20px; 
background:url(../images/divider.gif) center no-repeat; 
padding:0px; 
margin:0px; 

} 

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#AF1625;
	
}
.textnormal {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.border_top{
border-top: 1px  #333333 solid;
border-left:1px  #333333 solid;
border-right:1px  #333333 solid;
background:#FFFFFF;   
}

.border_body{
border-left:1px  #333333 solid;
border-right:1px  #333333 solid; 
background:#FFFFFF;   
}
.border_footer{ 
border-bottom: 1px  #333333 solid;
border-left:1px  #333333 solid;
border-right:1px  #333333 solid;  
background:#FFFFFF;  
}