body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

dt{
	font-weight : bold;
}

a, a:visited {
	color: #336699;
}
a:hover, a:active {
	color: #003366;
}

#headerTable {
	border : 0px;
	background-image : url(images/bg-header.gif);
	width : 100%;
	height : 60;
}

#header {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding-left : 20px;
	font-weight : bold;
}


#sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
}

.borderedtable {
	border: 1px solid #003366;
	margin : 5px;
}

.sidemenuitem {
	padding : 3px;
}

.sidemenuitem:hoover {
	background-color : #ddddff;
}

.sidemenuitem a {
	text-decoration : none;
}

.pagetitle {
	font-weight : bold;
	font-size: 18pt; 
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEEEFF;
	padding: 3px;
}

.nicetable {
	/*border: 1px solid #003366;*/
	background-color : black;
}

.nicetable tr {
	background-color : white;
}

.nicetable th {
	background-color : #CCCCFF;
}
