ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0;}

a img,:link img,:visited img { border: none; }

a {
  color: #fda72e;
  text-decoration: none;
}
a:focus {
  color: #fcb858;
  text-decoration: none;
  outline: 1px #999 dotted;
}
a:hover {
  color: #fcb858;
  text-decoration: none;
}
.noHover, .noHover:hover {
     text-decoration: none;
     color: #fff;
}

HTML {
	height: 100%;
      }


body {
     font-family: Arial, sans-serif;
     font-size: medium;
     color: white;
     margin: 0px;
     padding: 0px;
     min-width: 950px;
	 
	bgColor= #400020;
	height: 90%;
	background-color: #511825;
	background-color: #603;
}



.TextStyle1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFF;
}


#top, #bottom, #left, #right {
	display: block;
	}

#left, #right {
		position: fixed;
		top: 0; bottom: 0;
		width: 88px;
		}
		
#left { left: 0;  background: url(G_F_left.png) left center repeat-y;}
#right { right: 0; background: url(G_F_right.png) right center repeat-y;}

#top, #bottom {
		position: fixed;
		left: 0; right: 0;
		height: 88px;
		}

#top { top: 0px; background: url(G_F_top.png) top center repeat-x; }
#bottom { bottom: 0px; background: url(G_F_bottom.png) bottom center repeat-x; }

h6 {
     font-weight: bold;
}
strong {
     font-size: 13pt;
     color: #b2c8e0;
}
textarea {
     height: 6em;
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #444;
     padding: 2px;     
}
input {
     font-family: Arial, sans-serif;
     font-size: 11pt;
     color: #444;
     padding: 2px;
}
input[type=radio], input[type=checkbox] {
     vertical-align: text-top;
}
select, option {
     font-size: small;
     font-family: Arial, sans-serif;
     color: #444;
}
hr {
     border: 0 none;
     /* border-top: 1px #081C3E solid; */
     height: 0px;
}
.smText {
     font-size: small;
}
.lgText {
     font-size: large;
}
.unselectable {
     -moz-user-select: none;
     -khtml-user-select: none;
     user-select: none;
}
.errorMarker {
     color:#CC3300 !important;
     font-size:xx-large;
     font-weight:bold;
     line-height:10px;
     position:relative;
     top:12px;
}

optgroup {
	margin: 0px;
	font-family: font-family: Arial, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background: #ccc;
}
optgroup option {
	color: #000;
	background: #fff;
}