a:link {
	text-decoration: none;
	color: #006600;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}

body, td {
	font-family: Arial, sans-serif;
	font-size: x-small;
	font-style: normal;
}

p {
	text-align:justify
}

.menu {
	padding:5 5 2 14;
	margin:0;
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position:left; 
}

.menu a{
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 10pt;
} 

.menuhighlight{
	padding:5 5 2 14;
	margin:0;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #CC0000; 
}
.leftimg {
	float: left;
	border: 1px solid #043000;
	margin-right: 15px;
	margin-bottom: 6px;
}
.rightimg {
	float: right;
	border: 1px solid #043000;
	margin-left: 15px;
	margin-bottom: 6px;
}

/* .menu a:hover{
	background-image:url(images/bullet_blank.gif);
	background-repeat: no-repeat;
	background-position:left;
} */
