.bottom { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none;
} 

.main { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	color: #000000;
} 

.mainSmall { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.overRed { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
} 

.navigation { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000;
	text-decoration: none;
} 

.navigationUnderline {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.ciUnderline {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}

A.bottom:hover {
	color: #CC0000; 
	text-decoration: underline;
} 

A.navigation:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

A.mainSmall:hover {
	color: #CC0000; 
	text-decoration: underline;
}

A.main:hover {
	color: #CC0000; 
	text-decoration: underline;
} 

A.navigationUnderline:hover {
	color: #CC0000; 
	text-decoration: underline;
} 

A.overRed:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

A.ciUnderline:hover {
	color: #000000; 
	text-decoration: none;
}

.gbookTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000}

.gbookEntry
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000}

.gbookComment
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000}