.menutitle
{
	color: #119EBA;
	background: transparent;
	font: 12px Verdana, Arial, sans-serif;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

.menu
{
	color: #000;
	background: transparent;
	font: 10px Verdana, Arial, sans-serif;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}

.menu:visited
{
	color: #000;
	background: transparent;
	text-decoration: none;
}

a.menu:hover
{
	color: #000;
	background: transparent;
	text-decoration: underline;
}

.alert { color: red; }

.xsmall
{
	color: #000;
	font-size: 4px;
	text-decoration: none;
}

a.xsmall:hover
{
	color: #000;
	text-decoration: none;
}

a.xsmall:visited
{
	color: #000;
	text-decoration: none;
}

hr
{
	color: #119EBA;
	background: #119EBA;
	height: 2px;
	border-style: none;
	margin: 10px 0px 5px 0px;
}

h1
{
	color: #55A98D;
	font: 20px Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
	border-color: #119EBA;
	border-width: 0 0 4px 0;
	border-style: none none solid none;
	margin: 10px 0px 5px 0px;
}

h2
{
	color: #55A98D;
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: normal;
	border-color: #55A98D;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	margin: 16px 0px 5px 0px;
}

h3
{
	color: #55A98D;
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	border-color: #55A98D;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
	margin: 10px 0px 5px 0px;
}

h4
{
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-color: #55A98D;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	margin: 15px 0px 5px 0px;
}

body
{
	color: black;
	font: 12px Arial,Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
}

p,td
{
	color: black;
	font: 12px Arial,Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
	margin: 10px 10px 5px 0px;
}

th
{
	color: black;
	font: 12px Arial,Helvetica, sans-serif;
	font-weight: bold;
}

.odd_row { background: #eee;}
.selec { background: #cfc;}


