body{
	background-color: #3D4754;
	font-family: Lucida Console,Arial,Helvetica;
	font-size: 12pt;
	color: #C9C5A5;
}
a:link { color: #C9C5A5; text-decoration: underline; font-weight: bold; }
a:visited { color: #C9C5A5; text-decoration: underline; font-weight: bold; }
a:active { color: #C9C5A5; text-decoration: underline; font-weight: bold; }
a:hover { color: #C9C5A5; text-decoration: underline; font-weight: bold; }

div#top {
	border: 1px solid #C9C5A5;
	padding:5px;
	margin:0px 0px 0px 0px;
	background:#3D4754;
	width: 740px;
}
div#menu {
	border: 1px solid #C9C5A5;
	float:left;
	margin:-1px -1px 0px 0px;
	padding:5px;
	background:#3D4754;
	text-align:left;
	width: 150px;
}
div#content {
	border: 1px solid #C9C5A5;
	float:left;
	margin:-1px 0px 0px 0px;
	padding:5px;
	background:#3D4754;
	width: 580px;
}



table.box {
	border: 1px solid #C9C5A5;
	width: 750px;
	padding: 0px;
}
td.box {
	margin: 0px;
	padding: 1px;
}
td.box-menu {
	border: 1px solid #C9C5A5;
	margin: 0px;
	padding: 0px;
	width: 150px;
	vertical-align: top;
}
td.box-content {
	border: 1px solid #C9C5A5;
	margin: 0px;
	padding: 10px;
	width: 600px;
	vertical-align: top;
}


.title{ font-size: larger; font-weight: bold;}
.btext{ font-size: xx-small;}
.small{ font-size: smaller;}
.red{ font-style: italic; font-size: larger; color:#FF0000;"}
.bgblack{ background-color: Black;}

