body { 
	padding: 0; 
	margin: 10; 
	font: 0.8em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
	scrollbar-face-color		:#e4e4e4; 
	scrollbar-shadow-color		: #e4e4e4; 
	scrollbar-highlight-color	: #ffffff; 
	scrollbar-3dlight-color		: #ffffff; 
	scrollbar-darkshadow-color	: #e4e4e4; 
	scrollbar-track-color		: #ffffff; 
	scrollbar-arrow-color		: #9e9e9e;
}

td { 
	font: 0.8em Arial, Helvetica, sans-serif; 
	line-height: 1.2em;	
}

/*opening text*/
.para1 {
	clear: both;
	margin: 3px 0 10px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	
}

/*dash line used with <td>*/
.dash
{ 
	background: #FFF url(dot.gif) repeat-x;
}

/* category hyperlink*/
.font1 { 
	clear: both; 
	line-height: 1.8em;
	color: #808080;
	padding: 8px 0;
}

.font1 a {
	color: #C3593C;
	background: inherit;
}

/*login page - white fonts */
.font2 { 
	clear: both; 
	color: #ffffff;
	padding: 8px 0;
	
}

.font2 a {
	color: #C3593C;
	background: inherit;
}

input
{
font: 0.9em Arial, Helvetica, sans-serif; 
background: #fff; 
BORDER-LEFT	: #cccccc 1px solid; 
BORDER-TOP	: #cccccc 1px solid; 
BORDER-BOTTOM	: #cccccc 1px solid;
BORDER-RIGHT	: #cccccc 1px solid; 
color: #454545; 
}

/*button no border*/
.input2
{
BORDER-LEFT	: 0px solid; 
BORDER-TOP	: 0px solid; 
BORDER-BOTTOM	: 0px solid;
BORDER-RIGHT	: 0px solid; 
}

/*hyperlink*/
a {
	color: #4A8EBC; 
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #C3593C;
	background: inherit;
	text-decoration: none;
}

/*category links,selected menu, message - orange*/
.ax {
	color: #C3593C;
	
}

textarea
{

COLOR		: #000000;
font-family 		: Arial,Tahoma,Helvetica; 
BORDER-LEFT	: #cccccc 1px solid; 
BORDER-TOP	: #cccccc 1px solid; 
BORDER-BOTTOM	: #cccccc 1px solid;
BORDER-RIGHT	: #cccccc 1px solid; 
BACKGROUND	: #ffffff no-repeat 10px 50%; 
color: #454545; 
}

select {
COLOR		: #000000;
font-family 		: Arial,Tahoma,Helvetica; 
font-style: none; 

BACKGROUND	: #fff no-repeat 10px 50%; 
color: #454545; 
}