﻿body {
 	background-color: #444444; 
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.9em;
	color: #222222;
}
p
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.9em;
	text-align:justify;
	color: #222222;
}
table.header
{
 	background-color: #444444; 
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	color: #888888;
}
table.main_table
{
 	background-color: #BBBBBB; 
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	color: #888888;
}
.formlabel
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.9em;
	font-weight: bold;
	color: #444444;
}
.errorlabel
{
    font-family:  "Century Gothic", verdana, helvetica, sans-serif; 
    font-size: 0.9em;
	color: red;
	font-weight: bold;
}
input.buttons 
{
    font-family: "Century Gothic", verdana, helvetica, sans-serif; 
    font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	background-color: White;
}
input.textbox
{
    font-family: "Century Gothic", verdana, helvetica, sans-serif; 
    font-size: 0.9em;
	color: #444444;
	font-weight: bold;
	background-color: White;
}
li
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
}
h1
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 1.7em;
	color: #222222;
}
h2
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 1.4em;
	color: #222222;
}
h3
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 1.2em;
	color: #222222;
}
.obp_bright_green
{
    font-weight: bold;
    font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	color: #319069;
}
.obp_olive_green
{
    font-weight: bold;
    font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	color: #71824D;
}
.obp_price
{
    font-weight: bold;
    font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	color: #CC1122;
	font-size: 1.1em;
}
.obp_offers_header
{
    font-weight: bold;
    font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	color: #CC1122;
	font-size: 1.7em;
}

.description
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 1.0em;
	color: #222222;
}
.bold_description
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.9em;
	font-weight: bold;
	color: #888888;
}
.navigation
{
	font-family: "Century Gothic";
    font-size: 1.0em;
	color: #222222;
}
.top_nav_item
{
    background-color: #888888;
    font-weight: normal;
    font-family: "Century Gothic", Sans-Serif;
    color: White;
    FONT-SIZE: 1em;
    BORDER-RIGHT: #444444 2px solid;
    BORDER-TOP: #444444 2px solid;
    BORDER-LEFT: #444444 2px solid;
    BORDER-BOTTOM:#444444 2px solid;
}

.dynamic_nav_menu
{
    BORDER-RIGHT: #444444 2px solid;
    BORDER-TOP: #444444 2px solid;
    FONT-SIZE: 1em;
    BORDER-LEFT: #444444 2px solid;
    BORDER-BOTTOM:#444444 2px solid;
    FONT-FAMILY: "Century Gothic", Sans-Serif;
    text-align: left;
}
.dynamic_nav_item
{
    background-color:  #888888;
    FONT-FAMILY: "Century Gothic", Sans-Serif;
}
.dynamic_nav_item_hover
{
    background-color:  #444444;
    FONT-FAMILY: "Century Gothic", Sans-Serif;
}
.nav_selected
{
    background-color:  #71824D;
    FONT-FAMILY: "Century Gothic", Sans-Serif;
}
.body_navigation
{
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 1.5em;
	color: #222222;
}
.message
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.9em;
	color: #EE1111;
}
.error
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bold;
	color: #EE1111;
}
.bold_item
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 1.0em;
	font-weight: bold;
	color: #888888;
}
.formfont
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color: #2d2dee;
}
.qc_header
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 1.0em;
	font-weight: bold;
	color: #888888;
}
.qc_description
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.8em;
	color: #888888;
}
.qc_error
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.6em;
	font-weight: bold;
	color: #EE1111;
}
.qc_formfont
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.7em;
	font-weight: bold;
	color: #888888;
}
.formval
{
	font-family: "Century Gothic", verdana, helvetica, sans-serif; 
	font-size: 0.7em;
	font-weight: normal;
	color: #111111;

}

a:link 
{ 
	color: #333333;
}
a:visited 
{ 
	color: #111111;
}
a:hover 
{ 
	color: #319069;
}
a:active 
{
	color: #71824D;
}
img.left-floating
{
	float:	left;
}
.right-floating
{
	float:	right;
}