@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700);

body{
	margin:0px;
	padding:0px;
	color: #000000;
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
}
#header {background: #FFFFFF}

#allpage{
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	margin-top: 0pt;
	border-bottom: 1px solid #666666;
	-moz-box-shadow: 0 9px 10px #999;
	-webkit-box-shadow: 0 9px 10px #999;
	box-shadow: 0 9px 10px #999;
}

#mainpage {
	padding: 0px 30px 25px;
	text-align: left;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0;
}

.clearme{
	line-height: 1px;
	clear:both;
}

strong {
	font-weight: 600;
}

a {
	color: #cc3300;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

h1 {
	color: #cc3300;
	font-family 'Open Sans' sans-serif;
	font-size: 28px;
	line-height: 1.5;
	font-weight: 700;
}

h2 {
	color: #000000;
	font-family: 'Open Sans' sans-serif;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}

h3 {
	color: #000000;
	font-size: 19px;
	line-height: 1.4;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}

h5 {
	color: #000;
	font-size: 26px;
	line-height: 1.4;
	font-weight: 400;
	padding: 0;
	margin: 0;
}


#regform2 {
	width: 350px;
	border: 2px solid #f3f3f3;
	background: #f4f2da;
	-webkit-box-shadow: inset 0px 0px 60px -22px rgba(204,204,204,0.6);
	-moz-box-shadow: inset 0px 0px 60px -22px rgba(204,204,204,0.6);
	box-shadow: inset 0px 0px 60px -22px rgba(204,204,204,0.6);
	border-radius: 3px;
	font: 14px/20px 'Open Sans', sans-serif;
	color: #333333;
	float: right;
	color: #333333;
	-moz-border-radius: 5px; 
	border-radius: 5px;
	margin-right: 15px;
	padding: 10px;
}

#regform2 td {
	padding: 2;
}
	

#regform2 form input.text {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	color: #000000;
	border: 2px solid #ccc;
	background: #FFFFFF;
	padding: 8px 5px 8px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px; 
}

#regform2 form input.img {
	background: none;
	border: none;
}

#regform2 input.button {
	background-color: #CC3300; 
	font-size: 22px; 
	font-family: 'Open Sans' sans-serif;
	color: #fff;
	line-height: 1.7;
	font-weight: 600;
	border: 1px solid #dedede; 
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	height: 65px; 
	width: 270px;
}

#regform2 input.button:hover {
	background-color: #FF4F00;
}


#footer {
	background: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.redhighlight {
	color: #cc3300;
	font-family: 'Open Sans' sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
}

ul {
	list-style: disc outside;
}

li {
	padding-bottom: 3px;
}

ul.details {
	list-style: url(images/red_arrow.jpg) none outside;
}

ul.details li {
	padding-bottom: 10px;
}

.redhighlightlg {
	color: #cc3300;
	font-family: 'Open Sans' sans-serif;
	font-size: 26px;
	line-height; 1.6;
	font-weight: 600;
}

.h2equivalent {
	color: #000000;
	font-family: 'Open Sans' sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.6
	margin: 0px;
	padding: 0px;
}
.h1equivalent {
	color: #cc0000;
	font-family: 'Open Sans' sans-serif;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.6;
	letter-spacing: -2px;
	margin: 0px;
	padding: 0px;
}
