.maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AD4D0C;
	font-weight : bold;
	font-style : normal;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight : bold;
}

.smlegal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	text-decoration: none;
}

.smlegal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003366;
	text-decoration: underline;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003366;
	text-decoration: none;
}

.legal:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
}

select, textarea, input, form, submit, div, p, blockquote, li, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/* list properties */
.listnum {
	list-style-type : decimal;
	margin-top : 5px;
	margin-bottom : 10px;
}

.leftlist {
	list-style-type : disc;
	margin-top : 5px;
	margin-bottom : 10px;
}

.listnobullet {
    list-style-type : none;
	margin-left : 2px;
	margin-top : 2px;
}

/* default properties */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

img {
	display : block;
	white-space : nowrap;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:blue;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:blue;
	text-decoration: underline;
}

.mainTable {
	height:100%;
}