body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #ffffff;
	color: #333333;
}

.blue {
	background: #3944a1;
	color: #ffffff;
}

p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height : 160%;
	background: #ffffff;
	color: #333333;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 16px;
	margin-top: 4px;
}

.p_bold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height : 160%;
	color: #333333;
	background: #ffffff;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.td_pad {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 1px;
}

.product {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height : 160%;
	color: #3944a1;
}

.note {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height : 160%;
	color: #333333;
}

.product_image {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height : 160%;
	color: #3944a1;
	border-left: 2px solid #b4b9e4;
	border-right: 2px solid #b4b9e4;
	/*border-top: 2px solid #b4b9e4;*/
	border-bottom: 2px solid #b4b9e4;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
}

.copyright {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height : 160%;
	color: #333333;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 3px;
}

.copyright a:link {
	color : #333;	
	background: #fff;	
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.copyright a:visited { 
	color : #333;
	background: #fff;
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.copyright a:hover {
	color : #333;
	background: #fff;	
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.copyright a:active {
	color: #333;
	background: #fff;
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.box_header {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	background: #3944a1;
	color: #ffffff;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 3px;
}

.box_shadow_to_white {
	background-color: #ffffff;
	background-image: url(../images/shadow_to_white.gif);
	max-height: 5px;
}

h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 15px;
	background: #3944a1;
	color: #ffffff;
	margin-bottom: 0px; 
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 4px;
	border-bottom: 1px solid #000000;
}

h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 13px;
	background-image: url(../images/header_fade.gif);
	background-repeat: repeat-x;
	color: #000066;
	margin-bottom: 0px; 
	margin-top: 0px; 
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 4px;
	border-top: 2px solid #b4b9e4;
	border-left: 2px solid #b4b9e4;
}


h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	background: #ffffff;
	color: #3944a1;
	margin-top: 4px; 
	padding-top: 2px;
	margin-bottom: 0px; 
	padding-bottom: 2px;
	margin-left: 6px;
	margin-right: 20px;
	border-bottom: 1px solid #b4b9e4;
}

h4 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	background: #ffffff;
	color: #3944a1;
	margin-top: 4px; 
	padding-top: 2px;
	margin-bottom: 0px; 
	padding-bottom: 3px;
	margin-left: 6px;
	margin-right: 20px;
}

ul, li {
	color : #333333;
	font-size : 12px;
	line-height : 130%;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 2px;
	margin-left: 16px;
	margin-bottom: 0px;
	padding-right: 6px;
}


.warning {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	background: #ffffff;
	color: #990000;
}

a:link {
	color : #3944a1;	
	font-size: 12px;
	font-weight : bolder;
}
a:visited { 
	color : #3944a1;	
	font-size: 12px;
	font-weight : bolder;
}
a:hover {
	color : #6699cc;
	font-size: 12px;
	font-weight : bolder;
}
a:active {
	color: #333333;
	font-size: 12px;
	font-weight : bolder;
}
.smalllinks {
	background: #3944a1;	
}
.smalllinks a:link {
	color : #b4b9e4;	
	background: #3944a1;	
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.smalllinks a:visited { 
	color : #b4b9e4;
	background: #3944a1;
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.smalllinks a:hover {
	color : #ffffff;
	background: #3944a1;	
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

.smalllinks a:active {
	color: #b4b9e4;
	background: #3944a1;
	font-size: 9px;
	font-weight : normal;
	padding-bottom: 4px;
}

form {
	font-size: 11px;
	font-weight: normal;
	color: #3944a1;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 3px;
	padding-top: 0px;
}

select {
	border: 1px solid;
	background-color: #ffffff;
}

.input_textbox {
	border: 1px solid #b4b9e4;
	font-size: 12px;
}

.input_button {
	border: 1px solid #3944a1;
	background-color: #3944a1;
	color: #ffffff;
	font-weight: bold;
	cursor: hand;
	font-size: 12px;
}
	
.rule_paleblue {
	background: #b4b9e4;
}

.item_desc {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background: #ffffff;
	color: #3944a1;
	border-top: 1px solid #b4b9e4;
}

.item_price {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	background: #ffffff;
	color: #990000;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid #b4b9e4;
}

.item_number {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background: #ffffff;
	color: #333333;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid #b4b9e4;
}

.item_order {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	background: #990000;
	color: #ffffff;
	margin-bottom: 0; 
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #b4b9e4;
	border-left: 1px solid #b4b9e4;
	border-right: 1px solid #b4b9e4;
	border-top: 1px solid #b4b9e4;
}

.orderlinks {
	background: #990000;	
	border-bottom: 1px solid #330000;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-top: 1px solid #330000;
	padding-bottom: 2px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 2px;
}
.orderlinks a:link {
	color : #ffffff;	
	background: #990000;	
	font-size: 12px;
	font-weight : bolder;
}

.orderlinks a:visited { 
	color : #ffffff;
	background: #990000;
	font-size: 12px;
	font-weight : bolder;
}

.orderlinks a:hover {
	color : #ffffff;
	background: #990000;	
	font-size: 12px;
	font-weight : bolder;
}

.orderlinks a:active {
	color: #ffffff;
	background: #990000;
	font-size: 12px;
	font-weight : bolder;
}

.form_desc {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3944a1;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 3px;
	border-bottom: 1px solid #cccccc;
}

.form_note {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 8px;
	padding-top: 3px;
}

.hidden {
	display: none;
}
