body, td { font-family: verdana, sans-serif; font-size: 11px; color: #333333; vertical-align: top; line-height:16px;}
	body { background-color: #eeeeee; }
	
	
/* controls color of borderline above and below the top navigation bar */
div.border { background-color: #184397; width: 760px; height: 1px;}
			
			
/* attributes of top navigation bar and corresponding links */		
div.nav { background-color: #FF0000; width: 760px;}
div.navPadding { padding: 4px 0px 4px 0px; }
	div.nav a, div.nav a:visited { color: #ffffff; text-decoration: none;}
	div.nav a:hover { text-decoration: underline; }

.navCells {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* attributes of table elements on secondary pages */		
div.grid { background-color: #FFC860; width: 80%;}
div.gridpadding { padding: 4px 0px 4px 0px; }
	div.grid a, div.grid a:visited { color: #184397; text-decoration: none;}
	div.grid a:hover { text-decoration: underline; }

.gridcells {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* attributes of links within the body text */
A:link.linx, A:visited.linx, A:active.linx {
    font-size:11px;
    text-indent:0;
    font-weight:normal;
    text-decoration:none;
    color:#ff0000;
    font-family: "Verdana", "Arial";
	line-height:15px;
}

A:hover.linx {
    font-size:11px;
    text-indent:0;
    font-weight:normal;
    color:#C2D1ED;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    text-decoration:underline;
	 line-height:15px;
}

/* controls color and thickness of the footer border */
div.footerborder { background-color: #184397; width: 760px; height: 2px;}


/* small text attributes used for copywrite and footer elements */
.smalltext {
    font-size:10px;
    text-indent:0;
    font-weight:normal;
    text-decoration:none;
    color:#333333;
    font-family: "Verdana", "Arial";
	line-height:15px;
}

/* controls attributes of footer nav links */
A:link.bottomnav, A:visited.bottomnav, A:active.bottomnav {
    font-size:10px;
    text-indent:0;
    font-weight: normal;
    color:#184397;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    text-decoration:none;
}

A:hover.bottomnav {
    font-size:10px;
    text-indent:0;
    font-weight:normal;
    color:#ff0000;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    text-decoration:underline;
}

.select {
    background-color: #ffffff;
    border: #154697 1px solid;
    color: #000000;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    font-size: 10px;
}

.textbox {
    background-color: #ffffff;
    border: #154697 1px solid;
    color: #000000;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    font-size: 8pt;
}

.submit {
    background-color: #FF0000;
    border: #184397 2px solid;
    color: #ffffff;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    font-size: 10px;
    font-weight: normal;
}

.submitw {
    background-color: #FF0000;
    border: #666666 1px solid;
    color: #FF0000;
    font-family: "Verdana", "Arial", "Sans-Serrif";
    font-size: 10px;
    font-weight: normal;
}


