@charset "utf-8";
/* CSS Document */

.sleeps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.click_to_view {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.white:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}

.left_right_border_dotted {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.left_border_dotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.right_border_dotted {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.textwhite {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
}
