body {
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	background-color : #FFFFFF;
	scrollbar-face-color : #CCCC99;
	scrollbar-arrow-color : #FE0000;
	scrollbar-track-color : #CCCC99;
	scrollbar-face-color : #FFFFFF;
	scrollbar-shadow-color : #E0E0E0;
	scrollbar-highlight-color : #E0E0E0;
	scrollbar-3dlight-color : #E0E0E0;
	scrollbar-darkshadow-color : #E0E0E0;	
}
a:link {
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size: 12px;
	color : #000000;
	text-decoration : none;
	text-align : left;
}
a:visited {
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size: 12px;
	text-decoration : none;
	color : #000000;
	text-align : left;
}
a:hover {
	text-decoration : none;
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size: 12px;
	color : #FF0000;
	text-align : left;
}
a.sm:link {
	text-decoration : none;
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size: 10px;
	color : #333333;
	text-align : left;
}
a.sm:visited {
	text-decoration : none;
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size: 10px;
	color : #333333;
	text-align : left;
}
a.sm:hover {
	text-decoration : none;
	font-family : Verdana, Arial;
	font-weight : normal;
	font-size: 10px;
	color : #ff0000;
	text-align : left;
}
a.nav:active  {
	font-size : 12px;
	font-family : Verdana, Arial;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
	color: #333333;
	text-align : left;
}
a.nav:hover {
	font-size: 12px;
	font-family : Verdana, Arial;
	text-decoration : none;
	font-weight : normal;
	font-style: normal;
	color : #333333;
	text-align : left;
	background-color : #CCCCCC;
}
a.nav:visited {
	font-size : 12px;
	font-family : Verdana, Arial;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
	color: #333333;
	text-align : left;
}


p	{
	font-family : Verdana, Arial;
	font-size: 12px;
	color : #333333;
}
.double	{
	line-height : 150%;
}
li 	{
	font-family : Verdana, Arial;
	font-size: 12px;
	color : #333333;
}
.normal	{
	font-family : Verdana, Arial;
	font-size: 12px;
	color : #333333;
}
.bold	{
	font-family : Verdana, Arial;
	font-size: 12px;
	font-weight : bold;
	color : #333333;
}
.small	{
	font-family : Verdana, Arial;
	font-size: 10px;
	color : #333333;
}
.title	{
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight : bold;
	color : #333333;
}
.title_sm	{
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight : bold;
	color : #333333;
}

td.fade      { 
	background-color : white; 
	background-image : url('images/fade.gif'); 
	background-repeat : repeat-x;
}
td.bade      	{ 
	background-color: white; 
	background-image: url('images/bg_bade.gif'); 
	background-repeat: repeat-x;
}
.dots        	{ 
	background-image: url('images/bg.gif'); 
	background-repeat: repeat;
}
.dotted	{
	background 	: white;
	border-top-width	: thin;
	border-top-style	: dotted;
	border-top-color	: CCCC99;
	border-right-width	: thin;
	border-right-style	: dotted;
	border-right-color	: CCCC99;
	border-left-width	: thin;
	border-left-style	: dotted;
	border-left-color	: CCCC99;
	border-bottom-width	: thin;
	border-bottom-style	: dotted;
	border-bottom-color	: CCCC99;
	line-height : 125%;
}
.bgwhite	{
	background : white;
}
.bgblack 	{
	background : black;
}
