body {
	background-color: #000000;
	font-family: verdana, arial;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 18px;
}

.container 
{
	position: relative;
	margin: 0 auto 0 auto;
	width: 750px;
	height: 100%;
	}

body > img 
{
	cursor: hand;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border: 0px;
}

td {
	padding: 0px;
}
a { cursor: default; }
a:visited {
	color: #0000FF;
}

.contenttable {
	width: 740px;
	padding: 0px;
	height: 100%;
}

.content {
	width: 540px;
	background-color: #FBFBFB;
	font-size: 12px;
	vertical-align: top;
	padding: 5px;
}

.menutopic {
	background-image: url('/images/menu1.jpg');
	height: 30px;
	padding-left: 20px;
	color: #434C5B;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
}

.menutable {
	width: 100%;
	background-image: url('/images/menu1.jpg');
}

.menutable td 
{
	cursor: hand;
	cursor: pointer;
}

.menucontainer {
	width: 200px;
	vertical-align: top;
	background-color: #4779B8;
	height: 500px;
}

.menuspacer {
	height: 1px;
	background-color: #FBFBFB;
}

.frmcontent {
	width: 100%;
	height: 100%;
}

.title {
	font-size: 18px;
}