BODY {
	background-color: white;
	color: black;
	margin-top: 0;
	margin-left: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	}
A {
	color:maroon;
	}

.cl_menu, .cl_menu:active, .cl_menu:visited,.cl_menu:link {
	cursor:hand;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:maroon;
	white-space:nowrap;
	}
.cl_menu:hover { color:#d82c38; font-weight:bold; }

.text_link, .text_link:active, .text_link:visited,.text_link:link {
	cursor:hand;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
	color:black;
	white-space:nowrap;
	}
.text_link:hover { color:#d82c38; font-weight:bold; }

.text_section H1 {
	font-size:x-large;
	font-weight:bold;
	margin:25px 0px 3px 0px;
	text-align:center;
	}

.text_section H2 {
	font-size:medium;
	font-weight:bold;
	margin:3px 0px 3px 0px;	
	text-align:center;
	}

.text_section H3 {
	font-size:medium;
	font-weight:bold;
	margin:15px 0px 0px 0px;
	text-align:left;
	}

.text_section H4 {
	font-size:small;
	font-weight:bold;
	margin:3px 0px 3px 0px;	
	text-align:center;
	}

.text_section P {
	font-size:small;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	text-align:justify;
	}
.textHL {
	font-weight:bold;
	}

.text_section P.linksName {
	font-weight:bold;
	white-space:nowrap;
	}

.image_noborder {
	margin:10px 10px 10px 10px;
	}

.image_border {
	border-style:double;
	border-width:3px;
	border-color:maroon;
	margin:10px 10px 10px 10px;
	}

