body {
	margin-top: 0px;
	padding-top: 0px;
}
#feature {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#featurehdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-color: #003399;
	background-image: url(images/features_bckgrnd.gif);
	text-align: center;
}

#feature p {
	margin: 8px 0px 8px 0px;
	}
	
#container {
	background-repeat: repeat-y;
	height: 100%;
}

/** main content table cell containing header bar and content table **/
#contentmn {
		border-left: 1px dotted #B1C4D8;
}

/** main content table below header bar**/
#content {
	padding: 0px 10px 10px;
}

#content h1 {
font-size:18px;
font-weight:bold;
color:#003399;
margin: 0px;
}

#content h2 {
font-size:16px;
font-weight:bold;
color:#003399;
margin: 12px 0px 4px;
}

#content h3 {
font-size:14px;
font-weight:bold;
color:#003399;
margin: 8px 0px 0px;
}

#content h4 {
font-size:13px;
font-weight:bold;
margin: 8px 0px 0px;
}

#content p,td {
font-size:13px;
margin: 8px 0px;
}

#content ul {
	font-size:13px;
	list-style-type: square;
}

#content a {
	color: #003399;
	text-decoration: underline;
}
#content a:hover a:active {
	color: #0066CC;
	text-decoration: none;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	margin: 8px 0px;
}

#compchart {
	border: 1px solid #EEEEEE;
	}

#compchart td{
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #EEEEEE;
	font-size: 12px;
	}

#booktitles {
	border: 1px solid #EEEEEE;
	}

#booktitles td{
	font-family:Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #DDDDDD;
	font-size: 11px;
	}
	
	
.txtblue {
	color: #003399;
}
.underline {
	text-decoration: underline;
}
.graytext {
	color: #666666;
}

