@charset "utf-8";

body {

	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;

	background: #FFFFFF;

	margin: 0;

	padding: 0;

	color: 	#666;

}

ul, ol, dl {

	padding: 0;

	margin: 0;

/*	font-size: large;*/

}

h1, h2, h3, h4, h5, h6, p {

	margin-top: 0;

	margin-bottom:0;

	padding-right: 15px;

	padding-left: 15px;

}

a.redlink {

	color:#900;

	text-decoration:none;

}

a.redlink:visited {

	color:#900;

	text-decoration: none;

}

a.greylink {

	color:#666;

	text-decoration:none;

}

a.greylink:visited {

	color:#666;

	text-decoration: none;

}

a img {

	border: none;

}

a:visited {

	color: #6E6C64;

	text-decoration: none;

}

a:hover {

	text-decoration:underline;

}

a:active, a:focus {

	text-decoration: none;

}

.container {

	width: 1000px;

	min-height: 100%;

	background: #FFFFFF;



	margin-right: auto;



	margin-left: auto;

}

.header {

	background: #FFFFFF;

}

.content {

	overflow: auto;

	padding-bottom: 30px;

	width:1000px;

}

.footer {

	margin-top: -30px;



	width:1000px;

	height:30px;

	

	clear: both;

	

}

.fltrt {

	float: right;

	

}

.fltlft {

	float: left;

	

}

.clearfloat {

	clear:both;

	height:0;

	font-size: 1px;

	line-height: 0px;

}

.redtitle {

	color:#900;

	font-weight:bolder;

}

.redfont {

	color:#900;

	font-size:small;

}

.contact {

	font-size:small;

}



hr {

	color:#666;

}

table.innerpadding td {

	padding-top:5px;

	padding-right:0px;

	padding-bottom:15px;

	padding-left:0px;

}

iframe {

	border:none;

}

