/* CSS Document */
p{
font-family: arial, sans-serif;
font-size: 10px;
color: #FFCC33;
line-height: 14px;
padding: 3px;
}


.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFCC33;
}
.textlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	background-color: #FFFF66;
	display: block;
	padding: 8;
	width: 210px;
}
.linkspage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
