body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
}


td.fieldname
{
   text-align: right;
   font-size: 12px;
   font-weight: bold;   
}

hr
{
	color: #C0B59C;
	width: 80%;
	 
}

table {

	border-collapse: collapse;
	
}

.table_dashline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	padding: 2px 0 1px 0;
	width:100%;
}

#notice
{
	font-size: 14px;
	text-align: center;
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif,·s²Ó©úÅé;
	line-height: normal;
	height: 80px;
}


#rightcol
{
   top: 0px;
   right: 0px;            
   width: 220px;
   color: black;
   background-color: white;
   font-size: 12px;
}


#centercol
{
   top: 0px;
   right: 0px;            
   width: 540px;
   color: red;
   background-color: white;
   font-size: 12px;
}

.Rotator 
{
  width:180px; 
  height:100px; 
  padding:3px;
  font-family:verdana; 
  font-size:12px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrame 
{
 border: none;
  font-family:verdana; 
  font-size:12px; 
  background-color:white; 
  cursor:default;
}


.NewsText
{
  font-family:Verdana;
  font-size:12px;   
  color:Black;
}

.NavTopItem
{
  cursor: pointer;
  color:black;
  background-image: url(images/nav_bg.gif);
  font-family: verdana; 
  font-size: 14px; 
  font-weight: bold;
  cursor:hand;
  padding:0px;
  border-bottom: 1px solid #dddddd;
}

.NavTopItemHover
{
  cursor: pointer;
  color:black;
  text-decoration: underline;
  background-image: url(images/nav_bg.gif);
  font-family: verdana; 
  font-size: 14px; 
  font-weight: bold;
  cursor:hand;
  padding:0px;
  border-bottom: 1px solid #dddddd;
}

.NavTopItemActive
{
  cursor: pointer;
  color:#666666;
  background-image: url(images/nav_bg.gif);
  font-family: verdana; 
  font-size: 14px; 
  font-weight: bold;
  padding: 0px; 
  cursor:hand;
  padding:0px;
  border-bottom: 1px solid #dddddd;
}

.NavLevel2Item
{
  cursor: pointer;
  font-family: verdana; 
  font-size: 12px; 
  color:#666666;
  height:15px;
  background-color: #EEEEEE;
  cursor:hand;
  padding-top:2px;
  padding-bottom:2px;
  margin-left:1px;
}

.NavLevel2ItemSelected
{
  cursor: pointer;
  background-color:#F7F7F7;
  color: #DD3409;
  font-family: verdana; 
  font-size: 12px; 
  cursor:hand;
  padding-top:1px;
  padding-bottom:1px;
  margin-left:0px;
  border-left:1px solid #DDDDDD;
  border-top:1px solid #DDDDDD;
  border-bottom:1px solid white;
  border-right:1px solid white;
}

.NavLevel2ItemHover
{
  cursor: pointer;
  background-color:#F7F7F7;
  color: #666666;
  font-family: verdana; 
  font-size: 12px; 
  cursor:hand;
  padding-top:1px;
  padding-bottom:1px;
  margin-left:0px;
  border-right:1px solid #DDDDDD;
  border-bottom:1px solid #DDDDDD;
  border-top:1px solid white;
  border-left:1px solid white;
}

.NavLevel2Group
{
  cursor: default;
  background-color:#EEEEEE;
  border-bottom: 1px solid #dddddd;
  padding-left:3px;
  padding-right:3px;
  padding-top:3px;
}

.DemosNav
{
  background-color:#F3F3F3;
  cursor: default; 
  height:200px;
  width:200px;
  padding:0px;
} 


/*
   Box_header
*/


#Box_header_Filler
{
	margin: 0;
	padding:0;
	float:left;
	width: 220px;
	background: url(images/nav_top_filler.gif) repeat-x left top;
}
#Box_header_Left
{
	float: left;
	background: url(images/nav_top_left.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}
#Box_header_Right
{
	
	float: right;
	margin-bottom: 0;
	background: url(images/nav_top_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
}


.postinfo
{
   background-color: #ccccff;
   font-weight: bold;
   text-align: left;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #F6F9F2;
   color: black;
   font-weight: bold;
   font-size:medium;
}

.postbody
{
   padding: 3px;
}


