/* CSS Document */

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

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

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 155px;
	background-color: #FFCC66;
	padding: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 155px;
	background-color: #99CCCC;
}
td {
	background-image: url(images/main_background.jpg);
	background-repeat: repeat-y;
	background-position: 92%;
}
