/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	color: #FF3366;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
}
.bolds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	color: #FF3366;
}

.normals {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	padding: 3px;
}
.navigations_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	height: 20px;
	width: 205px;
	border: 1px solid #FF0000;
	float: right;
}
.navigations_cyan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
	float: right;
	height: 20px;
	width: 205px;
	border: 1px solid #3399FF;
	top: 50px;
}
.navigations_puple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #6633CC;
	text-decoration: none;
	float: right;
	height: 20px;
	width: 205px;
	border: 1px solid #6633CC;
	top: 50px;
}
.navigations_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: none;
	float: right;
	height: 20px;
	width: 205px;
	border: 1px solid #0033CC;
}
.navigation_month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 100px;
	position: static;
	float: right;
	top: 15px;
}
.navigations_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #66CC33;
	text-decoration: none;
	height: 15px;
	width: 200px;
	border: 1px solid #66CC33;
	position: relative;
	top: 5px;
}
.navigations {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	height: 15px;
	width: 200px;
	border: 1px solid #FF9900;
	position: relative;
	top: 3px;
	float: right;
}
