body {
	background: #007dd6 url(images/background.jpg) repeat-x;
	margin:0;
}

body, div, td, p {
	font: 11px Verdana, sans-serif;
	color: #333;
}

a:link { color: #cc0000; text-decoration: none;}
a:visited { color: #cc0000; text-decoration: none;}
a:hover { color: #cc0000; text-decoration: underline; }
a:active { color: #cc0000; text-decoration: none;}

h1, h2, h3, h4, h5, h6 { font: bold 12px Verdana, sans-serif; color: #cc0000; }
h1 { font-size: 14px; }
h2 { font-size: 13px; }

.container {
	background: #fff url(images/main_spacer.jpg) repeat-y;
}

.primaryContent {
	background: #fff;
	padding: 15px 20px 15px 15px;
}

.infoCaption {
	border: 1px solid #aaa;
	background: #f9f9f9;
	padding: 8px;
	font-size: 8pt;
	color:#555;
}
.infoCaption a:link {color: #003565; text-decoration: none;}
.infoCaption a:visited {color: #003565; text-decoration: none;}
.infoCaption a:hover {color: #003565; text-decoration: underline; background-color: #fff;}
.infoCaption a:active {color: #003565; text-decoration: none;}

.textFooter {
  font: 7pt Verdana, Arial, Helvetica, sans-serif;
  color: #777;
}
.textFooter a:link {color: #003565; text-decoration: none;}
.textFooter a:visited {color: #003565; text-decoration: none;}
.textFooter a:hover {color: #003565; text-decoration: underline; background-color: #fff;}
.textFooter a:active {color: #003565; text-decoration: none;}


.textCaption, .textCaption p {
  font: 7pt Verdana, Arial, Helvetica, sans-serif;
  color: #cc0000;
}
.textCaption a:link {color: #cc0000; text-decoration: underline;}
.textCaption a:visited {color: #cc0000; text-decoration: underline;}
.textCaption a:hover {color: #cc0000; text-decoration: none;}
.textCaption a:active {color: #cc0000; text-decoration: underline;}

#quoteTbl {  }
#quoteTbl th {
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #cc0000;
	background: #e9e9e9;
	border: 1px solid #ccc;
	padding: 4px;
}
#quoteTbl td {
	font-size: 10px;
	color: #333;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 2px;
}

input, textarea, select { font: 10px Verdana, sans-serif; }

#innerTbl {  }
#innerTbl td { font-size: 9px; }

.invDiv {
	border: 1px solid #aaa;
	padding: 8px;
	text-align: right;
	font-weight: bold;
	background: #f9f9f9;
	margin: 0 0 4px 0;
	width: 100%;
}