﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #004A80;
	}

h1 {
	font-family: Verdana;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 7pt;
	margin-top: 0pt;  
	}

h2 {
	font-family: Verdana;
	font-size: 11pt;
	margin-bottom: 6pt; 
	margin-top: 0pt;
	}	
	
h3 {
	font-family: Verdana;
	display:inline;
	font-size: 80%;
	}
	
img {
	border: 0;
}
		
.question {
	font-size: 75%;
	}

a:link {
	line-height: 16px;
	color: #3030CB;
	text-decoration: none; 
	font-size: 12px; 
	font-weight: normal;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}

a:visited {
	line-height: 16px;
	color: #3030CB;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}

a:hover {
	line-height: 16px;
	color: #FF0000; 
	text-decoration: underline;  
	font-size: 12px;
	font-weight: normal; 
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}

a.head:link {
	line-height: 15px;
	color: #3030CB;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}

a.head:visited {
	line-height: 15px;
	color: #3030CB;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}
	
a.head:hover {
	line-height: 15px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}
		
a.margin:link {
	line-height: 14px;
	color: #FFFF80;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}
	
a.margin:visited {
	line-height: 14px;
	color: #FFFF80;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}
	
a.margin:hover {
	line-height: 14px;
	color: #FFFF80;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	}

p {
	line-height: 16px;
	font-size: 12px;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	color: #000000;
	text-decoration: none;
	}
   
 .normaltext {
 	line-height: 16px;
	font-size: 12px;
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	color: #000000;
	text-decoration: none;
	}

.ytext {
	line-height: 12px;
	font-size: 10px;
	font-weight: normal; 
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	color: #EDEDED;
	text-decoration: none;
	}
		 
.btext {
	line-height: 14px;
	font-size: 10px;
	font-weight: normal; 
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	color: #000000;
	text-decoration: none;
	}
		 
.gtext {
	line-height: 10px;
	font-size: 10px;
	font-weight: normal; 
	font-family: VERDANA, ARIAL, HELVETICA, SANS-SERIF;
	color: #444444;
	text-decoration: none;
	}
		 
.hblack {
	line-height: 20px;
	font-size: 17px;
	font-family: ARIAL, HELVETICA, SANS-SERIF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}
		 
.hred {
	line-height: 20px;
	font-size: 17px;
	font-family: ARIAL, HELVETICA, SANS-SERIF;
	color: #DD0000;
	font-weight: bold;
	text-decoration: none;
	}

.hred a.hred, .hred a, a.hred {
	line-height: 20px;
	font-size: 17px;
	font-family: ARIAL, HELVETICA, SANS-SERIF;
	color: #DD0000;
	font-weight: bold;
	text-decoration: underline;
	}


.formrow {
	overflow: hidden;
	vertical-align: middle;
	line-height: 2.4em;
	width: 100%;
}

.label {
	width: 35%;
	text-align: right;
	float: left;
	padding-right: 2%;
	line-height: 2.4em;
}

.label label {
	float: right;
}

label {
	display: block;
	width: auto;
}

.input 
{
	overflow: auto;
	width: auto;
}

.input input {
	width: 50%;
}

.inputError {
	display: block;
	color: #ff0000;
	float: left;
}

table.checkout_table {
	width: 100%;
}

table.checkout_table tr td {
	padding: 3px 8px;
}

table.checkout_table tr td.tdlabel {
	width: 30%;
	vertical-align: middle;	
	text-align: right;
}

table.checkout_table tr td.tdinput {
	width: 70%;
	vertical-align: middle;	
}

table.checkout_table tr td.tdinput input {
	width: 60%;	
}

table.checkout_table tr td.tdinput input.unstyled, table.checkout_table tr td.tdinput .unstyled input {
	width: auto;
}

.subhead {
	color: #DD0000;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2;	
}

.customerAddress {
	float: left;
	width: 49%;
}

.reviewdetails td {
	vertical-align: top;
}

td.addressinput {
	vertical-align: top;
	width: 5%;
}

td.customeraddress {
	vertical-align: top;
	width: 45%;
}