@charset "UTF-8";
/* CSS Document */

td{
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.margin
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.border
{
	border: solid #000 1px;
	background-color: #FFF;
}

.borderbottom
{
	border-bottom: solid #000 1px;
}

.padding
{
	padding-bottom: 5px;
	padding-top: 5px;
}

.bordertop
{
	border-top: solid #000 1px;
}

.bordertopcol
{
	border-top: solid #663300 1px;
}

.borderright
{
	border-right: solid #000 1px;
}

.borderrightcolor
{
	border-right: solid #CCC 1px;
}

.backcolorE
{
	background-color: #EEE;	
	
}

.backcolorF
{
	background-color: #FFF;	
	
}
