/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	color: #000000;
	line-height: 18px;
	padding: 8px;
	font-size: 12px;
}

body {
	background: #FDFDFD url(images/background.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}
	
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	background-color: #5E5E5E;
	display: block;
	padding: 8px;
	width: 150px;
}

.subnavigation {
	font-family: Verdana, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #5E5E5E;
	display: block;
	padding-right: 24px;
	width: 110px;
	padding-left: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
}	
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.linkheading {
	font-family: Verdana, sans-serif;
	font-size:16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	border:thin #000000 outset;
	display: block;
	width: 250px;
	padding: 8px;
}
.linkheading:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFF00;
}
.caption {
	font-family: Verdana, sans-serif;
	font-size:12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border:thin #000000 dotted;
	display: block;
	width: 500px;
	padding: 8px;
}
