
body{
line-height: 1.5em;
font-size: 11px;
color: #2d2d2d;
font-family: Arial, Helvetica, sans-serif;
background-color: #ffffff;} 

.header{
font-size: 20px;
font-weight: bold;
color: #008aff;
font-family: Arial, Helvetica, sans-serif;
}

.subheader{
font-size: 15px;
color: #b4db20;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

td{
line-height: 1.5em;
font-size: 13px;
color: #0e2656;
font-family: Arial, Helvetica, sans-serif;
}

a{
color: #05a718;
text-decoration:none;
}

a:HOVER{
color: #753A00;
text-decoration:none;
}

a:VISITED{
color: #05a718;
text-decoration:none;
}

a:VISITED:HOVER{
color: #753A00;
text-decoration:none;
}

.submenuheading{
color: #294B95;
font-size: x-small;
}

a.submenu{
color: #294B95;
font-size: x-small;
text-decoration:none;
}

a.submenu:HOVER{
color: #fffff;
font-size: x-small;
}

a.submenu:VISITED{
font-size: x-small;
color: #294B95;
text-decoration:none;
}

a.submenu:VISITED:HOVER{
color: #fffff;
font-size: x-small;
}

a.submenulinks{
font-variant: small-caps;
color: #482d0e;
font-size: 15px;
font-weight: bold;
text-decoration:none;
}

a.submenulinks:HOVER{
color: #ff0000;
font-weight: bold;
text-decoration:none;
}

a.submenulinks:VISITED{
color: #482d0e;
font-weight: bold;
text-decoration:none;
}

a.submenulinks:VISITED:HOVER{
color: #ff0000;
font-weight: bold;
text-decoration:none;
}

.productable
{
border-style:dashed;
border-width: 5px;
border-color:#c0c0c0;
}

img#productsdisplay
{
border-style:dashed;
border-width: 0px;
border-color:#c0c0c0;
}

td#productimg
{
background-position: 30% 50%;
}



.formsmailing
	{
	font-family: Courier New, Courier New, monospace;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #ffffff;
	color: #5b87e7;
	background: #dadada;
	}
	
.forms
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	background: #ffffff;
	}
	
option#red
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f50196;
	background: #ffffff;
	}
	
label
{	
color: #0e2656;
font-weight: bold;
width: 150px;
float: left;
text-align: left;
display: block
}

input
{
font-family: Courier New, Courier New, monospace;
font-size: 12px;
color: #2d2d2d;
background: #ffffff;
border: 1px solid #737373;
}

.submit input
{
font-family: Courier New, Courier New, monospace;
color: #737373;
background: #cdcdcd;
border: 0px solid #737373;
} 

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d2d2d;
	background: #ffffff;
	border: 1px solid #737373;
	width: 300px;
	height: 150px;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 



