BODY {
	background-color: #cccccc;
	font-weight: bold; 
	font-size: 10pt; 
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}

A.normal, A.normal:active, A.normal:visited {
    text-decoration: none;
    font-weight: bold;
    color: #3056BD;
}
A.normal:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #000066;
}

.mastertable {
	height: 94%;
	border-right: #000066 5px solid; 
	border-top: #000066 0px solid; 
	border-left: #000066 5px solid; 
	border-bottom: #000066 5px solid;
	background-color: #3056BD;
}

.sidetable {
	width: 10%; 
	height: 100%;
	border-right: #000066 0px solid; 
	border-top: #000066 5px solid; 
	border-left: #000066 0px solid; 
	border-bottom: #000066 0px solid;
	background-color: #3056BD;
}

.centertable {
	height: 100%;
	width: 100%;
	border-right: #000066 5px solid; 
	border-top: #000066 5px solid; 
	border-left: #000066 5px solid; 
	border-bottom: #000066 0px solid;
	background-color: #ffffff;
}

.menuitem {
	font-weight: bold; 
	font-size: 10pt; 
	color: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	cursor: pointer;
}

.contentframe {
	border-right: #000066 2px solid; 
	border-top: #000066 2px solid; 
	border-left: #000066 2px solid; 
	border-bottom: #000066 2px solid;
	background-color: #ffffff;
}

.contenttitle {
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	background-color: #000066; 
	text-decoration: none;
	font-weight: bold;

}

A.contenttitle:hover {
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #5071DA;
	background-color: #000066; 
	text-decoration: none;
	font-weight: bold;

}

.contenttext {
	font-size: 8pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066; 
	background-color: #ffffff; 
	text-decoration: none;
}

.copyright {
	font-size: 7pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000; 
	font-style: italic;
	font-weight: normal;
}
