/* CSS Document */

body {
	background-color:Gray;
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:8pt;
	color:#717171;
}
A:LINK, A:HOVER, A:VISITED  {
	color:#717171;
}
h1,h2,h3,h4,h5,h6
{
  font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:11pt;
	margin: 0;
}

#MENU  {
	background-color: #C90202;
	color: #FFFFFF;
}

#MENU A:LINK, A:VISITED {
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}

#MENU A:HOVER {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	text-decoration: underline;
}

#text_box {
   font-family: Verdana;
	border:1px solid #CDDBF3; 
	padding:5px; 
	width:95%;
	font-weight: bold;
	font-size: 10pt;
	color:#717171;
}

#text_area {
   font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	border:1px solid #CDDBF3; 
	padding:5px; 
	width:95%;
	font-size: 9pt;
	color:#717171;
}
.GleLink A:LINK, .GleLink A:VISITED {
color:#339900;
text-decoration:underline;
}

.ancor_text a:link, 
.ancor_text a:visited {
	color:#333333;
   text-decoration:underline;
}

.h3_text {
	font-size: 12pt;
	font-weight: lighter;
}