.body 
{
background-color: #C3C3C3;

}

.general
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
	text-decoration:none;
}
.general:hover
{
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	FONT-FAMILY: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
	text-decoration:none;
}
.red
{
	FONT-SIZE: 12px;
	COLOR: #FF0000;
	FONT-FAMILY: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
	text-decoration:none;
}
.red:hover
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
	text-decoration:none;
}
.yellow
{
	FONT-SIZE: 12px;
	COLOR: #F6A800;
	FONT-FAMILY: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
	text-decoration:none;
}

.bottom
{
	FONT-SIZE: 10px;
	COLOR: #C3C3C3;
	FONT-FAMILY: Arial, Verdana, MS Sans Serif, Helvetica, sans-serif;
	text-decoration:none;
}
.bottombg
{
	background-color: #585858;
		
}
.redbg
{
	background-color: #FF0000;
		
}
.whitebg
{
	background-color: #FFFFFF;
		
}
.greybg
{
	background-color: #E1E1E1;
		
}
.greybg1
{
	background-color: #F5F5F5;
		
}
.bordercolor
{
	background-color: #999999;
		
}
.border1
{
BACKGROUND: url(images/border1.gif);

}
.border2
{
BACKGROUND: url(images/border2.gif);

}
.border3
{
BACKGROUND: url(images/border3.gif);

}
.border4
{
BACKGROUND: url(images/border4.gif);

}

.border
{
	border-bottom: #999999 1px thin;
	border-top: #999999 1px thin;
	border-right: #999999 1px thin;
	border-left: #999999 1px thin;
	
}

.text
{
	FONT-FAMILY: arial;
	font-size : 9px;
	background-color: #FFFFFF;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	
}

