.body 
{
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	SCROLLBAR-BASE-COLOR: #999999;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-attachment: fixed;
	background-color: #999999;
	background-image: url(../img/bg_img.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	


}
.body_frame
{
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #999999;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	SCROLLBAR-BASE-COLOR: #999999;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: repeat-x;
	


}

.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.hidden{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.link{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.link:hover{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: red;
	text-decoration: none;
}
.foot {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.foot:hover {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
.box {
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: #0033FF; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: #F0F0F8; 
	SCROLLBAR-DARKSHADOW-COLOR: #0033FF;
	SCROLLBAR-BASE-COLOR: #FF9933;
	font-family: Verdana;
	font-size: 9pt;
	color: blue;
	text-decoration: none;
	font-weight: normal;
	bordercolor : 0033FF;
	cellpadding : 1pt;
	cellspacing : 1pt;
	bordercolor : 0033FF;
	bordercolordark : 0033FF;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	padding: 1px;
	margin: 1px;
	border: 1px solid #0033FF;
}
.button1 {
	SCROLLBAR-FACE-COLOR: white; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: #black; 
	SCROLLBAR-ARROW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: #black; 
	SCROLLBAR-DARKSHADOW-COLOR: #black;
	SCROLLBAR-BASE-COLOR: #black;
	font-family: Verdana;
	font-size: 9pt;
	color: black;
	text-decoration: none;
	font-weight: normal;
	bordercolor : black;
	cellpadding : 1pt;
	cellspacing : 1pt;
	bordercolor : black;
	bordercolordark : black;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	padding: 1px;
	margin: 1px;
	border: 1px solid #black;
}
/* this area is not in class */


#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}
