/*cope with inheritance bugs*/
body, table, th, td{
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

/*body specific*/
body{
background-color:#ffffff;
	background-image:url();
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
}

form{
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
}

a:link{
color:#003366;
font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited{
color:#6699cc;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover{
color:#000000;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

a:active{
color:#003399;
	font-size:12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}

li{
color:#000000;
list-style-type:square;
}

ol{
color:#000000;
}

ul{
color:#000000;
list-style-type:square;
}

H1, H2, H3, H4, H5, H6 {
font-family:Arial, Helvetica, sans-serif;
}

.actCHECKOUTEM {background-color:#0099ff;}
.actCHECKOUTBG {background-color:#eeeeee;}

.actlarger{
font-size: larger;
color:#000000;
}

.actsmaller{
font-size: smaller;
color:#000000;
}

.actxxsmall{font-size:11px;color:#000000;}
.actxsmall{font-size:12px;color:#000000;}
.actsmall{font-size:small;color:#000000;}
.actregular{font-size:medium;color:#000000;}
.actlarge{font-size:large;color:#000000;}
.actxlarge{font-size:x-large;color:#000000;}
.actxxlarge{font-size:xx-large;color:#000000;}

.actwarningcolor{color:#e43568;}
.actrequiredcolor{color:#e43568;}
.actsearchhighlightcolor{color:#e43568;}
.actrequired{color:#e43568;}
.actwarning{color:#e43568;}
.actwelcome{color:#000000;}

.actlogotext {font-family:Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center}
.actlogout{font-size:x-small;color:#003366;}

#navProds a{
	padding:2px;
	display:block;
	color: #27659E;
	font-weight:bold;
	text-decoration:none;
	text-indent:2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F0F5FB;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navProds a:hover {
	color:#FFFFFF;
	background-color:#A9CDF0;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #B89C39;
}

#navProds{margin:0px; margin-left:0px; width:190px;
}

#navProds div { background-color:#F0F5FB; border:1px solid #F0F5FB; margin-bottom:2px
}
.bodyRed {

color:#000000;
	font-size:14px;

font-family:Arial, Helvetica, sans-serif;
	color: #E43568;
	font-weight: bold;
}

}

#contact-area {
	width: 500px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 4px;
	width: 250px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;

