body{
	margin:0px;
	padding:0px;
	margin-top:10px;
	background-color:#ffffff;

}

#body_page{
	width:1000px;
	margin:auto;
	color:#111111;
	font-family:"Trebuchet MS";
	font-size:13px;
}

body, table, li, input, textarea, select, a, p, h1, h2{
	font-family:Tahoma;
	letter-spacing:0px;
}

body, table, li, input, textarea, select, a, p{
	line-height:normal;
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#111111;
}
input, textarea, select{
	color:#434343;
}

form{
	margin:0px;
	padding:0px;
}

input[submit]{
	cursor:pointer;
}

a{
	cursor:pointer;
	font-size:11px;
	text-decoration:none;
}

a:hover{
	color:#ff9900;
}




/** Footer **/
#footer{
	clear:both;
	text-align:center;
	font-family:"Trebuchet MS";
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
}

#footer a{
	font-weight:bold;
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height: 14px;
}

#footer p{
	color:#666666;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height: 14px;
}