body {
	margin: 0px;
	padding: 0px;
	color : #333;
	background-color : #F0F0F0;
	background-image: url(../images/background.gif);
	font-size : 13px;
	font-family : Trebuchet MS,  ITC Officina, Arial;
	scrollbar-3dlight-color : #808080;
	scrollbar-arrow-color : #000000;
	scrollbar-darkshadow-color :   #66FF00;
	scrollbar-face-color :  #3399ff;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-track-color : #F0F0F0;
}
.body
	{
	font-size : 13px;
	font-family : Trebuchet MS,  ITC Officina, Arial;
	}
p {
	font-family : Trebuchet MS,  ITC Officina, Arial;
	font-size : 13px;
}
ul {
	font-family : Trebuchet MS,  ITC Officina, Arial;
	font-size : 13px;
}
.bold {
	font-size : 13px;
	font-family : Trebuchet MS,  ITC Officina, Arial;
	font-weight: bold;
}
.boldorange {
	font-size : 12px;
	font-weight: bold;
	color: #FF9900;
}
.boldblue {
	font-size : 12px;
	font-weight: bold;
	color: #1B10DB;
}
.boldgrey {
	font-size : 12px;
	font-weight: bold;
	color: #808080;
}
a {
	font-size : 13px;
	font-family : Trebuchet MS,  ITC Officina, Arial;
	font-weight: bold;
	color : #1B10DB;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color : #FF9900;
	text-decoration : underline;
}
a:link{
	font-weight: bold;
	color : #1B10DB;
	text-decoration: none;
}
.section {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A:link.section {
	color:#FFFFFF; 
}
A:hover.section {
	color: #33ccff;
	text-decoration: none;
}
.section_active {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	font-weight: bold;
	color:#33ccff;
	text-decoration: none; 
}
.category {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	font-weight: bold;
	color: #7D7D7D;
	text-decoration: none;
}
A:link.category {
	color:#7D7D7D;
	text-decoration: none; 
}
A:hover.category {
	color: #33ccff;
	text-decoration: underline; 
}
.category_active {
	font-family : Verdana, Helvetica, Arial;
	font-size : 12px;
	font-weight: bold;
	color:#33ccff;
	text-decoration: none; 
}
.title {
	font-family : Verdana, Helvetica, Arial;
	font-size : 15px;
	font-weight: bold;
	color: #3399ff;
}
.cright {
	font-family : Verdana, Helvetica, Arial;
	font-size : 9px;
	font-weight: bold;
	color: #808080;
}


