/* 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:#000000;
/*	line-height: 18px; */
	}	

.red {
	color: #CC0000;
	}

.sh3 {
	font-family:verdana,arial,trebuchet,sans;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.sh1 {
	font-family:verdana,arial,trebuchet,sans;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.sh4 {
	font-family:verdana,arial,trebuchet,sans;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	}


.sh2 {
	font-family:verdana,arial,trebuchet,sans;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.sb {
	font-size: 10px;
	font-weight: bold;
	}	

.smb {
	font-size: 10px;
	font-weight: normal;
	}

.tight {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
	}

.topURL {
	font-family:verdana,arial,trebuchet,sans;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}
.topURL:hover {
	font-family:verdana,arial,trebuchet,sans;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}

.navURL {
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	font-weight: normal;
	color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}
.navURL:hover {
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	font-weight: normal;
	color:#FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}

.botURL {
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	font-weight: normal;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}
.botURL:hover {
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	font-weight: normal;
	color:#FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}

.txtURL {
	font-family:verdana,arial,trebuchet,sans;
	font-size:10px;
	font-weight: normal;
	color:#FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}
.txtURL:hover {
	font-family:verdana,arial,trebuchet,sans;
	font-size:10px;
	font-weight: normal;
	color:#FF0000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none
	}

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: 1px 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: 0px;
	padding-bottom: 0px;
	font-family:verdana,arial,trebuchet,sans;
	font-size:11px;
	color:#000;
	line-height: 18px;
	}