body {
	background-color: #df3a26;
	background-image: url(images/interface/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#site {
	width: 750px;
	margin: 0 auto;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #df3a26;
	text-decoration: underline;
}
a:hover {
	color: #df3a26;
	text-decoration: underline;
}
td.sectmenu a:link {
	color: #59514a;
	text-decoration: none;
	cursor: pointer !important;
}
td.sectmenu a:visited {
	color: #59514a;
	text-decoration: none;
}
td.sectmenu a:visited:hover {
	color: #59514a;
	text-decoration: 837c75;
}
td.sectmenu a:active {
	color: #59514a;
	text-decoration: underline;
}
td.sectmenu a:hover {
	color: #df3a26;
	text-decoration: underline;
	cursor: pointer !important;
}

td {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 1.3;
	color: #666666;
}
.pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #df3a26;
}
.pinksubtitle {
	font-weight: bold;
	color: #df3a26;
	margin: 10px 0px 10px 0px;
}
.blue {
	color: #cdcac8;
}
.bold_normal {
	font-weight: bold;
}
.sectitle {
	color: #A4BFE0;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #df3a26;
}
h2 {
	color: #df3a26;
	font-size: 12px;
	font-weight: bold;
}
h3, h4 {
	font-weight: bold;
	font-size: 11px;
}
.dropbox {
	font-size: 10px;
}

table.doclist {
	border: 1px solid #CCC;
}
table.doclist th {
	text-align: left;
	background-color: #A4BFE0;
}
table.doclist td.bdr {
	border-right: 1px solid #CCC;
}
table.doclist tr.odd {
	background-color: #F2F2F2;
}
/* our highlighting style */  
table.doclist tr.highlight td {   
    background: #FFCED7; 
    color: #333;   
}   

.table.helixbg {
	background-image: url(images/interface/bg_leftpage.gif); background-repeat: no-repeat; background-position: left top;
}
