body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707075;
}
body {
	background-color: #ebe9dc;
/*	background-image: url(background.jpg);*/
	background-repeat: repeat-x;
	margin: 0px;
}
.maincont {
	padding: 10px;
	width: 470px;
}
.breadc {
	font-weight: bold;
	font-size: 12px;
	color: #ebe9dc;
	text-align: right;
	margin: 0px;
	padding-right: 10px; 
	padding-top: 2px;
	background-image:url('images/breadc.gif');
	width: 480px;
	height: 36px;
	border-top: 1px solid #d3d1c6;
}
a:link, a:visited, a:active {
	color: #bc4747;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 13px;
	color: #003366;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.menu {
	vertical-align: top;
	float: right;
	width: 200px;
	padding: 10px 10px 0px 10px;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	background-color: #ebe9dc;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 0px 10px 0px 10px;
    margin-right: 15px;  	 
    font-size: 11px;
	font-family: Arial;
	color: #7a7c7d;
	display: block;
	background-color: #ebe9dc;
	text-decoration: none;
   	border-bottom: 1px solid #d3d1c6;
}
.menu a:hover {
	color: #000;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.border {
	font-size: 1px;
	height: 10px;
}
.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.powered_by {
	padding: 3px 0px 0px 15px;
	background-color: #FFFFFF;
}

.content {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}
#top {
	float: right;
	background: #FFF;  
}
.menu_top { 
	float: left; 
	padding: 4px 5px;
	border:#ccc 1px solid;
	margin: 0px 0px 0px 0px;
	text-align: left;
	position:relative; top:40px; left: 20px;   
} 
.menu_top ul, .menu_top li {
	display:inline;
	padding: 4px 10px;
	text-decoration: none; 
	color: #db6133;	
	list-style: none;
}
.language_buttons{ 
	float: right;  
	width: 300px;
	padding: 4px 5px;
	border:#ccc 1px solid;
	margin: 0px 0px 0px 0;
	position:relative; top:40px; right: 180px;   
}
#block1 {
	font-size: 11px;
	padding: 5px;
}
#block2 {
	font-size: 11px;
	padding: 5px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 30px;
}
#global {
	width: 150px;
	font-size: 9px;
	padding-top: 20px;
	padding-left: 60px;	
}
#page_title {
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
}
/* LINKS */ 
.BMmain { width: 100%; }
.BMheader  {
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.BMlink  {
	font-size: 11px;
	font-weight: bold;
	border-top: #fff solid 8px;
    border-bottom: #fff solid 8px;
    background-color: #E9F0F8;
	padding: 7px;
	color: #666666;
}
.BMlink img {
	border: none;
}
.Bdesc  {
	font-weight: none;
}

/* FORM */
.submit {
    color : #E9F0F8; 
	width: 250px;
    font-family : verdana, arial, helvetica, sans-serif; 
    font-size : 8pt; 
    float: left;
    font-weight : bold; 
	border: 1px;
  	margin: 0px 0px 0px 0px;
 	background-color : #666666; 
    cursor : pointer; 
}
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	vertical-align: top;
	text-align:right;
}
.textfield {
  	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 10px;
	font-weight: bold;
	border-top: #fff solid 10px;
    border-bottom: #fff solid 10px;
    background-color: #ebe9dc;
	padding: 5px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label { 
	font-size: 12px;
	cursor: pointer;
}
.radio_label {
	font-size: 12px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
.faq-header {
	color: #000;
}
td.red {
	background-color: #f7dd30;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 11px;
    height: 30px;
	white-space: no-wrap;
} 
td.red3 {
	background-color: #fff692;
	padding: 5px;
	border: 1px solid #fff;
	font-size: 11px;
    height: 30px;
	white-space: no-wrap;
} 
td.red2 {
	background-color: #000000; 
	color: #fff;
    padding: 5px;
	border: 1px solid #fff;
	font-size: 11px;
    white-space: no-wrap; 
}  
.news-top {
	background-color: #e55b57;
	padding: 10px;
}
.sn-head a:link,  .sn-head a:visited, .sn-head a:active {
	color: #ebe9dc;
}
.sn-head a:hover {
	color: #f7dd30;
}
.sn-text {
	color: #fff;
}
.sn-more a:link, .sn-more a:visited, ..sn-more a:active {
	color: #f7dd30;
	text-align: right; 
}
td.leftl {
	background-color: #73abc7; 
	background-image:url('images/rlogo.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.block1 {
	padding-left: 30px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
color: #fff;
padding: 2px;
background-color: #a93333;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.foot {
padding: 6px;
text-align: right;
} 

#blink {
position: absolute; 
padding-top: 150px;
padding-left: 10px;     
color: #f7f73f;    
font-size: 10px;    
z-index: 100; 
font-weight: bold; 
} 