/* CSS Document */
.type
{
	font-family: Arial, sans-serif; 
	color: #000; 
	font-size: 12px;
}

.title
{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000099;
}

.footer
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333399;
}

.navMain
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000099;
}

a:link
{
	color:#ff6600; 
}

a:active
{
	color:#ff6600; 
}

a:visited
{
	color:#ff6600; 
}

a:hover
{
	color:#000099; 
}

.navMain a:link
{
	color:#000099;
	text-decoration: none; 
}

.navMain a:active
{
	color:#000099;
	text-decoration: none;
}

.navMain a:visited
{
	color:#000099;
	text-decoration: none;
}

.navMain a:hover
{
	color:#ff6600;
	text-decoration: none;
}