/* general settings */

BODY{
     margin: 0px 0px 0px 0px;
	   padding: 0px 0px 0px 0px;
	   background-color: #FFFFFF;
     scrollbar-face-color: #6699FF;
     scrollbar-track-color: #FFFFFF;
     scrollbar-shadow-color: #FFFFFF;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-arrow-color: #FFFFFF;
     scrollbar-darkshadow-color: #FFFFFF;
     scrollbar-3dlight-color: #FFFFFF;
}



/* text settings */

.categorypositiontxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 color: #996600;
	 line-height: normal;
	 letter-spacing: 1px;
	 text-decoration: none;
}
.categorytxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 line-height: normal;
	 letter-spacing: 1px;
	 text-decoration: none;
}
.normaltxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 color: #333333;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}
.normalcolortxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 color: #336666;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}
.boldtxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 color: #333333;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}
.boldcolortxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 color: #336666;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}
.cursivetxt {
	 font: 12px Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 font-style: italic;
	 color: #333333;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}
.smalltxt {
	 font: 10px Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 color: #333333;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}
.smallcolortxt {
	 font: 10px Arial, Helvetica, sans-serif;
	 font-weight: normal;
	 color: #336666;
	 line-height: normal;
	 letter-spacing: 0px;
	 text-decoration: none;
}



/* layer settings */

.categorybglayer{
	 background-color: #FFFFFF;
	 border: none;
	 position: absolute;
	 visibility: visible;
	 height: 29px;
	 width: 360px;
	 left: 0px;
	 top: 0px;
	z-index: 1;
}
.categorylayer{
	 background-color: none;
	 border: none;
	 position: absolute;
	 visibility: visible;
	 height: 15px;
	 width: 340px;
	z-index: 1;
}
.contentlayer{
	 background-color: none;
	 border: none;
	 position: absolute;
	 visibility: visible;
	 width: 300px;
	 left: 10px;
	 top: 35px;
	z-index: 1;
}



/* hyperlink settings */

A         { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; COLOR: #336666; line-height: normal; letter-spacing: 0px; text-decoration: underline}
A:hover   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; COLOR: #336666; line-height: normal; letter-spacing: 0px; text-decoration: none}
A:active  { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; COLOR: #336666; line-height: normal; letter-spacing: 0px; text-decoration: none}

A.categorylink         { font-family: Verdana, Arial,Helvetica, sans-serif; font-size: 12px; font-weight: bold; COLOR: #FFFFFF; letter-spacing: 0px; text-decoration: none}
A.categorylink:hover   { font-family: Verdana, Arial,Helvetica, sans-serif; font-size: 12px; font-weight: bold; COLOR: #336666; letter-spacing: 0px; text-decoration: underline}
A.categorylink:active  { font-family: Verdana, Arial,Helvetica, sans-serif; font-size: 12px; font-weight: bold; COLOR: #FFFFFF; letter-spacing: 0px; text-decoration: none}



