/* CSS Document */

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

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}.tinytype {
	font-family: Verdana, sans-serif;
	font-size: 7px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-transform: uppercase;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	width: 120px;
	right: inherit;
	display: block;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ABBFCB;
	width: 120px;
	right: inherit;
}
.table_margin {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.tinyTableMargin {
	padding: 5px;
}
.textLink {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	font-style: normal;
	line-height: normal;
}
