 
BODY{
  background-color : #FFFFFF;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : #333333;
  font-size : 14px;
  background-image :  url(components/background.gif);
  background-repeat : repeat-x;
  background-attachment : fixed;background-position : center bottom;}
A:LINK{
  color : #996600;
  text-decoration : underline;
}
P{
  line-height : 125%;
  margin-top : 7px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 7px;
  
}
H1{
	font-size : 30px;
	color : darkblue;
	background-image:url(components/h1-bg02.gif);
	background-repeat : repeat-x;
	margin-bottom : 0px;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing : 0px;
	text-align:left;
}
H2{
	color : blue;
	font-size : 16px;
	font-weight : bold;
	margin-right : 15px;
	margin-left : 15px;
	background-image :  url("components/h2-bg02.gif");
	background-repeat :  repeat-x;
	padding-left : 10px;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 18px;
	margin-bottom : 5px;
	border-top: 0px solid;
	border-right: 0px solid #669933;
	border-bottom: 3px solid #333333;
	border-left: 0px solid #669933;
}
H3{
  font-size : small;
  font-weight : bold;
  color : #ffffff;
  background-image :  url("components/h3-bg.gif");
  background-repeat : repeat-y;
  margin-top : 15px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 5px;
  padding-left : 10px;
  padding-top : 2px;
  padding-bottom : 1px;
  background-color : #ccffcc;
}
H4{
  font-size : small;
  font-weight : bold;
  color : #009900;
  padding-left : 3px;
  margin-top : 12px;
  margin-left : 20px;
  margin-bottom : 3px;
  border-left-width : 16px;
  border-left-style : solid;
  border-left-color : #990000;
}
LI{
  line-height : 125%;
  
  margin-top : 5px;
  margin-bottom : 5px;
  margin-left : 20px;
  margin-right : 10px;
}
A:VISITED{
  color : #663300;
  text-decoration : underline;
}
A:HOVER{
  color : #ff6600;
}
A:ACTIVE{
  color : red;
}
A.tab{
  text-decoration : none;
}
A:LINK.tab{
  color : #666666;
  text-decoration : none;
}
A:VISITED.tab{
  color : #999999;
  text-decoration : none;
}
A:HOVER.tab{
  color : white;
  text-decoration : none;
}
TABLE.solid{
	border-top: 1px solid #006600;
	border-right: 2px solid #006600;
	border-bottom: 2px solid #006600;
	border-left: 1px solid #006600;
}
TABLE.solid TH{
	background-color : #00cc00;
	color : #FFFFFF;
	border-top: 1px solid #006600;
	border-right: 0px solid #006600;
	border-bottom: 0px solid #006600;
	border-left: 1px solid #006600;
}
TABLE.solid TD{
	border-top: 1px solid #006600;
	border-right: 0px solid #006600;
	border-bottom: 0px solid #006600;
	border-left: 1px solid #006600;
}
.Fix10px {font-size: 10px}
.Fix12px {font-size: 12px}

.title	{
	padding:0px;
	}

.title div	{
	float:left;
	margin-top:0px;
	margin-left:10px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	}

.title a	{
	font-size:12px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	color:#999900
	}
.title a:hover {
	text-decoration:none;
	color:#666666
	}
.title a:VISITED{
  color : #999999;
  text-decoration : none
  }