/* CSS Document */

p{
font-family: verdana, san-serif;
font-size: 11px;
color: #000000
line-height: 18px;
padding: 3px;
}
.bold {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-size: 15px;
	font-style: normal; "Arial, Helvetica, sans-serif"
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 140px;
}

.navigation:hover {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9999FF;
	display: block;
	padding: 2px;
	width: 140px;
}

.navigation2 {
	font-size: 15px;
	font-style: normal; "Arial, Helvetica, sans-serif"
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 70px;
}

.navigation2:hover {
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9999FF;
	display: block;
	padding: 2px;
	width: 70px;
}

.title {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	color: #631400;
}

.title2 {
	font-size: 12px;
	line-height: 18px;
	color: #3333ff;
}

.text {
	font-size: 12px;
	line-height: 18px;
	font-weight: regular;
	color: #000000;
}


