@charset "utf-8";
/* CSS Document */

a {
	color:black;
	text-decoration: underline;
	border:none;
}
a:hover {
	text-decoration: none;
}
a:visited {
    color: black;
img{border:none;}

/* Text Styles */
h1 {
	margin:0 0 5px 0;
	font-size:24px;
	font-weight:bold;
}
h2 {
	margin:0 0 5px 0;
	font-size:18px;
	font-weight:bold;
}
h3 {
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:normal;

}
h4 {
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:normal;

}
p {margin:0 0 5px 0;
	font-size:14px;
	line-height:1.1;
}


/* Div Styles */
.center{
	text-align:center !important;
}
.contain-div{
	display:table;
}
.white-div{
	width: 802px;
	vertical-align:top;
	padding:10px;
	color:#636466;
	background-color:#FFF;
	float:left;

}
.white-div a{
	color:#636466;
}
.left3{
	width: 254px;
	float:left;
}
.left5{
	width: 391px;
	float:left;
}
.left6{
	width: 528px;
	float:left;
	
}
.right3{
	width: 254px;
	float:right;
}
.right5{
	width: 391px;
	float:right;
}
.right6{
	width: 528px;
	float:right;
}
.box-left3{
	margin:10px;
	width: 234px;
	float:left;
}
.box-left5{
	margin:10px;
	width: 371px;
	float:left;
}
.box-left6{
	margin:10px;
	width: 508px;
	float:left;
}
.box-right3{
	margin:10px;
	width: 234px;
	float:right;
}
.box-right5{
	margin:10px;
	width: 371px;
	float:right;
}
.box-right6{
	margin:10px;
	width: 508px;
	float:right;
}
.box-center{
	margin:10px;
	width: 782px;
	float:left;
}
.no-bottom{
	margin-bottom:0;
}
.no-left{
	margin-left:0;
}
.no-right{
	margin-right:0;
}
.no-top{
	margin-top:0;
}