body,table, form{
	margin:0;
	padding:0;
}
body{
	background:#ffffff url(/images/bg.gif) ;
}

body,table, td, div, span, h1, h2 {
	/*color:#666666;*/
	font-size:11;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#191919;
}
input, select,textarea, file{
	color:#191919;
	font-size:11;
	font-family:Tahoma;
}
.ft{
	font-family:Tahoma;
}
h1{
	font-size:14;
	font-weight:normal;
}
h3{
	font-size:14;
}
h5{
	font-size:12;
}

.buttonB{
	color: white;
	background:#62B5DE;
	border-color:#2D5B00;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
}
.buttonR{
	color: red;
	background:pink;
	border-color:red;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
}

#text{
	color:#878A8C;
	font-size:15;
	width: 190px; 
	background: transparent;
}

#submitSearch{
	border:0;
	width:26px;
	height:23px;
	font-size:15;
	cursor:pointer;
}


#form{
	font-family:Tahoma;
	background:#fff;
	width:690;
	padding:10 5 5 5;
	border-width:1px;
	border-color:red;
	border-style: dashed;
}

#form_fp{
	width:450;
	padding:10 5 5 5;
	border-width:1px;
	border-color:red;
	border-style: dashed;
}

#top_menu{
	float:left;
	width:700;
	padding:0 0 0 50;
}
#lang{
	width:200;
	float:left;
	padding:0 30 0 0;
	color:#ffffff;
}
.tah{
	font-family: Tahoma;
}
#bleft{
	float:left;
	width:730;
}
#bright{
	float:left;
	width:210;
}
a:link, a:visited{
	font-family: Tahoma;
	color:#545454;
	text-decoration:underline;
}
a:hover, a:active{
	font-family: Tahoma;
	color:#C71D10;
	text-decoration:none;
}
.menulink:link, .menulink:visited{
	font-family: Tahoma;
	padding:0 0 0 10;
	color:#ffffff;
	text-decoration:underline;
}
.menulink:hover, .menulink:active{
	font-family: Tahoma;
	padding:0 0 0 10;
	color:#ffffff;
	text-decoration:none;
}

.history:link, .history:visited{
	font-size:14;
	color:#F37C2C;
	text-decoration:none;
}
.history:hover, .history:active{
	color:#F37C2C;
	text-decoration:underline;
}
.other:link, .other:visited{
	text-decoration:none;
}
.other:hover, .other:active{
	text-decoration:underline;
	color:red;
}
/*

/*------------------------------------*/
.error_msg {font-size:10;font-weight: bold;background-color: #FFE8E8;border: 1px;border-color: #D9231F;border-style: solid;color: #D9231F;}
.confirm_msg{font-size:10;font-weight: bold;background-color: #E1ECCC;border: 1px;border-color: #63802E;border-style: solid;color: #63802E;}
.info_msg{font-weight: bold;background-color: #DCEAF3;border: 1px;border-color: #566CA5;border-style: solid;color: #566CA5;}
/*------------------------------------*/


.green{color:green;}
.orange{color:#F37C2C;}
.red{color:red;}
.white{color:#ffffff;}
.black{color:black;}
.blue{color:blue;}
.b{font-weight:bold;}
.item{
	font-size:18;
}
.s_m{
	font-size:14;
}
.s_b{
	font-size:18;
}
.pad5{
	padding:5px;
}
.pad10{
	padding:10px;
}
.pb10{
	padding-bottom:10px;
}
.pt10{
	padding-top:10px;
}
.pl10{
	padding-left:10px;
}
.pr10{
	padding-right:10px;
}
.buttonwd{
	width:82;
	height:18px;
	font-size:1px;
	
	border:0;
	cursor:hand;
}


/* descript forms 

*/

input, textarea, select,{
	z-index:0;
	background:#F8F8F8;
}
.inputInt{
	border:0;
	font-size:15;
	color:#06901E;
	text-align: right;
	font-weight: bold;
}

.br0{
	border: 0 none;
}
.br_t, .br, input, textarea, select{
	border-top-width:1px;
	border-top-color:#D5D5D5;
	border-top-style:solid;
}

.br_b, .br, input, textarea, select{
	border-bottom-width:1px;
	border-bottom-color:#D5D5D5;
	border-bottom-style:solid;
}

.br_l, .br, input, textarea, select{
	border-left-width:1px;
	border-left-color:#D5D5D5;
	border-left-style:solid;
}
.br_r, .br, input, textarea,select{
	border-right-width:1px;
	border-right-color:#D5D5D5;
	border-right-style:solid;
}

.dleft{ float:left; padding:0px 0 0;}
.clearfloat { 
	clear:both;
    font-size: 1px;
    line-height: 0px;
}


#listsup{
	width:190px;
	float:left;
	padding:0 0 0 18px;
}
#listsup li{
	list-style-type:none;
	height:25px; 
	
	float:left;
	width:190px;
}
#listsup li a{
	line-height:20px; 
	background:url(/images/arrow.gif) 0 3px no-repeat #fff;
	color:#666;
	text-decoration:underline; 
	padding:0 0 0 18px;
}
#listsup li a:hover{
	color:#C71D10;
	text-decoration:none;
}

