/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFF33;
	line-height: 12px;
	background-repeat: no-repeat;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFF33;
	background-repeat: no-repeat;
	margin: 4px;
}

.underline {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFF33;
	background-repeat: no-repeat;
	text-decoration: underline;
}

.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 225px;
	background-repeat: no-repeat;
	line-height: normal;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
	padding: 0px;
	width: 220px;
}

.background{
	background-repeat: no-repeat;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #FFFF00;
}

