/* page specific */
body.overview {
	background-color: #ffffff;
	background-image: url(../pix/bg_overview.gif);
	background-repeat: repeat-y;
	}

body.popup {
	background-color: #ffffff;
	background-image: url(../pix/bg_popup.gif);
	background-repeat: repeat-x;
	}
	
	
/* generic styles */
p, td {
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	color:#666666;
	line-height: 18px;
	}	

.red {
	color: #CC0000;
	}

.sh2 {
	font-family:verdana,arial,trebuchet,sans;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
.sm {
	font-size: 10px;
	line-height: normal;
	}

.tight {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
	}

a:link 
{
	font-family:verdana,arial,trebuchet,sans;
	color:#cc0000;			
	text-decoration:none;
	}

a:active
{
	font-family:verdana,arial,trebuchet,sans;
	color:#cc0000;			
	text-decoration:none;
	}
	
a:visited
{
	font-family:verdana,arial,trebuchet,sans;
	color:#cc0000;			
	text-decoration:none;
	}
	
a:hover 
{
	font-family:verdana,arial,trebuchet,sans;
	color:#990000;			
	text-decoration: underline
	}
	
li {
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	line-height: 18px;
	color:#666666;
	}	

ul li {
	list-style-image: url(../pix/g_li_arrow_red.gif);
	}
	
.dot {
	list-style-image: url(../pix/g_li_dot_gray.gif);
	list-style-position: outside;
	}

.none {
	list-style-image: none;
	list-style-type: none;
	}
	
/* Specification Table Styles */
table.specTable {
	border: 0px solid #cccccc;	
	}


table.specTable th {
	background-color: #cccccc;
	color: #333;
	font-family: verdana,arial,trebuchet,sans;
	font-size: 11px;
	line-height: normal;
	}
	
table.specTable td {
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	color:#000;
	line-height: 18px;
	border-bottom: 1px solid #cccccc;
	}
