.sample_style {
	font-family: Verdana;
	font-size: 12px;
	color: #ff0000;
	background-color: #ffffff;
	text-decoration: none
}

.sample_menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	background-color: #f4f4f4;
	text-decoration: none
}

.sample_menu_child {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #f4f4f4;
	text-decoration: none
}

.sample_simple_text {
	font-family: Verdana;
	font-size: 12px;
	color: #000000
}

.sample_medium_text {
	font-family: Verdana;
	font-size: 10px;
	color: #000000
}

.input_style {
	font-family: Arial;
	font-size: 12px;
	color: #000000
}

.button_style {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000
}

.error_style {
	font-family: Verdana;
	font-size: 11px;
	color: #ff0000;
	background-color: #f2f2f2;
	border: 1px solid #ff0000;
	width: 545px;
	text-align: left
}

.error_header {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-color: #ff0000;
	font-weight: bold;
	padding: 4px;
	width: 537;
	text-align: left
}

.label_style {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold
}

.blue_style {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	background-color: #3333dd;
	color: #ffffff
}

fieldset {
	border: medium ridge #0000FF;
}

.reportLinks, A.reportLinks {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none
}
A.reportLinks:hover {
	text-decoration: underline
}
.reportInputs {
	font-family: Verdana, Helvetica;
	font-weight: bold;
	font-size: 11px
}
.reportTitle {
	font-family: Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000
}
.reportCellA {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	background-color: #ffffff
}
.reportCellB {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	color: #333333;
	padding: 3px;
	background-color: #e9e9e9
}