﻿/* CSS Document */


h1 {
	color: #fff;
	padding: 20px 5px 10px 0px;
}

hr {
	border-top: 1px dotted #649b0d;
	margin-bottom: 10px;
	width: 100%;
}

table#scubachart td {
	padding: 4px;
	margin: 1px;
	}


ul#genfaq {
	list-style: none;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #393939;
	padding: 5px;
	}
	
ul#genfaq li {
	background: url(../images/buttons/grey_arrow.gif) no-repeat 0 4px;
	padding-left: 8px;
	}
	
ul#genfaq li a {
	color: #393939;
	text-decoration: none;
}

ul#genfaq li a:hover {
	color: #393939;
	text-decoration: underline;
}


ul#progfaq {
	list-style: none;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bold;
	color: #00a2d5;
	padding: 5px;
	}
	
ul#progfaq li {
	background: url(../images/buttons/blue_arrow.gif) no-repeat 0 4px;
	padding-left: 8px;
	}
	
ul#progfaq li a {
	color: #00a2d5;
	text-decoration: none;
}

ul#progfaq li a:hover {
	color: #393939;
	text-decoration: underline;
}


#compchart {
	top: 118px;
	left: 0px;
	position:absolute;	
	border-right: 1px solid #f6f4dc;
	border-left: 1px solid #f6f4dc;
	width: 925px;
	padding: 0px 15px 15px 15px;
	background-color: #22225c;
}

.categoryCA {
	font-size: 9px;
}

.categoryMS {
	font-size: 9px;
}

.categorySI {
	font-size: 9px;
}

table#comparisonCA {
	margin: 0;
	width: 100%;
}

table#comparisonMS {
	margin: 0;
	width: 100%;

}

table#comparisonSI {
	margin: 0;
	width: 100%;
}