body {
	background-color: #FFFFFF;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
}

.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #333333;
}

.bodybolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
}

.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
}

.phonesidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #cccccc;
}

.italicsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	color: #333333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE2B12;
	line-height: 16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

/* same style as H1 */
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FE2B12;
	line-height: 16px;
}

/* same style as H2 */
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 16px;
}

.titlegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #469C23;
	line-height: 16px;
}

.titleblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5a7cb8;
	line-height: 16px;
}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	list-style-image: url('../images/red_bullet.gif');
}

.red {
	color: #FE2B12;
}

/* LINK STYLES */

/* blue link, hover green */
a {
	color: #5A7CB8;
}

a:active {
    color: #469C23;
}

a:hover {
    color: #469C23;
}

/* green link, hover red */
a.green {
	color: #469C23;
}

agreen:active {
    color: #FE2B12;
}

agreen:hover {
    color: #FE2B12;
}

/* sidebar link, hover yellow */
a.linksidebar {
	color: #FFD637;
}

a.linksidebar:active {
    color: #FFD637;
}

a.linksidebar:hover {
    color: #FFD637;
}

/* footer link, hover blue */
a.linkfooter {
	color: #999999;
}

a.linkfooter:active {
    color: #5A7CB8;
}

a.linkfooter:hover {
    color: #5A7CB8;
}

/* END LINK STYLES */


/* SUBNAV STYLES */
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 12px;
	text-decoration: none;
}

.subnavonred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE2B12;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 12px;
	text-decoration: none;
}

.subnavongreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #469C23;
	padding-top: 10px;
	padding-right: 10px;
	line-height: 12px;
}

.subsubnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 10px;
	line-height: 13px;
}

.subsubnavonred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FE2B12;
	padding-right: 10px;
	line-height: 13px;
}

.subsubnavongreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #469C23;
	padding-right: 10px;
	line-height: 13px;
}

a.subnavlinkred {
    color : #FD2B12;
	text-decoration: none;
}

a.subnavlink {
    color : #FFFFFF;
	text-decoration: none;
}

a.subnavlink:active {
    color : #FE2B12;
	text-decoration: none;
}

a.subnavlink:hover {
    color : #FE2B12;
	text-decoration: none;
}

a.subnavlinkgreen {
    color : #FFFFFF;
	text-decoration: none;
}

a.subnavlinkgreen:active {
    color : #469C23;
	text-decoration: none;
}

a.subnavlinkgreen:hover {
    color : #469C23;
	text-decoration: none;
}

/* END SUBNAV STYLES */

.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #FFD637;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}

#logoprint, #footerprint {
	display: none;
}

#logo {
	display: inline;
}

.SuccessMsg
{
	color:Blue;	
}

.ErrorMsg
{
	color:Red;	
}