/*  main element styles */
body {
	background-image: url(../images/page-bg.jpg);
	margin-top: 2px;
	margin-left: 5;
}
A { font : normal 11px/16px verdana; color : #007dbb; outline : none;}
A:visited { font : normal 11px/16px verdana; color : #007dbb; }

INPUT { font-family : Verdana, Helvetica, sans-serif; font-size : 9px; color: #000000; }

TEXTAREA { font-family : Verdana, Helvetica, sans-serif; font-size : 9px; color: #000000; }
OPTION { font-family : Verdana, Helvetica, sans-serif; font-size : 9px; color: #000000; }
FORM { display : inline; }

/*  generic classes */
/*.maincontent { padding-left : 30px; padding-top : 10px; width : 525px; } */
.navlink { color : #FFFFFF; text-decoration : none; font : 11px verdana; line-height : 16px;}
.bodytext { font : 11px verdana; line-height : 16px; color: #333333;}
.bodytexttight { font : 11px verdana; line-height : 14px; color: #333333; }
.bodytextsmall { font : 10px arial; line-height : 12px; color: #333333; }
.productdetail { font : 11px/16px verdana; color: #990000; }
.headertext { font : normal bold 11px/16px verdana; color: #333333; }
.bodycopy{ font : 11px verdana; line-height : 16px; color: #333333; }
.footertext{ font : 9px verdana; line-height : 12px; color: #666666; text-align: justify}
.innerpageheader { font-family : Verdana, Helvetica, sans-serif; font-size : 11px; font-weight : bold; color: #213A73; }

.submitbutton {
	font-size: 11px;
	height:20px;
	background-color: #f6c22e;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: outset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	cursor: hand;
}

.submitbutton-yellow {
	font-size: 11px;
	height:20px;
	background-color: #ecb516;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: outset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	cursor: hand;
}

.submitbutton-blue {
	font-size: 11px;
	height:20px;
	background-color: #55a5da;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: outset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	cursor: hand;
}

.submitbutton-green {
	font-size: 11px;
	height:20px;
	background-color: #74c437;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: outset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	cursor: hand;
}

.submitbutton-grey {
	font-size: 11px;
	height:20px;
	background-color: #e8e8e7;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: outset;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	cursor: hand;
}