/* Copyright 2003 Joe Dopp */
/* Author: Joe Dopp */
/* Last updated 02/05/03 */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* This is the appearance of links that appear in the body of the document */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link 
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: underline;
}

a:visited 
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: underline;
}

a:hover 
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	background-color: #0066FF;

}

a:active 
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	background-color: #663399;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* This is the appearance of the links on the menu to left of every page */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a.menu:link 
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	margin-bottom: -14px
}

a.menu:visited 
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	margin-bottom: -14px
}

a.menu:hover 
{
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	margin-bottom: -14px;
	background-color: #FFFFFF;
}

a.menu:active 
{
	color: #FFFF33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	margin-bottom: -14px
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* This sets the appearance of the main content of the document            */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body
{
font-size: 12px;
color:#000000;
}

/* Center these by default */
body, h1, h2, h3, h4, h5, h6, th
{
font-family: Arial, Helvetica, sans-serif;
text-align: center
}

p, td, th, ul, ol, textarea, input
{
	text-align: left;
	vertical-align: top;
}

font.font1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color:#666666;
}

font.font2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color:#000000;
}

h5
{
color: #FF6600
}

/* Center Tables by default */
table
{
margin: 0 auto;
}

/* Center Images by default */
img
{
	margin: 0 auto;
	text-align: center;
	background-position: center;
}

div
{
text-align: center
}

/* Center align */
.center
{
text-align: center
}

/* Center align */
.left
{
text-align: left
}

/* Center align */
.right
{
text-align: right
}

/* Contact information in page header */
.header
{
	text-align: left;
	font-size: small;
	color: #000000;
}

/* Product Headings on black bar */
.heading
{
	text-align: center;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;

}

p.margin 
{
	margin-bottom: 15px;
	margin-left: 5px;

}

p.box1 
{
	border: thin none #000000;
	background-color: #E9ECE6;
	text-align: center
}

p.box2 
{
	border: medium none #000000;
	background-color: #E9ECE6;
	text-align: center
}

p.fineprint 
{
	background-color: #E9ECE6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.navmenu {
	margin-left: 5px;
}
p.callnow {
	margin-bottom: 15px;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;

}

