BODY {
	margin: 0px;
	padding: 0px;
}

FORM {
	margin: 0px;
}

A, H1, H2, P, LI, INPUT {
	font: 10px Verdana,Arial,Helvetica,sans-serif;
}

A, A:link, A:visited, A:hover, A:active {
	color: #3366FF;
}

H1 {
	color: #3366FF;
	font-size: 14px;
	font-weight: bold;
}

H2 {
	color: #3366FF;
	font-size: 12px;
	font-weight: bold;
}

TABLE {
	border-collapse: collapse;
}

H2 A {
	color: #3366FF;
	font-size: 12px;
	font-weight: bold;
}

TH {
	text-align: left;
	border: 1px solid #999;
	padding: 2px;
	font-size: 11px;
}



/********************************  CLASSES ******************************************/
.banner {
	background-color: #3366FF;
}

.banner TD {
	padding: 0px 20px;
	color: #FFF;
}

.banner H1 {
	font-weight: bold;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 0px;
}

.banner H2 {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	margin-top: 0px;
}

.body {
	padding: 0px;
}

.button {
	background-color: #3366FF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #333366;
	font-weight: bold;
	color: #1A3260;
	display: none;
}
.button A, .button A:link, .button A:visited, .button A:hover, .button A:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
}
.button A:hover {
	color: #486BA1;
	text-decoration: underline;
}

.button_over {
	background-color: #EEEEEE;
	padding: 5px 10px 5px 10px;
	border: 1px solid #333366;
	font-weight: bold;
	color: #1A3260;
}
.button_over A, .button_over A:link, .button_over A:visited, .button_over A:hover, .button_over A:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #1A3260;
}
.button_over A:hover {
	color: #486BA1;
	text-decoration: underline;
}

.cell_sub_header {
	font-weight: bold;
	font-size: 11px;
}

.definition_content {
	margin-left: 30px;
	margin-right: 60px;
	padding: 10px;
	border: 1px solid #3366FF;
	background-color: #FFFFE0;
}

.plus {
	padding: 0px; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.results TD {
	border: 1px solid #999;
	padding: 2px;
	font-size: 11px;
}

.table_header {
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}

.table_sub_header {
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}

.wrapper {
	width: 665px;
}

