/* Body
------------------------------------------------------------------- */
body {
	margin: 0;
	font: 80% Arial, Helvetica, sans-serif;
	background: #0066CC;
	background-image : url(/images/BGGrayDot.gif);
}

/* Headings
------------------------------------------------------------------- */
h1 {
	font-size: 210%;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 155%;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0;
}


/* Fonts
------------------------------------------------------------------- */
A:link
{
	COLOR: black;
	TEXT-DECORATION: underline;
}
A:visited
{
	COLOR: black;
	TEXT-DECORATION: underline;
}
A:hover
{
	COLOR: blue;
	TEXT-DECORATION: underline
}
P
{
FONT-SIZE: 10pt;
}

.smallFont
{
    FONT-SIZE: 8pt;
	
}
.smallBoldFont
{
    FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
}
.regularFont
{
    FONT-SIZE: 10pt;
}
.regularBoldFont
{
	FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
}
.largeFont
{
    FONT-SIZE: 12pt;
}
.largeBoldFont
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
}
.heading
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	COLOR : black;
}
.redBoldFont
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #ff0000
}
.largeRedBoldFont
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	COLOR: #ff0000
}

.required

{
	color: red;
	font-weight: bold;
	font-size: 12pt
}
/* Grids
---------------------------------------------------------------------------------------- */

table.grid {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.grid th {
	COLOR: White;
	font-weight : bold;
	font-size : 10pt;
	background-color : #333333;
	text-align : center;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #333333;
	-moz-border-radius: ;
}

table.grid td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	FONT-SIZE: 10pt;
	text-align : center;
	-moz-border-radius: ;
}

table.ratesGrid {
	border-width: 1px;
	border-spacing: 5px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.ratesGrid th {
	COLOR: White;
	font-weight : bold;
	font-size : 10pt;
	background-color : #333333;;
	text-align : center;
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #333333;
	-moz-border-radius: ;
}

table.ratesGrid td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #333333;
	background-color: white;
	-moz-border-radius: ;
}

table.textTable {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.textTable th {
	COLOR: White;
	font-weight : bold;
	font-size : 10pt;
	background-color : #333333;
	text-align : center;
	padding: 3px;
	-moz-border-radius: ;
}
table.textTable td {
	border-width: 1px;
	padding: 3px;
	background-color: #F2F2F2;
	-moz-border-radius: ;
}
table.news {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #333333;
	border-collapse: collapse;
	background-color: white;
}
table.news th {
	COLOR: White;
	font-weight : bold;
	font-size : 10pt;
	background-color : #333333;
	text-align : center;
	padding: 3px;
	-moz-border-radius: ;
}
table.news td {
	border-width: 0px;
	padding: 3px;
	background-color: #F2F2F2;
	-moz-border-radius: ;
}

table.formTable {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.formTable th {
	COLOR: White;
	font-weight : bold;
	font-size : 10pt;
	background-color : #333333;
	text-align : center;
	padding: 3px;
	-moz-border-radius: ;
}
table.formTable td {
	border-width: 1px;
	padding: 3px;
	background-color: #F2F2F2;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	-moz-border-radius: ;
}

table.confirmTable {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.confirmTable th {
	COLOR: White;
	font-weight : bold;
	font-size : 10pt;
	background-color : #333333;
	text-align : center;
	padding: 3px;
	-moz-border-radius: ;
}
table.confirmTable td {
	border-width: 1px;
	padding: 3px;
	background-color: #F2F2F2;
	FONT-SIZE: 10pt;
	-moz-border-radius: ;
}

/* Tables
---------------------------------------------------------------------------------------- */

.mainTable{
	border-bottom: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E;
	border-left: 1px solid #5E5E5E;	
}

.mainContent{
	background-color:  #F1F1F1;
}


/* Menu
---------------------------------------------------------------------------------------- */

#menu {
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #333333;
	background-image : url(/images/BGNavigation.gif);
	border-top: 1px solid Black;
	border-right: 1px solid #5E5E5E;
	border-bottom: 1px solid Black;
	font-size: 100%; 
	
}
/* Clearfix */
#menu:after {
	content: "&nbsp;";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	
}
#menu a {
	float: left;
	display: block;
	padding: 5px 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #E5E5E5;
	border-right: 1px solid #5E5E5E;
}
#menu a:hover {background: #333333;text-decoration: underline;}
/* The Drop Down: */
#menu .parent a {background: url(../images/bullet_arrow_down.png) no-repeat right center;}
#menu .activeParent a {
	color: #FFFFFF;
	background: #333333 url(../images/bullet_arrow_down.png) no-repeat right center;
	background-image : url(/images/BGNavigation.gif);
	
}
#menu .parent ul {display: none;} /* Hides the dropdown */
#menu .activeParent ul {
	float: left;
	width: 13em; /* The width of the dropdown */
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2.05em; /* You may need to change this if you change font-size or padding on the menu */
	left: 0;
	list-style: none;
	z-index: 1000;
	text-align : left;
}
#menu .activeParent li {
	float: left;
	margin: 0;
	padding: 0;

}
#menu .activeParent li a {
	float: left;
	width: 12em; /* The width of the dropdown */
	margin: 0;
	padding: 3px 8px;
	color: #FFFFFF;
	display: block;
	background: #333333;
	font-size: 8pt;
	border-bottom: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E;
	border-left: 1px solid #5E5E5E;
	font-weight: normal;
	
}
#menu .activeParent li a:hover {
	background-image : url(/images/BGNavigation.gif);
	background: #333333;
	color: #FFFFFF;
	
}