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

a {
	color: #0000FF;
	text-decoration: none;
	text-indent: 0pt;
}
body {
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR: #F2F2F2;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-SHADOW-COLOR: #F2F2F2;
	SCROLLBAR-3DLIGHT-COLOR: #F2F2F2;
	SCROLLBAR-ARROW-COLOR:  #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #F2F2F2;
	font-family: "Helvetica Neue 65", Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: text-top;
	margin: 0;
	word-wrap:break-word;
	}
	
.container {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
}

.container h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:30px;
	border-bottom: dotted 1px #000000;
	padding-bottom:15px;
	padding-left:15px;
	text-align:left;
	line-height:15px;
	width:75%
	}
	
	
	
	
	
h2{
	font-family: "Helvetica Neue 65", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: normal;
	color: #4d4d4d;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	height: 0px;
	width: auto;
	float: none;
	margin: 0;
	}
	
h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin: 2;

	}
	
h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11px;
	color: #AAAAAA;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding:3px;
	text-transform: uppercase;
	


	}

/*h5 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height: normal;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	margin: 1;
	text-transform: uppercase;
	vertical-align: bottom;
	text-align: left;
	white-space: normal;
	bottom: auto;
	}
	
h6{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #4D4D4D;
	font-style: normal;
	font-weight: normal;
	margin: 2;
	text-transform: uppercase;
	}*/
	
p {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #000;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	text-align: left;
	vertical-align: text-top;
	page-break-after: 14px;
	text-indent:30px;

}

.row {
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	max-height:500px;
	
	}
.rowwelc{
	width:100%;
	height:auto;
	float:left;
	margin:20px;
	padding:0;
	max-height:500px;
	list-style-type:none;
	display:inline;
	
	}
.rowwelc p {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	}
.noindent {
	text-indent:0px;
	}
.rowwelc p a {
	color:#c94a3c;
	}
.welcomeheader {
	font-family:"Courier New", Courier, monospace;
	font-size:30px;
	font-weight:bold;
	color:#c94a3c;
	
	}
	
.rowwelc ul {
	list-style-type:none;
	display:inline;
	}
	
.rowwelc ul li{
	width: 222px;
	height:74px;
	margin:10px;
	background-image:url(new/images/hotbuttonbg.jpg);
	text-align:center;
	
	
	}

.rowwelc ul li a{
	padding:30px 30px;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	
	}	

.row a {
	display:inline;
	color:#666666;
	size:12px;
	}
.row a:hover {
	background-color:#666666;
	color:#FFF;
	}

a:link {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: none;
}

a:active {
	color: #0066FF;
	text-decoration:underline;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #E9E9E9;
	color: #333333;
	white-space: normal;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: none;
	color: #333333;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
product {
	margin:0px 10px;
	padding:0px;
}

.question {
width: 30%;
height: auto;
margin:0 auto;
padding:0px 0px 0px 40px;
float:left;

}

.question ol {
	display:block;
	list-style-type:decimal
	}

.question ol li {
	text-align:left;
	display:list-item;
	list-style-type:decimal;
	padding:3px;
	font-size:10pt;
	}


.box {
	width: 50%;
	height:auto;
	float:left;
	margin:20px 0px 20px 50px;
	padding:5px;
}

.boxborder {
	border: 1px dotted #010101;
		width: 50%;
	height:auto;
	float:left;
	margin:20px 0px 20px 50px;
	padding:5px;
	}

.boxborder ul {
list-style-type:
	}

.boxborder ul li a {
	line-height:15px;
	color: #FF0000;
	margin:10px 0px;
	}
.boxborder ul li a:hover {
	background-color:#FF0000;
	color:#FFF;
	}