@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #454545;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff439b;
}
a:active {
	color: #ff439b;
}

#wrapper {
	width: 500px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #454545;
	text-align: justify;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#top_nav  a {
	color: #454545;
	text-decoration: none;
}
#top_nav a:hover {
	color: #ff439b;
	text-decoration: none;
}
#sub_menu {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
#sub_menu a {
	text-decoration: none;
	color: #454545;
}
#sub_menu a:hover {
	color: #ff439b;
	text-decoration: none;
}
#head_graphic h1 {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	color: #666666;
}
#page_content {
	font-size: 8pt;
	text-align: justify;
	line-height: 140%;
	padding-top: 8px;
}
#page_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #454545;
	margin: 0px;
}
#page_content h3 {
	font-size: 8pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #454545;
}
#page_content li {
	margin-left: -15px;
}

#text_sizer {
	font-size: 7pt;
	line-height: normal;
	color: #666666;
	text-align: right;
	margin: 0px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.display_on {
}


.display_off {
 	display:none;
	visibility:none;
}

#footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	color: #666666;
	margin-top: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 9px;
}
.align_left {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
}

.align_right {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
}
.alpahlist {
	list-style-type: upper-alpha;
}
.rose_color {
	color: #CB297E;
}
