/*  Copyright (c) 2009 PMRM-MEDIA. All rights reserved.  */

p{
font-family: Trebuchet MS, Verdana, sans-serif;
font-size: 11px;
color: #555555;
line-height: normal;
padding: 3px;
}

.bold {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}

.navigation{
	font-family: Helvetica;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
}


.navigation:hover{
	font-family: Helvetica;
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 6px 8px 6px 10px;
	width: 140px;
}
