/* template style sheet */

body {
	background-color: white;
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt;
	color: black;
}

.container {
	background-color: white;
	width: 800px;
	text-align: center;
	vertical-align: top;
}

.logo_banner {
	background-color: white;
	padding: 5px;
	text-align: left;
}

.menu_banner {
	background-color: #263770;
	padding: 2px;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.mainLeftCol {
	background-color: white;
	height: 400px;
	width: 25%;
	border-right: solid 1px #263770;
	vertical-align: top;
	padding: 10px;
}

.mainRightCol {
	background-color: white;
	width: 75%;
	vertical-align: top;
	padding: 10px;
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	text-align: left;
}

p {
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.text {
	font-weight: normal;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.bold_text {
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	text-align: left;
}

.error {
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	color: #FF0000;
	text-align: left;
}

.cartColHeader {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.cartSubHeader {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}

.cartTable td {
	padding: 5px 5px 5px 5px;
}

.top_login_bar_bg {
/*	background-color: #999999;*/
	background-color: #002F5D;
}

h4 {
	font-weight: bold;
	font-family: verdana;
	font-size: 13pt;
	color: #C96001;
	text-align: left;
}

.th_prod {
	text-align: center;
	width: 33%;
	vertical-align: top;
}

p.th_desc {
	font-weight: normal;
	font-family: verdana;
	font-size: 11pt;
	color: black;
	text-align: center;
}

.menu_footer {
	background-color: #263770;
	padding: 2px;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.copyright_info {
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
	color: white;
	text-align: center;
}

a.linx {
	color: white; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a.linx:link {
	color: white; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a.linx:visited {
	color: white; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a.linx:hover {
	color: white; 
	text-decoration: underline; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a.linx2 {
	color: white; 
	text-decoration: none; 
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
}

a.linx2:link {
	color: white; 
	text-decoration: none; 
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
}

a.linx2:visited {
	color: white; 
	text-decoration: none; 
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
}

a.linx2:hover {
	color: white; 
	text-decoration: underline; 
	font-weight: normal;
	font-family: verdana;
	font-size: 8pt;
}

a.linx3 {
	color: #263770; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 11pt;
}

a.linx3:link {
	color: #263770; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 11pt;
}

a.linx3:visited {
	color: #263770; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 11pt;
}

a.linx3:hover {
	color: red; 
	text-decoration: underline; 
	font-weight: bold;
	font-family: verdana;
	font-size: 11pt;
}

a {
	color: #263770; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a:link {
	color: #263770; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a:visited {
	color: #263770; 
	text-decoration: none; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

a:hover {
	color: red; 
	text-decoration: underline; 
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
}

