BODY {
	margin: 0px;
	padding: 0px;
}

FORM {
	margin: 0px;
}

A, H1, H2, P, LI, INPUT {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}

.definition_content OL 
{
	list-style: disc inside;
}

A, A:link, A:visited, A:hover, A:active {
	color: #3366FF;
}

H1 {
	color: #3366FF;
	font-size: 16px;
	font-weight: bold;
}

H2 {
	color: #3366FF;
	font-size: 14px;
	font-weight: bold;
}

TABLE {
	border-collapse: collapse;
}

H2 A {
	color: #3366FF;
	font-size: 14px;
	font-weight: bold;
}

TH {
	text-align: left;
	border: 1px solid #999;
	padding: 5px;
	background-color: #3366FF;
	color: #FFF;
}

/********************************  CLASSES ******************************************/
.banner {
	background-color: #3366FF;
}

.banner TD {
	padding: 10px 20px;
	color: #FFF;
}

.banner H1 {
	font-weight: bold;
	font-size: 30px;
	color: #FFF;
	margin-bottom: 0px;
}

.banner H2 {
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	margin-top: 0px;
}

.body {
	padding: 15px;
}

.button {
	background-color: #3366FF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #333366;
	font-weight: bold;
	color: #1A3260;
}
.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;
}

.definition_content {
	margin-left: 30px;
	margin-right: 60px;
	padding: 10px;
	border: 1px solid #3366FF;
	background-color: #FFFFE0;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}

.plus {
	padding: 0px; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.results TD {
	border: 1px solid #999;
	padding: 5px;
}

.table_header {
	font-weight: bold;
	padding: 5px;
	background-color: #3366FF;
	color: #FFF;
}

.table_sub_header {
	font-weight: bold;
	padding: 5px;
	background-color: #CCCCFF;
}

.wrapper {
	width: 100%;
}

.calendarHidden
{
	display:none;
	position:absolute;
}

.calendarShown
{
	display:inherit;
	position:absolute;
}

.nobr
{
	white-space:nowrap;
}