BODY
{
	margin			: 0px;
	padding			: 0px;
	background-color: #B7B7B7;
}
.maintable
{

	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	border			: 0px;

}
.logo1
{

	left			: 164px;
	top				: -9px;
	position		: absolute;
	background-image: url('images/header_image2b.gif');
	background-repeat : no-repeat;
	width			: 614px;
	height			: 200px;
	
	
}
.logo0
{

	background-image: url('images/logo2b.jpg');
	background-repeat : no-repeat;
	width			: 290px;
	height			: 200px;

}

.menuitem
{

	border-bottom   : 1px solid darkgray;
	padding-left    : 20px;
	padding-bottom  : 10px;
	padding-top	    : 10px;
}

.menuitem A
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : #B12626;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menuitem A:HOVER
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : black;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menuitem_black
{

	padding-left    : 20px;
	padding-bottom  : 10px;
	padding-top	    : 10px;
}

.menuitem_black A
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : black;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menuitem_black A:HOVER
{

	font-weight		: bold;
	text-transform  : uppercase;
	color           : #B12626;
	font-family     : Arial;
	font-size       : 14px;
	text-decoration : none;
}

.menu_description
{
	text-transform  : lowercase;
	color           : #bbbbbb;
	font-size       : 11px;
	font-family     : tahoma;	
	
}

.text
{

	font-family		: tahoma;
	font-size       : 12px;
	text-align      : justify;
	padding         : 4px;
	line-height     : 18px;

}
H1
{

	font-family     : tahoma;
	font-size       : 23px;
	color           : #B12626;

}

H2
{

	font-family     : tahoma;
	font-size       : 13px;
	color           : #B12626;

}

.footer
{

	background-color: black;
	color 			: white;
	font-family		: tahoma;
	font-size 		: 12px;
	border-right    : 1px solid white;
	border-top      : 1px solid white;
	padding         : 5px;

}

.list LI
{

	font-size 		: 12px;
	list-style-type : square;	
	padding-bottom  : 2px;
	padding-top     : 2px;
	border-bottom   : 1px dashed darkgray;
}

.text A
{
	
	color : orange;
	font-weight : bold;


}