html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
form,fieldset,legend,label,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
body{
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	background: #fff;
	
}
a{
	outline: 0;
	cursor:pointer;
	text-decoration:none;
	color:black;
}
a:hover{
	color:#DF0009;
}
:focus{
	outline: 0;
}
ol,ul{
	list-style: none;
}
ul li span{
	display:none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th,td{
	text-align: left;
}
th,td{
	border: solid 1px #111;
}
form legend{
	display:block;
	margin-bottom:7px;
	font-size :16px;
	font-weight:bold;
	text-decoration:underline;
}
form p{
	display:block;
	padding:7px 0;
}
form p label{
	display:block;
	float:left;
	width:380px;
	padding:0 10px 0 0;
	text-align:right;
}
form p label span{
	color:#9D052B;
}
input,button,textarea{
	font-family: Arial, Helvetica, sans-serif;
}
input,button{
	width:300px;
}
textarea{
	width:300px;
	height:120px;
}
input.submit{
	display:block;
	clear:both;
	margin:5px auto;
	width:auto;
}
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{
	display: inline-block;
}
html[xmlns] .clearfix{
	display: block;
}
* html .clearfix{
	height: 1%;
}
span.clear{
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
br.clear{
	clear: both;
}
hr.clear{
	visibility:hidden;
	clear:both;
}
#bodycontent{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width:980px;
	height:100%;
	line-height:normal;
	color:black;
}
