@charset "utf-8";
html {
overflow-y: scroll;
} 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	background-image: url(images/background_global.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.adress_text {
	font-size: 9px;
	color: #666666;
}
a {
	color: #EC008C;
}
a:hover {
	color: #B3006B;
}
.text_blue_highlight {
	color: #0171BD;
	text-decoration: none;
	font-weight: normal;
}
.uppercase_white_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.dotted_line_bottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #8A8A8A;
}

.bold_white_text {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.white_text {
	color: #FFFFFF;
}
.table_headings {
	color: #0171BD;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8A8A8A;
}
.archive {
	color: #0171BD;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8A8A8A;
}

.header_bg {
	background-image: url(images/hdr_title_page.jpg);
	background-repeat: no-repeat;
	background-position: center 7px;
}
.dotted_line_top_bottom {
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #8A8A8A;
	border-top-width: 1px;
	border-top-color: #8A8A8A;
}
.fine_print_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EC008C;
	font-style: italic;
}
.calendar_table_headers {
	font-size: 11px;
	font-weight: bold;
	color: #0B5D99;
}
.calendar_text {
	font-size: 10px;
}
.calendar_text_border {
	font-size: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #B2B2B2;
}
