/* CSS Document */

p {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 16px;
padding: 30px;
}

.ital {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
}

.brown {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #996600;
line-height: 16px;
padding: 30px;
}

.gray {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #666666;
line-height: 16px;
padding: 30px;
}


.white {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 3px;
}

.boldred {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #CC3300;
}

.boldredbig {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #993300;
}

.boldgraybig {
font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	display: block;
	padding: 8px;
	width: 80px;
}

.boldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}

.boldblack {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
	font-weight: bold;
}

.xxsmall {
	color: #993300;
	font-size: xx-small;
}

.table {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border-spacing: 5;
	border-color: #993300;
	padding-left: 30px;
}

.PLtable {	
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	border-spacing: 2;
	padding-left: 2px;
}


.nav_big {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	border: 1px solid #CC3300;
	background-color: #FFFFFF;
	display: block;
	padding: 6px;
	width: 70px;
}

.nav {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CC3300;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 10px;
	width: 220px;
}

.nav_med {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	width: 80px;
	text-align: center;
}

.nav_small {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: #CC3300;
	padding: 3px;
	width: 400px;
	background-color: #FFFFFF;
	display: block;
	font-weight: normal;
}

.nav2_small {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: #CC3300;
	padding: 3px;
	width: 240px;
	background-color: #FFFFFF;
	display: block;
	font-weight: normal;
}

.nav_big:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 66px;
}

.nav_small:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: #000000;
	padding: 3px;
	width: 400px;
	border: 1px solid #CC3300;
	background-color: #FFCC00;
	display: block;
	font-weight: bold;
}

.nav2_small:hover {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.25;
	color: #000000;
	padding: 3px;
	width: 240px;
	border: 1px solid #CC3300;
	background-color: #FFCC00;
	display: block;
	font-weight: normal;
}

.nav:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border: 1px solid #CC3300;
	display: block;
	padding: 10px;
	width: 220px;
}

.nav_med:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #CC3300;
	display: block;
	width: 90px;
}

