
H1
{
	font-weight: bold;
	font-size: large;
	color: navy;
	font-family: Sans-Serif;
	text-align: center;
	text-decoration: underline;
}
H2
{
	font-weight: bold;
	font-size: medium;
	color: navy;
	font-family: Sans-Serif;
	text-align: center;
	text-decoration: underline;
}
H3
{
	font-weight: bold;
	font-size: small;
	color: navy;
	font-family: Sans-Serif;
	text-align: center;
	text-decoration: underline;
}
A
{
	font-size: x-small;
	color: blue;
	font-family: Sans-Serif;
	text-decoration: underline;
}
A:hover
{
	font-size: x-small;
	color: blue;
	font-family: Sans-Serif;
	background-color: #ffffcc;
	text-decoration: underline;
}
P
{
	font-size: x-small;
	color: navy;
	font-family: Sans-Serif;
}

.PageCopyright
{
	font-size: xx-small;
	color: gray;
	font-family: Sans-Serif;
	text-align: center;
}

A.SideMenu
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: white;
	line-height: 10pt;
	font-family: Sans-Serif;
	text-align: center;
	text-decoration: none;
}

A.SideMenu:hover
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Sans-Serif;
	background-color: lightblue;
	text-decoration: none;
}

A.Forum:hover
{
	cursor: hand;
	background-color: transparent;
}

A.ItemTitle
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	CURSOR: hand; 
	COLOR: navy; 
	FONT-FAMILY: Sans-Serif; 
	TEXT-DECORATION: none;
}

A.ItemTitle:hover
{
	font-weight: bold;
	font-size: 12pt;
	cursor: hand;
	color: navy;
	font-style: italic;
	font-family: Sans-Serif;
	text-decoration: none;
}
TABLE
{
	color: navy;
}
BODY
{
	color: navy;
}
