BODY{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background-color : #FFFFFF;
}

BODY,TD{
	color : #333333;
	font-family : Verdana;
	font-size : smaller;
	letter-spacing : 0px;
}

A, A:LINK, A:VISITED {
	color : #333333;
	font-weight : normal;
}

A:HOVER {
	color : #333333;
	text-decoration : none;
}

A.MENULINK:LINK, A.MENULINK:VISITED, A.MENULINK:HOVER{
	color : #333333;
	text-decoration : none;
	font-family: Arial, verdana;
	font-size : 12px;
	font-weight : 600;
	text-transform: lowercase;
	letter-spacing : 0px;
}

H1{
	font-family : Times New Roman;
	font-size : 16px;
	font-weight : 600;
	background-color : transparent;
	margin-bottom : 10px;
	margin-top : 3px;
	font-variant : normal;
	color : #CC6600;
	letter-spacing : 2px;
}

.td_content{
	border-style: solid; 
	border-width: 2px; 
	border-color: #000000; 
}

.main{
	background : url("../images/bg_main.jpg");
	background-position: left top; 
	background-repeat: repeat-x;
}

.bottom{
	background : url("../images/bg_bottom.jpg");
	background-position: left top; 
	background-repeat: repeat-x;
}

.small{
	font-family : Arial;
	font-size : 9px;
}
		 
.butstyle  {
	font-size: 10px;
	color : #000000;
	font-family: verdana, arial;
	background-color : #F5F5F5;
	border-style: solid; 
	border-width: 1px; 
	border-color: #666666; 
}

.txtstyle  {
	font-size: 11px;
	font-family: verdana, arial;
	background-color : white;
	color : #000000;
	font-weight : normal;
	border-style: solid; 
	border-width: 1px; 
	border-color: #666666; 
}


#btnUp{
background:url("../images/scroll-up_off.gif")no-repeat 0 0;
}

#btnDown{
background:url("../images/scroll-up_on.gif")no-repeat 0 0;
}


#btnUp{
background-image: url(../images/scroll-up_off.gif);
background-repeat: no-repeat;
float: left;
height: 9px;
width: 18px;
margin-right: 4px;
}

#btnUp.over {
background-image: url(../images/scroll-up_on.gif);
background-repeat: no-repeat;
text-decoration:none;
}


#btnDown{
background-image: url(../images/scroll-down_off.gif);
background-repeat: no-repeat;
float: left;
height: 9px;
width: 18px;
margin-right: 4px;

} 

#btnDown.over {
background-image: url(../images/scroll-down_on.gif);
background-repeat: no-repeat;
text-decoration:none;
} 

#btnReset {
background-image: url(../images/reset.gif);
background-repeat: no-repeat;
float: left;
height: 1px;
width: 1px;
margin-right: 4px;
} 

#btnReset.over {
background-image: url(../images/reset.gif);
background-repeat: no-repeat;
text-decoration:none;
} 
