/*Default settings*/
*{
	margin:0;
	padding:0;
}
html{
	font:62.5%/140% 'Trebuchet MS',Helvetica, sans-serif;
	background:#FFF url() no-repeat 0 0;
}
body{
	background:url(../img/bg-header.gif) repeat-x 50% 0;
}
html>body {
	/* for everything else */
	font-size:10px;
}
ul{
	list-style-type:none;
}
p,h1,h2,h3,h4,h5,h6,input,textarea,select{
	font-family:'Trebuchet MS',Helvetica, sans-serif;
	color:#5A5A5A;
	font-size:1em;;
}
a{
	color:#3C9ADD;
	text-decoration:none;
}
a:hover{
	color:#3C9ADD;
	text-decoration:underline;
}
a,a:focus{
	outline:none;/*kills dotted focus outline*/
	_outline:expression(this.hideFocus=true);
}
a img {
	border:none;
}
a.ext{
	padding-right:13px;
	background:url(../img/a.ext.gif) no-repeat 100% 50%;
}
