
td#topNavMenu a:link{ 
	color : WHITE;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}
td#topNavMenu a:visited{ 
	color : WHITE;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}

td#topNavMenu a:hover{ 
	color : RED; 
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}

table.tableForm {
	padding: 1px;
	
}

A:link{
	text-decoration : none;
	color: #0180BE;
}
A:visited{
	color: #0180BE;
	text-decoration : none;
}
A:active{
	color: Deepskyblue;
	text-decoration : underline;
}
A:hover
{
	color: #339933;
	text-decoration : underline;
}

body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #003366;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: #f9f9f9;
	scrollbar-darkshadow-color: #F0ECE8;
	scrollbar-track-color: WHITE;
	scrollbar-arrow-color: #FF9900;
	/*background: white;*/
	font-size: 10pt;
	color: Black;
	margin-left : 0px;
	margin-top : 0px;
	margin-right : 0px;
}

h1 {
	font-size: 18px;
}
.footer {
font-size: 7pt;
padding: 3px;
}

td#topNavMenu {
	color: White;
}

td#leftCol {
	vertical-align:top;
	width:100px;
}

td#rightCol {
	vertical-align:top;
	width:100%;
}

 input.txt{
	width : 145px;
	
}

 input.submit{
width : 60px;
}

/*Set the font for all the button, text input...etc*/
input {
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}

table#mainFrame {
	padding: 0px;
	border: 0px none;
	margin: 0px;
	width: 100%;
}
/* Hide this temp see if there's any difference
table#mainFrame td {
	padding:0px;
}*/


.leftMenuDiv {
	border-style: solid;
	border-color: LightGrey;
	border-width: 1px;
	margin:8px;
	padding:0px;
}

ul#clist{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: square;
	margin-left: 14px;
}

table#leftMenu {
	padding:0px;
	width:135px;
	border: 0px none;
	margin:0px
	
}
table#bodyContent{
	padding:0px;
	border:0px none;
	margin:0px;
	width:100%;
}

table#bodyContent td#Content{
	padding:10px;
	
}

table#leftMenu td{
	padding-left:3px;
	padding-top:3px;
}

table#leftMenu td#menuHeader{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3466A1;
	text-align: left;
	padding:3px;
	padding-left:5px;
}

table#bodyContent td#menuHeader{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3466A1;
	/*text-align: left;*/
	padding:3px;
	padding-left:5px;
}
td#menuHeader a {
	color: white;
	text-decoration: none;
}

td#menuHeader a:hover {
	color: #33FFFF;
	text-decoration: none;
}
/*.textContent {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}*/
table#bodyContent td.Detail {
	padding:10px;
	width: 50%;
}

.errorMsg {
	color: Red;
	font-weight: bold;
}.lblTextbox {
	border: 0px none;
}
h5 {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	border-top-width: 1.5px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1.5px;
	bottom: -15px;
	margin-bottom: 8px;
	color: #009900;

}
.bulletpt {
	margin-left: -20px;
}
.headingOrange {
	font-weight: bold;
	color: #FF6600;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	margin-right: 0px;
	margin-left: 0px;
}
.specialText {
	color: #FF0000;
	font-weight: bold;
}

.cartTotal {
border-left:none;
border-top:Solid Black 2px;
border-bottom:Solid Black 2px;
color: Red;
font-weight: bold;
/*background-color:#FF6600;*/
}

.smallerText  {	
font-size:smaller;
}