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

body {
	color:#666666;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table { font-size: 12px; line-height:1.5em; }

#container {
	border: 0px solid #000000;
}

#left-col {
	padding:0px;
	background-color:#333366;
	vertical-align:top;
	border-right: .1pt solid #333366;
}
#right-col {
	padding:20px;
	background-color:#FFFFFF;
	border: 1px solid none;
	vertical-align:top;
	text-align:left;
	width:100%;
	line-height:1.5em;
}
h1 {
	font-size:12pt;
	font-weight:bold;
	color:#333366;
}
hr#blue {
	color:#333366;
}
.sect-header {
	font-size:14px;
	color:#333399;
	font-weight:normal;
}
#list-arrow {
	list-style-image:url(../images/bullet1.gif);
	vertical-align:middle;
}
.customer-quote {
	font-weight:normal;
	color:#333366;
}
.signature {
	font-style:italic;
}
#emphasis1 {
	font-weight:bold;
}
#emphasis2 {
	font-weight:bold;
	color:red;
}
#service-groups {
	border:1px solid #CCCCCC;
	width: 300px;
	vertical-align:top;
}
#service-group-item {
	margin-top: 0px;
	margin-bottom: 0px;
}

.required {
	color:#FF0000;
}
.required-tiny {
	color:#FF0000;
	font-size:8pt;
}
.confirmation {
	font-size:10pt;
}

/* News Page Styles */
.news-headline {
	color:#333366;
	font-size:8pt;
	font-weight:bold;
}
.news-stamp {
	font-size:8pt;
	font-weight:normal;
	font-style:italic;
}
.news-text {
	font-size:8pt;
	font-weight:normal;
}

/* Schedule A Reporter styles */
.box-container {

}
.box-title {
	border-color:#999999;
	border-style:solid;
	border-width:1px;
	color:#333366;
	background-color:#CCCCCC;
	font-size:10pt;
	font-weight:bold;
	padding:0.3em;
}
.box-content {
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-top:1px none #999999;
	color:#666666;
	background-color:#FFFFFF;
	font-size:8pt;
	padding:0.2em;
}

/* HEADER STYLES */
#banner-logo {
	background-color: #333366;
	background-image: url(../images/banner_fill.gif);
	background-repeat:repeat-x;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 25px;
	padding-right:20px;
	border: 1px solid none;
}
#banner-tagline {
	background-color: #333366;
	background-image: url(../images/banner_fill.gif);
	background-repeat:repeat-x;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0x;
	padding-right:25px;
	border: 1px solid none;
}
#navbar {
	background-color: #FFFFFF;
	background-image: url(../images/yellow_fill.gif);
	background-repeat:repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align:middle;
	text-align:left;
	height:22px;
	border-bottom: 1px solid #333366;
}
#current-date {
	background-color: #FFFFFF;
	background-image: url(../images/yellow_fill.gif);
	background-repeat:repeat;
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 1px;
	font-size:8pt;
	font-weight:normal;
	vertical-align:middle;
	text-align:right;
	height:22px;
	border-bottom: 1px solid #333366;
}

/* FOOTER STYLES */
#footer {
	background-color: #FFFFFF;
	background-image: url(../images/yellow_fill.gif);
	background-repeat:repeat;
	padding: 5px;
	font-size:8pt;
	font-weight:normal;
	vertical-align:middle;
	text-align:center;
	border: 1px solid #333366;
	line-height:1.5em;
}
a.footer-links:link {
	font-size: 8pt;
	color:#666666;
	text-decoration: none;
}
a.footer-links:visited {
	font-size: 8pt;
	color:#666666;
	text-decoration: none;
}
a.footer-links:hover {
	font-size: 8pt;
	color:#666666;
	text-decoration: underline;
}
a.footer-links:active {
	font-size: 8pt;
	color:#666666;
	text-decoration: none;
}