.orange {
	color: #FA5F01;
	font-size: 140%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.orange_little {
	color: #FA5F01;
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.blue_medium {
	color: #003366;
	font-size: 150%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.blue {
	color: #003366;
	font-size: 200%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
.gtext {
    font-weight: bold;
    font-size: 8.5pt;
    color: #666666;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.question {
	color: #0000FF;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}
.answer {
	color: #FF0000;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 6px;
	color: #8e783f;
	font-size: 9px;
	font-family: tahoma;
}

BODY {
	margin: 0px;
}

A {
    color: #C1AA70;
	text-decoration: underline;
}

A:hover    {
    text-decoration: underline;
    color:#e0c276;
}

A:visited  {
    text-decoration:    none;
    color:#C1AA70;
}

A:active   {
    text-decoration:    none;
    color:#C1AA70;
}

.topmenu {
	color: #654a36;
	font-size: 10px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	padding: 10px;
}

h1 {
	color: #FA5F01;
	font-size: 200%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 30px;
}

h2 {
	color: #000000;
	font-size: 140%;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 20px 20px 30px;
}

p {
	color: #666666;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	margin: 0 10px 20px 30px;
}
ol, ul {
	color: #666666;
	font-size: 100%;
	font-family: tahoma, sans-serif;
	margin: 0px 5px 30px 30px;
}

li {
	 padding-left: 10px;
	 padding-top: 10px;
 	 padding-right: 0px;
	 list-style-type: none;
}

.footer {
	color: #C1AA70;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	font-weight:bold;
	background-repeat:repeat-y;
	background-position:top
}

.style2 {
	color: #C1AA70;
	font-size: 9px;
	font-family: tahoma;
	font-weight:bold;
}
.style3 {
	color: #8e783f;
	font-size: 10px;
	font-family: tahoma;
}
.style4 {
	color: #593E2C;
	font-size: 9px;
	font-family: tahoma;
	font-weight:bold
}
.style5 {
	color: #593e2c;
	font-size: 9px;
	font-family: tahoma;
}

.borderimage {
	border:dashed 1px #a38b65; padding:3px;
}

/*************** MENU ****************/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #CCCCCC; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
}
.MainMenu_MenuIcon {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #333333; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #cad5ea 0px solid; 
	border-bottom: #cad5ea 0px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
  background: gray none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #f9aa96;
	border-right: #eb613e 1px solid; 
	border-top: #eb613e 1px solid; 
	border-left: #eb613e 1px solid; 
	border-bottom: #eb613e 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_MidRed.jpg);
}
.Head   {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: normal;
   color: #333333;
}
