body, div, p, td, input, textarea {
	font-family:arial, sans-serif;
	font-size:12px;
}

.menubox {
	border: 1px solid black;
	padding:8px;
	color:#831010;
	font-family:georgia, sans-serif;
	font-size:12px;
	cursor:hand
}

a {
	font-family:arial, sans-serif;
	font-size:12px;
}

.copyright a {
	font-size:10px;
	color:#808080
}

.menuboxover {
	border: 1px solid black;
	padding:8px;
	color:white;
	font-family:georgia, sans-serif;
	font-size:12px;
	background:#831010;
	cursor:hand
}

.menubox a {
	font-family:georgia, sans-serif;
	font-size:12px;
	color:#831010;
	text-decoration:none
}

.menuboxover a {
	font-family:georgia, sans-serif;
	font-size:12px;
	color:white;
	text-decoration:none
}

div.header {
	color:#831010;
	font-family:georgia, sans-serif;
	font-weight:bold;
	font-size:16px;
}

.hideInitially{
	visibility: hidden;
}

div.content {
	height:636px;
	border:0px solid red;
	overflow:scroll;
	padding:10px;
	background:url('images/main_logo_right_bkgrnd.gif')
}

div.hidden {
	display:none;
}

.copyright {
	font-size:8px;
	color:#808080
}

th {
	background:#831010;
	color:white;
	font-size:12px
}

table.dotted {
	border:1px dotted black;
	background:#fff
}

tr.dark {
	background:#cbcaca
}

.attn {
	font-size:22px;
	font-weight:bold;
	color:red;
	margin:10px
}



