html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* scrollbars */
html { 
min-height: 100%; 
margin-bottom: 1px; 
/* For Firefox 3.5 or later */ 
overflow: -moz-scrollbars-vertical !important; 
overflow-y: scroll; 
} 
/*table, tr, td, th {vertical-align: top;}*/
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}


/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `specific HTML
----------------------------------------------------------------------------------------------------*/

.clear {clear:both;}

.text1 {
	font-size: 10px;
	font-weight: bold;
}

.text2 {
	color: #384F6C;
}

.text3 {
	text-align: center;
	color: #73818C;
}

.text4 {
	color:#678197;
	}

/** LINKS */

a {
	color: #FF7600;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #E0E4E7;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #384F6C;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(/images/homepage09.gif) repeat-x left top;
}

/* BUTTONS */

a.button-1b {
	margin-top: 4px;
	margin-right: 4px;
	line-height: 23px;
	color: #fff; 
	text-decoration: none;
	background: url("../images/button_gradient.png") repeat-x scroll 0 0 #9C9C9C;
    border: 1px solid #999999;
    font-size: 12px;
    text-align: center;
	display:block;
	float: right;
	}
a.button-1b img {vertical-align: text-bottom;margin-right:3px;}
a.button-1b span {padding: 0 8px;line-height: 23px;}
a.button-1b:hover {background: #999;}

a.button-1a {
	margin-top: 4px;
	margin-right: 4px;
	line-height: 23px;
	color: #fff; 
	text-decoration: none;
	background: url("../images/button_gradient.png") repeat-x scroll 0 0 #9C9C9C;
    border: 1px solid #999999;
    font-size: 12px;
    text-align: center;
	display:block;
	float: left;
	}
a.button-1a img {vertical-align: text-bottom;margin-right:3px;}
a.button-1a span {padding: 0 8px;line-height: 23px;}
a.button-1a:hover {background: #999;}

a.button-1c {
	margin-left: 4px;
	line-height: 20px;
	color: #fff; 
	text-decoration: none;
	background: url("../images/button_gradient.png") repeat-x scroll 0 0 #9C9C9C;
    border: 1px solid #999999;
    font-size: 12px;
    text-align: center;
	display:block;
	float: left;
}
a.button-1c span {padding: 0 8px;line-height: 20px;}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

a.reportLink {
	text-decoration: none;
	line-height: 16px;
	margin-right: 6px;
	color: #666;
}
a.reportLink:hover {color: #FF7600;}
a.reportLink img {vertical-align: text-bottom;margin-right: 4px;}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* FARE QUOTE TABLE */

.viewLable1{ }
.reportBody{ }
.tableBord{ width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse; }
.tableBord td {color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;}
.tableBord th {background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
/** BACKGROUNDS */

.bg1 {
	background: url(/images/homepage02.jpg) repeat-x left top;
	color:#FFFFFF;
}
.bg2 {
	background-color:#dff4ff;
	color:#333333;
}
.bg11 {
	background-color: #dff4ff;
	color:#FFFFFF;
}
.bg21 {
	background-color: #FFFFFF;
	color:#333333;
}
.bg3{ background-color: #EFEFEF; color:#FFFFFF;}
.bg4{ background-color:#FFFFFF; color:#666666;}

/*
th

font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
*/
