/* reset source: http://yui.yahooapis.com/2.6.0/build/reset/reset.css */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins{text-decoration:none;}

/* CSS Tools */
.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }
.hidden{ display:none;visibility:hidden; }

/* Base settings */
*{
	/*color:#222;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:0px;
}

html{
	background: #D4D7D8 url('../images/bg.gif') repeat-x top;
	overflow-y: scroll; 
}
/* Tag Basics */
a,
a:link,
a:visited,
a:hover{
	color: #666;
	text-decoration:underline;
}
a:hover{
	color: #c20d07;
	text-decoration:none;
}

h1{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:20px;
	line-height:24px;
	margin:0 0 20px;
	padding:0;
	font-weight:bold;
}
h2{
	color:#C20D07;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:20px;
	margin:6px 0;
	padding:0;
	font-weight:bold;
}
h3{
	font-weight:bold;
}
h3.red{
	color:#C20D07;
	font-size:14px;
	font-weight:bold;
	margin:6px 0;
}
h4{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	margin:6px 0 20px;
	padding:0;
	font-weight:bold;
}
b,strong{
	font-weight:bold;
}
p{
	font-size:12px;
	line-height:15px;
	margin:0 0 20px;
	padding:0 60px 0 0;
	color:#222;
}
ul{
	margin:10px 0;
}
li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin:0 0 2px 15px;
}
select,
input,
textarea{
	border:1px solid #CCCCCC;
	font-size:11px;
	color:#222;
	font-family:Arial,Helvetica,sans-serif;
	padding:3px 3px 2px;
	width:250px;
}
select{
	padding:0px;
}
input[type=radio]{
	width:20px;
	border:0px solid;
}
select,
input[type=button],
input[type=submit],
input[type=reset]{
	width:256px;
}