*{
	margin: 0; padding: 0;
}

body
{
	font-size: 13px;
	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: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.menuTitle
{
	color:#000099;
	font-weight: bold;
}

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: #3333cc;
	font-size: 13px;
}
a.menuLink:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
a.menuLink:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
a.menuLink:active {
	text-decoration: none;
	font-weight: bold;
	color: #ffffCC;
	font-size: 12px;
}
a.menuLink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #ffffCC;
	font-size: 12px;
}


