/* Standard Formatting options */
#main
{
	width:681px;
	
}

.heading{
	font-family: arial; 
	font-size: 18px; 
	font-weight: bold; 
	color: #cc0000;
}

.subheading{
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #cc0000;
}

.default{
	font-family: arial; 
	font-size: 12px; 
	color: #000000;
}	

.header {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 14px;
	color : #990000;
}

.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11 px;
	color : #363636;
}

a.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11 px;
	color : #990000;
}

a.addresstext {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11 px;
	color : #363636;
	text-decoration: none;
}

.smltext{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10 px;
	color : #363636;
}

table.outline {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 3 px;
	font-size : 11 px;
	
	border-color : #990000;
	border-style : double;
	padding : 3px;
}

p.italic{
	font-style : italic;
}

.subhead{
	color: #990000;	
	font-weight: bold;
}

td.head{
	font-weight: bold;
	border-bottom: 1px solid #990000;
}

em.b{
	font-weight: bold;
}

.table350 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1 px;
	font-size : 11 px;
	border-width : 1 px;
	border-color : #990000;
	width : 350;
	border-style : solid;
	padding : 3px;
}
.table450 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1 px;
	font-size : 11 px;
	border-width : 1 px;
	border-color : #990000;
	width : 450;
	border-style : solid;
	padding : 3px;
}
.table600 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : 1 px;
	font-size : 11 px;
	border-width : 1 px;
	border-color : #990000;
	width : 600;
	border-style : solid;
	padding : 3px;
}
.cell {
	background : #F0F0F0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11 px;
}
.customs_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.customs_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	font-variant: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	color: #CC0000;
	text-transform: capitalize;
}
.customs_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

.clear{
    clear:both;
    width:100%;
    line-height:0px;
    height:0px;
    display:block;
}
.summaryPanel
{
	width:95%;
	float:left;
	background-color :#eeeeee;
	padding:5px;
}
.summaryLeft
{
	width:50%;
	float:left;
}
.summaryRight
{
	width:50%;
	float:left;
}
.wizard 
{
	margin:30px auto auto auto; 
	width:615px;

}
.links 
{
	font-size:12px; 
	font-weight:bold;
	color:Red;
}