/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:18px;
padding:3px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: oblique;
	line-height: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000099;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: inline
	;
	padding: 8px;
	width: 120px;
}
