﻿/* Global Styles */

.style1 {
	text-align: center;
}
.style2 {
	text-align: center;
	background-image: url('../images/border_left_thin.jpg');
}
.style3 {
	text-align: center;
	background-image: url('../images/border_right_thin.jpg');
}
.style5 {
	background-color: #FFFFFF;
}
.style6 {
	text-align: left;
	background-image: url('../images/nav/back.png');
}
.style7 {
	border-style: none;
	border-width: medium;
	text-align: right;
}
.style8 {
	border-right-style: none;
	border-right-width: medium;
}
.style9 {
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.style10 {
	text-align: left;
}
.style11 {
	text-align: left;
	color: #FF0000;
}
.style12 {
	color: #FF0000;
}
.style13 {
	text-align:right;
	color: #000000;
}
.style14 {
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
}
.style15 {
	text-align: right;
	color: #FF0000;
}
.terms {
	font-size: x-small;
}
.clientarea {
	text-align:right
}
.footer {background-image: url('../images/nav/back_bottom.png'); font-size:x-small; color:white;}
.footer a:link {color:white; text-decoration:none;}
.footer a:hover {color:yellow;}
.footer a:visited {color:white;}

.contactbanner {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	color: #1c6693;
	font-size: 14px;
	font-weight: lighter
}
.contactbanner a:link {color:#1c6693; text-decoration:none;}
.contactbanner a:hover {color:blue;}
.contactbanner a:visited {color:#1c6693;}


*{padding:0; margin:0;}

html, body{
	margin-top:0; margin-left:0; margin-bottom:20px; margin-right:auto;
	padding:0;
	font-size: 100.01%;
	text-align:center;
	background-color:#fff;
}

.container { 
	width:990px;
	margin-top:0; margin-left:0; margin-bottom:0; margin-right:auto;
	padding:0;
	text-align:left;
	z-index:1;
}
.bubble {
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
}
.bubble a:link {color:orange; text-decoration:none;}
.bubble a:hover {color:yellow;}
.bubble a:visited {color:orange;}

.bullets {
	color: red;
	list-style-image: url(images/arrow-right.gif);
	font-size:14px;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/*Table Styles*/

.table1 {
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
}
.table2 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/*Text Styles*/

h2, h3, h4, p, td, span, div, th, form {FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;}
h1 {FONT-SIZE: 14px; COLOR: #000066; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:normal}

.clr{clear:both; padding:0; margin:0;}
img{border:none;}
.floatleft{float:left;}
.floatright{float:right;}

/*Cell Properties*/

.cellback1 {
	background-image: url('images/border_right_thin.jpg');
}

/*Button and Form Styles*/

.btn {
font-family: Verdana, Arial; 
font-size: 10px; 
width: 60px;
color: #000000;
background-color: #F2F7FB;
}

input {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
background-color: #F2F7FB;
border: 1px inset #000000;
}

textarea, select {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #000000;
width: 300px;
background-color: #F2F7FB;
border: 1px inset #000000;
TEXT-DECORATION: none;
}

