/********************************************
   HTML ELEMENTS
********************************************/ 

/*********************** header elements ************************/
body {
background-color: #90a294;
font: normal;
font-family: verdana;
font-size: x-small;
color: #000;
}
a.topmenu {
	color: #285C58;
	font: normal;
	font-family: verdana;
	font-size: xx-small;
	font-weight:normal;
	text-decoration:none;
}
a.topmenu:hover {
	font-weight:normal;
	color: red;
	text-decoration:none;
	font: normal;
	font-family: verdana;
	font-size: xx-small;
}
td.topmenu {
	font: normal;
	font-family: verdana;
	font-size: xx-small;
	color: #285C58;
}

/*********************** left menu elements ************************/
a.mainmenu {
	display:block;
	font-weight:normal;
	color: #333;
	text-decoration:none;
	background: #f2f2f2;
	border-left:4px solid #CCC;
	min-height:18px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 6px;
	font: normal;
	font-family: verdana;
	font-size: x-small;
}
a.mainmenu:hover {
	background: #f2f2f2;
	color: #285C58;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	font: normal;
	font-family: verdana;
	font-size: x-small;
}
/*********************** content elements ************************/
td {
	font: normal;
	font-family: verdana;
	font-size: x-small;
	color: #000;
}
td.content {
	font: normal;
	font-family: verdana;
	font-size: x-small;
	color: #000;
}
a {
	color: #285C58;
	font: normal;
	font-family: verdana;
	font-size: x-small;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	font-weight:normal;
	color: red;
	text-decoration:none;
	font: normal;
	font-family: verdana;
	font-size: x-small;
}
/*********************** footer elements ************************/
td.footer {
	bgcolor: #90a294; 
	background-image: url('green_dot_bck.gif');
	background-repeat: repeat-x;
	font: normal;
	font-family: verdana;
	font-size: x-small;
	color: white;
}
td.infooter {
	bgcolor: #90a294; 
	font: normal;
	font-family: verdana;
	font-size: x-small;
	color: white;
}
a.footer {
	font: normal;
	font-family: verdana;
	font-size: x-small;
	text-decoration:none;
	color: white;
}
a.footer:hover {
	font: normal;
	font-family: verdana;
	font-size: x-small;
	text-decoration:none;
	color: #265b57;
}
