/* Default CSS Stylesheet for a new Web Application project */
body { margin-left:0px; margin-right:0px; margin-top:25px; background:#9099A5 url(../images/bg_body.gif) repeat-x top fixed; }

/* BG water mark */
.home { background: url(../images/bg_h2oMark.jpg) no-repeat fixed 50% 40%; }
.about { background: url(../images/bg_h2oMark.jpg) no-repeat fixed 50% 40%; }
.shippers { background: url(../images/bg_h2oMark.jpg) no-repeat fixed 50% 40%; }
.carriers { background: url(../images/bg_h2oMark.jpg) no-repeat fixed 50% 25%; }
.contact { background: url(../images/bg_h2oMark.jpg) no-repeat fixed 50% 38%; }
.login { background:#FFFFFF url(../images/bg_h2oMark.jpg) no-repeat fixed 50% 0%; }


/* Styles added for ratings*/
.ratingTitle
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #1A4074; 
}

.rating
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size:26px;
	font-weight: bold;
	color: #1A4074; 
}

.updated
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size:10px;
	color: #1A4074; 
}


.copy { font-family: Helvetica, Verdana, sans-serif; font-size:13px; color: #1A4074; }
.heading { font-family: Helvetica, Verdana, sans-serif; font-size:12px; text-align: center;}
.item { font-family: Helvetica, Verdana, sans-serif; font-size:11px; }
.footer	{ font-family: Helvetica, Verdana, sans-serif; font-size:11px; font-weight: bold; color: #1A4074; padding-top: 6px;}	
.bold { font-family: Helvetica, Verdana, sans-serif; font-size:11px; font-weight: bold;	color: #1A4074; }		
.title { font-family: Helvetica, Verdana, sans-serif; font-size:14px; font-weight: bold; color: #1A4074; }	

A:link	{ text-decoration: none; font-weight: bold; color: #4F76A3; }	
A:visited {	text-decoration: none; font-weight: bold; color: #4F76A3; }	
A:active { text-decoration:	none; font-weight: bold; color: #4F76A3; }	
A:hover	{ text-decoration: none; font-weight: bold; color: #EE4A4E; }

A:link.url	{ text-decoration: none; font-weight: bold; color: #1A4074; }	
A:visited.url {	text-decoration: none; font-weight: bold; color: #1A4074; }	
A:active.url { text-decoration:	none; font-weight: bold; color: #1A4074; }	
A:hover.url	{ text-decoration: none; font-weight: bold; color: #4B73AA; }

.whitebg { background-color:#FFFFFF; }
.bluebg { background-color:#1A4074; }

UL LI {	list-style-type: circle; }	

H1, H2, H3, H4, H5, TH, THEAD, TFOOT { COLOR: #003366; }
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
