html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
p { padding: 5px 0px 5px 0px; }

a:hover { text-decoration: underline; }
img { border: none; }
hr { height: 0px; border: 0px; border-top: 1px #aaa dotted; margin: 0px 0px 10px 0px; }
ul { margin: 0px 0px 0px 0px; padding: 6px 0px 0px 25px; list-style-type: square; }
li { margin: 0px 0px 0px 0px; padding: 6px 0px 6px 0px; font-weight: bold; }

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #5e5d5b;
}
#Container {
	margin: 0px auto 0px auto;
	width: 1000px;
}
#Border {
	float: left;
	border: 0px #fed30a solid;
}
#NewHeader {
	float: left;
	width: 1000px;
	height: 95px;
	border-bottom:1px solid #5e5d5b;
}
#NewHeaderLeft {
	float: left;
	width: 110px;
	height: 65px;
	padding: 42px 0 0 10px;
}
#NewHeaderRight {
	float: right;
	width: 310px;
	height: 65px;
	padding: 10px 0 0 0;
}
#NewMenu {
	float: left;
	padding: 10px 0 30px 210px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
}
#NewMenu a { color: #5e5d5b; text-decoration: none; font-weight: normal; }
#NewMenu a:hover { color: #f40108; text-decoration: none; }
#Holder {
	float: left;
	width: 1000px;
	min-height: 300px;
	padding: 0px 0px 30px 0px;
}
#HolderLeft {
	float: left;
	width: 160px;
	min-height: 300px;
}
#HolderRight {
	float: right;
	width: 820px;
	min-height: 300px;
}
#Content {
	float: left;
	width: 820px;
	min-height: 200px;
}
#Footer {
	float: left;
	width: 1000px;
	height: 50px;
	padding-top:15px;
	border-top:1px solid #5e5d5b;
	text-align:center;
}
#Footer a { color: #A8A8AA; text-decoration: none; }
#Footer a:hover { text-decoration: underline; }

h1 { font-size: 20px; font-weight: normal; margin: 5px 0px; }
h2 { font-size: 16px; font-weight: bold; margin: 5px 0px; }
h3 { font-size: 14px; font-weight: bold; margin: 5px 0px; }
.size6 { font-size: 6px; line-height: 6px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; line-height: 20px; }
.size16 { font-size: 16px; }
.white { color: #ffffff; }
.black { color: #000; }
.red { color: #ec1b30; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italics { font-style: italic; }
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
.text { width: 280px; border: 1px #aaa solid; }
.select { width: 280px; border: 1px #aaa solid; }
.submit { width: 120px; border: 1px #aaa solid; }

div.ContentColumn{
	float:left;
	width:190px;
	padding-left:15px;
	line-height: 16px;
	font-size: 11px;
}

div.ContentTitle {
	text-align:center;
	padding:0 25px 25px 0;
}


#Content100 {
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
}



#Text {
	margin: 100px 0px 0px 10px; color: #959595; text-align: center;
}
#Text01 {
	margin: 10px 0px 0px 10px; color: #959595;
}
.text1 {
	font-size: 12px; font-weight: normal; color: #959595; text-decoration: none; margin: 0px 0px 0px 0px;
}
.text2 {
	font-size: 16px; font-weight: normal; color: #959595; text-decoration: none; margin: 0px 0px 0px 0px;
}
td {
	background-color: #ffffff;
}


#MainContent { float: left; width: 1000px; }