body {
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Microsoft Sans Serif;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 130%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 6;
text-decoration: none;
font-weight: bold;
background-color:#99CC00;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#FFCC33;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


body {
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: "Microsoft Sans Serif";
	font-weight: normal;
	font-size: 12px;
}


body {
	margin-top: 0px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #003333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-weight: bold;
}
body,td,th {
	font-family: "Microsoft Sans Serif";
	font-weight: normal;
}
a {
	font-weight: bold;
}
.hdch {
	font-size: 12px;
	font-weight: normal;
}


body {
	background-image: url(Graphic3.jpg);
}
.style1 {
	color: #99CC00;
	font-size: 16px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {
	color: #99CC00;
	font-size: 14px;
}
.style9 {color: #99CC00; font-size: 14px; font-weight: bold; }
.style12 {color: #999999}
.style13 {
	font-size: x-small;
	color: #FFFFFF;
}
.mod {
   position:relative;
   z-index:0;
}
.mod .mod-content{
   background:#e9dac9;
   border:1px solid #eaeaea;
   position:relative;
   z-index:2;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(images/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-10px; /* set to the size of the glow */
   left:-10px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 10px 10px 0; 
}
.mod .x1 .x1a {
   height:10px;
   width:10px;
   background-position:100% 0;
   right:-10px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-10px;
   right:-10px;
   padding:10px 0 0 10px;
}
.mod .x2 .x2a {
   height:10px;
   width:10px;
   background-position:0 100%;
   left:-10px;
   bottom:0;
}
.bgfixed {
    background-image: url("Graphic3.gif");
    background-attachment: fixed;
}