@charset "utf-8";
/* CSS Document */
/****************************** Main Css ******************************/
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px arial, helvetica, sans-serif;
	color: #000000; /*Font color*/
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
	p {}
	p, ul, ol { margin: 0; padding: 0; }
	img, img a { border: none; }
	form {     
	margin: 0;
	padding: 0;
	font-size: 80%;
	width: 250px;}
	
/****************************** Form Css ******************************/


#selection {
	width:260px;
	text-align:left;
	padding-left: 15px;
}


option {
width:200px;
font-family: verdana, arial;
font-size: 11px;
color:#333;
}

option.one {background-color: #e5e5e5;
font-weight:bold; color:#333333;}
option.two {background-color: #999; font-size: 80%;}
option.three {background-color: #666; color: white;}

select {
 background-color:#FFFFFF
}


/****************************** Text Css ******************************/
.font-t1{
	font-size:11px;
	color:#54a6a8;
	font-family:Arial, Helvetica, sans-serif;
}
.font-normal{
	font-size:11px;
}

