.shell {
	border-right: 3px solid #AABDCD;
	border-bottom: 3px solid #AABDCD;
}
body {
	background-image: url(images/bg.jpg);
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	color: #A81934;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
li {
	padding-bottom: 8px;
}
.halfheight {
	line-height: 50%;
}
.navbar {
	background-color: #EEB211;
	border-top: 1px solid #CD9500;
	border-bottom: 1px solid #CD9500;
	padding-left: 15px;
	padding-right: 15px;
}
.navLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subnavbar {
	background-color: #FED95B;
	padding-left: 15px;
	padding-right: 15px;
}
.bodyContent {
	padding: 10px 15px 10px 15px;
}
.leftSidebar {
	background-color: #0233A4;
	border: 1px solid #003059;
	color: #D5DEE9;
}
.leftSidebarLogin {
	padding: 10px;
}
.leftSidebarBanner {
	padding: 4px 10px 4px 10px;
	background-color: #9CB8FA;
	border-top: 1px solid #739ABC;
	border-bottom: 1px solid #739ABC;
	color: #000000;
}
.leftSidebarBannerTitle {
	padding: 4px 10px 4px 10px;
	background-color: #9CB8FA;
	border-top: 1px solid #739ABC;
	border-bottom: 1px solid #739ABC;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	background-color: #D5E1FC;
	border: 1px solid #739ABC;
	padding: 20px 26px 20px 26px;
}
.contentTable {
	background-color: #D5E1FC;
	border-top: 1px solid #739ABC;
	border-right: 1px solid #739ABC;
}
.rowHdr {
	background-color: #9CB8FA;
	border-bottom: 1px solid #739ABC;
	border-left: 1px solid #739ABC;
	font-weight: bold;
	color: #000000;
	padding: 6px;
}
.rowA {
	border-bottom: 1px solid #739ABC;
	border-left: 1px solid #739ABC;
	padding: 6px;
}
.rowB {
	background-color: #FFFFFF;
	border-bottom: 1px solid #739ABC;
	border-left: 1px solid #739ABC;
	padding: 6px;
}
.rowDiv {
	border-bottom: 1px solid #739ABC;
}
.callout {
	background-color: #9CB8FA;
	border: 1px solid #7FA3CE;
	padding: 10px 12px 10px 12px;
}
input.btn {
	background-color: #9CB8FA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	padding: 1px 3px 1px 3px;
}
.sectionHdr {
	font-weight: bold;
	font-size: 14px;
}
.QATable {
	border: 1px solid #739ABC;
}
.QATableHdr {
	background-color: #9CB8FA;
	border-bottom: 1px solid #739ABC;
	font-weight: bold;
	font-size: 13px;
}
.QATableContent {
	background-color: #D5E1FC;
}
.QATextarea {
	width: 635px;
	height: 100px;
}
.QAComments {
	width: 710px;
	height: 125px;
}
.QACol_hdr {
	background-color: #E9EFFD;
	border-left: 3px solid #D5E1FC;
	font-size: 10px;
}
.QACol_radiobtns {
	background-color: #E9EFFD;
	border-left: 3px solid #D5E1FC;
}
.small {
	font-size: 10px;
}
.dataTable {
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

.printheader 
{
    font-size: 14px;
    font-weight: bold;
}

.redalert
{
    font-size: 12px;
    color: Red;
    font-weight: bold;
}
.regulartext
{
    font-size: 11px;
    font-weight: normal;
}