/* CSS Document */
body
{
	margin-top: 0px;
	background-color: #999966;
}

.type
{
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
}

.title
{
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	border-bottom: 1px solid #ff9900;
}

.footer
{
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 11px;
}

a:link
{
	color: #000066;
}

a:active
{
	color:#000066;
}

a:visited
{
	color: #000066;
}

a:hover
{
	color: #ff9900;
}

/* Menu */
.menu
{
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 19px;
}

.menu a:link
{
	color: #fff;
	text-decoration: none;
}

.menu a:active
{
	color:#fff;
	text-decoration: none;
}

.menu a:visited
{
	color: #fff;
	text-decoration: none;
}

.menu a:hover
{
	color: #ffcc00;
	text-decoration: none;
}

/* Sub Menu */
.subMenu
{
	font-family: Arial, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}

.subMenuTitle
{
	font-family: Arial, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #ffcc00;
	border-bottom: 1px solid #ffcc00;
}

.subMenu a:link
{
	color: #ffcc00;
	text-decoration: underline;
}

.subMenu a:active
{
	color:#ffcc00;
	text-decoration: underline;
}

.subMenu a:visited
{
	color: #ffcc00;
	text-decoration: underline;
}

.subMenu a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Sub Sub Menu */
.subSubMenu
{
	font-family: Arial, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 18px;
}

.subSubMenu a:link
{
	color: #fff;
	text-decoration: underline;
}

.subSubMenu a:active
{
	color:#fff;
	text-decoration: underline;
}

.subSubMenu a:visited
{
	color: #fff;
	text-decoration: underline;
}

.subSubMenu a:hover
{
	color: #ffcc00;
	text-decoration: underline;
}
