/* Change text-align to left to make body table go left */
BODY {
	text-align:left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: 31639c;
}


TD {
	font-size : 12px;	
}

TH {
	background-color : #DEF6EE;
	font-weight : bold;
	font-size : 14px;
}


A {
	text-decoration : none;
	font-weight : bold;
}


A:HOVER {
	text-decoration : none;
	background-color:FFFFEF;
}


INPUT {
	font-size : 10px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
}

SELECT {	
	font-size : 10px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
}

TEXTAREA {
	font-size : 12px;	
	font-family : "MS Sans Serif", Geneva, sans-serif;
}

LI {	
	padding-bottom : 7px;	
}


A.AdminLink {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 8px;
	color : Black;
	background-color : Silver;
	border : 1px groove Gray;
	text-decoration : none;
	font-weight : normal;
	width:125px;
	border-left-width : 0px;
	border-right : 0px;
	border-bottom-width : 0px;
}


.BodyTable {
	width : 750px;
	height: 350px;
	margin-left:auto; 
	margin-right:auto; 
}

.bottomPageLinks {
	font-size:10px;
	text-align:right;
	font-weight: bold;
}


.MenuBar {
	background-color : #FFFFCC;
	height : 20px;
	text-align : center;
}


.BodyCell {
	height : 100%;
}


.PageTitle {
	text-decoration : none;
	text-align : right;
	font-size : 20px;
	font-variant : normal;
	font-weight : normal;
	padding-bottom : 12px;	
	font-style : normal;
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Script MT Bold", "Vladimir Script", cursive;
}

.PageContent {	
	font-size : 12px;
}

.ReqFormFieldLabel {
	color : Red;
	font-weight : bold;
	text-align : right;
	padding-right : 10px;
	vertical-align : middle;
}

.OptFormFieldLabel {
	font-weight : bold;
	text-align : right;
	padding-right : 10px;
	vertical-align : middle;
}

.FormFieldExtDesc {
	font-size: 10px;
	font : "MS Sans Serif", Geneva, sans-serif;
	padding : 0 10px 0 10px;
}

.FormButtonRow {
	background-color : Silver;
	text-align : center;
}

.ProductSpecialHR {
	width : 500;
	color : Green;
	height : 1px;
}

.FeaturedProductLink {
	font-size : 10px;
	text-decoration : none;
	
}

A.MessageBoardAdminLink {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 9px;	
}

A.MessageBoardThreadSubject {
	font-size : 16px
	
}

.MessageBoardThreadSubject {
	font-size : 16px;
	font-weight : bold;
}

.MessageBoardMsgText {
	font-size : 12px;
	font-style : normal;
	font-family : "Courier New", Courier, monospace;
}


.FormPopUp {
	background-color:silver;
	border: medium inset silver;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
}

.HelpPopUp {
	background-color:FFFFEF;
	border: medium inset silver;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 10px;
	width:75%;
	float:right;
}







