body
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
p
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.menuLink
{
}
.adminMenuLink
{
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CC6699;
	font-size: 13px;
}
a.menuLink:link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}
a.menuLink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}
a.menuLink:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}
a.menuLink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000099;
	font-size: 14px;
}

a.adminMenuLink:link {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
a.adminMenuLink:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
	font-size: 12px;
}
a.adminMenuLink:active {
	text-decoration: underline;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
}
a.adminMenuLink:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #cc6699;
	font-size: 12px;
}


