HTML
{
	overflow: -moz-scrollbars-vertical;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6, INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6e71;
}

BODY, P, DIV, TD, TH, H1, H2, H3, H4, H5, H6
{
	margin: 0px;
	padding: 0px;
}

IMG, TABLE
{
	border: none;
}

TD, TH
{
	text-align: left;
}

FORM
{
	display: inline;
}

.link
{
	cursor: pointer; cursor: hand;
}

.times
{
	font-family: "Times New Roman", Times, serif;
}

.a
{
	color: #003366;
}

A:link, A:visited
{
	color: #003366;
	text-decoration: underline;
}
	
A:hover, A:visited:hover
{
	color: #003366;
	text-decoration: none;
}

.whitelink
{
	color: white;
}

A.whitelink:link, A.whitelink:visited
{
	color: white;
	text-decoration: none;
}
	
A.whitelink:hover, A.whitelink:visited:hover
{
	color: white;
	text-decoration: underline;
}

.tanlink
{
	color: #efcbb4;
}

A.tanlink:link, A.tanlink:visited
{
	color: #efcbb4;
	text-decoration: none;
}
	
A.tanlink:hover, A.tanlink:visited:hover
{
	color: #efcbb4;
	text-decoration: underline;
}

.brownlink
{
	color: #522003;
}

A.brownlink:link, A.brownlink:visited
{
	color: #522003;
	text-decoration: none;
}

	
A.brownlink:hover, A.brownlink:visited:hover
{
	color: #522003;
	text-decoration: underline;
}

.brownlink2
{
	color: #522003;
}

A.brownlink2:link, A.brownlink2:visited
{
	color: #522003;
	text-decoration: underline;
}

	
A.brownlink2:hover, A.brownlink2:visited:hover
{
	color: #522003;
	text-decoration: none;
}

.boldbrownlink
{
	color: #522003;
	font-weight: bold;
}

A.boldbrownlink:link, A.boldbrownlink:visited
{
	color: #522003;
	font-weight: bold;
	text-decoration: underline;
}
	
A.boldbrownlink:hover, A.boldbrownlink:visited:hover
{
	color: #522003;
	font-weight: bold;
	text-decoration: underline;
}

.blacklink
{
	color: #000000;
}

A.blacklink:link, A.blacklink:visited
{
	color: #000000;
	text-decoration: underline;
}
	
A.blacklink:hover, A.blacklink:visited:hover
{
	color: #000000;
	text-decoration: underline;
}

.homepage
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color: white;
}

A.homepage:link, A.homepage:visited
{
	color: white;
	text-decoration: underline;
}
	
A.homepage:hover, A.homepage:visited:hover
{
	color: white;
	text-decoration: underline;
}

.secondlevel
{
	color: white;
	line-height: 26px;
	font-size: 13px;
}

A.secondlevel:link, A.secondlevel:visited
{
	color: white;
	text-decoration: none;
}
	
A.secondlevel:hover, A.secondlevel:visited:hover
{
	color: white;
	text-decoration: underline;
}

.thirdlevel
{
	color: white;
	line-height: 26px;
	font-size: 13px;
}

A.thirdlevel:link, A.thirdlevel:visited
{
	color: white;
	text-decoration: underline;
}
	
A.thirdlevel:hover, A.thirdlevel:visited:hover
{
	color: white;
	text-decoration: underline;
}

.calendar
{
	color: #522003;
}

A.calendar:link, A.calendar:visited
{
	color: #522003;
	text-decoration: underline;
}

	
A.calendar:hover, A.calendar:visited:hover
{
	color: #522003;
	text-decoration: underline;
}

#dhtmltooltip
{
	position: absolute;
	width: 300px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	color: black;
	visibility: hidden;
	z-index: 100;
	overflow: hidden;
	overflow-y: visible;
	white-space: nowrap;
}