body {
	background-attachment: fixed;
	background-image: none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.text_black {
	font-size: 12px;
	color: black;
	font-weight: normal;
}
.text_black_it {
	font-size: 12px;
	color: black;
	font-weight: normal;
	font-style: italic;
}
.text_grey {
	font-size: 12px;
	color: #BFC4D2;
	font-weight: normal;
}
.text_blackbold {
	font-size: 12px;
	color: black;
	font-weight: bold;
}
.text_blue {
	font-size: 12px;
	color: #000066;
}
.text_bluebold {
	font-size: 12px;
	color: #000066;	
	font-weight: bold;	
}
.text_red {
	font-size: 12px;
	color: #CC0000;
}
.text_redbold {
	font-size: 12px;
	color: #CC0000;	
	font-weight: bold;	
}
.text_white {
	font-size: 12px;
	color: white;
}
.text_whitebold {
	font-size: 12px;
	color: white;
	font-weight: bold;
}
.text_whitebold14 {
    font-size: 14px;
	color: white;
	font-weight: bold;
	letter-spacing:0px;
}
.text_smallblack {
	font-size: 11px;
	font-weight: normal;
	color: black;
}
.text_smallblackbold {
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.text_smallblue {
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}
.text_smallyellow {
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
}
.text_smallred {
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.text_smallredbold {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.text_smallwhite {
	font-size: 10px;
	font-weight: bold;
	color: white;
}
.text_smallwhitebold {
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.heading_black {
	font-size: 18px;
	font-weight: bold;
	color: black;
}
.heading_blue {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
}
.heading_red {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.content_table {
    border-style: solid;
	border-color: #BFC4D2;
	background-color: #FFFFFF;
	border-width: 1px;
}
.table_padding5px {
	padding: 5px;
}
.table_padding10px {
	padding: 10px;
}
.table_padding20px {
	padding: 20px;
}
.content_padding20px {
	padding: 20px;
	border-style: solid;
	border-color: #BFC4D2;
	background-color: #FFFFFF;
	border-width: 1px;
}

a:hover {  font-family: ; font-size: ; font-weight: ; }
a:visited {  font-family: ; font-size: ; font-weight: ; }
a:active {  font-family: ; font-size: ; font-weight: ; }

a.link1 {
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
a:hover.link1 {
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a.link2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a:hover.link2 {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
a.link3 {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover.link3 {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a.link4 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	line-height:200%;
}
a:hover.link4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}
a.link5 {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
a:hover.link5 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a.link_small_blue_red {
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: underline;
}
a:hover.link_small_blue_red {
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: underline;
}
a.link_grey_red {
	font-size: 12px;
	font-weight: bold;
	color: #949CB4;
	text-decoration: none;
}
a:hover.link_grey_red {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:active.link_grey_red {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.link_admin {
	font-size: 12px;
	font-weight: bold;
	color: #384071;
	text-decoration: none;
	line-height:150%;
	padding:5px;
}
a:hover.link_admin {
	font-size: 12px;
	font-weight: bold;
	color: #384071;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height:150%;
}