body {
	margin: 0px; padding: 0xp;
}

body, td {
	color: black;
	font: 9pt Verdana, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #3333CC;
}

a:hover {
	text-decoration: underline;
	color: cyan;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #3333CC;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #3333CC;
}

h3 {
	font-size: 11pt;
	color: #3333CC;
}

h4 {
	font-size: 10pt;
	color: #3333CC;
}

.leftmenu {
	background-image:url('images/bluebg.jpg');
	padding: 10px;
	color: cyan;
	font-weight: bold;
}

.leftmenu a {
	text-decoration: none;
	color: white;
}

.leftmenu a:hover {
	text-decoration: underline;
	color: cyan;
}