.pageTitle
{
	font-weight: bold;
	color: black;
	font-family: Arial;
}

.pageSubTitle
{
	color: black;
	font-family: Arial;
}

.pageSubTable
{
	color: black;
	font-family: Arial;
	font-size:x-small;
}

.pageSubTableTitle
{
	color: white;
	font-family: Arial;
	font-size:x-small;
}

.selectedSubTitle
{
	font-weight: bold;
	color: black;
	font-family: Arial;
	background-color: #ccccff;
}

.unselectedSubTitle
{
	font-weight: bold;
	color: black;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
	cursor:hand;
}

.hoverSubTitle
{
	font-weight: bold;
	color: white;
	font-family: Arial;
	background-color: black;
	text-decoration: none;
	cursor:hand;
}

.selectedMonth
{
	font-weight: bold;
	font-size:x-small;
	color: black;
	font-family: Arial;
	background-color: #ccccff;
}

.unselectedMonth
{
	font-weight: bold;
	color: black;
	font-size:x-small;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
	cursor:hand;
}

.hoverMonth
{
	font-weight: bold;
	color: white;
	font-size:x-small;
	font-family: Arial;
	background-color: black;
	text-decoration: none;
	cursor:hand;
}

.menuItemMain
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: black;
	text-decoration: none;
	cursor:hand;
}

.menuItemHover
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #fff300;
	text-decoration: none;
	cursor:hand;
} 

.menuItemSelected
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
	cursor:hand;
} 

a:visited
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: black;
	text-decoration: none;
}

a:link
{
	font-weight: bold;
	font-size: x-small;
	color: white;
	font-family: Arial;
	background-color: black;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: #fff300;
	text-decoration: none;
}



.main_link:visited
{
	font-weight: bold;
	font-size: x-small;
	color: blue;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
}

.main_link:link
{
	font-weight: bold;
	font-size: x-small;
	color: blue;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
}

.main_link:hover
{
	font-weight: bold;
	font-size: x-small;
	color: red;
	font-family: Arial;
	background-color: white;
	text-decoration: none;
}

