BODY {
	margin						:	0px;
	padding						:	0px;
	overflow					: auto;
	background-color	: #E23520;
	color							: #ffffff;	
}

.table{
	background-color	: #E23520;
}

.table .header{
	background-image	: url('../images/header.gif');
}

.table .menu{
	color									: #ffffff;
	background-color			: #E23520;	
	background-repeat			: no-repeat;
	background-attachment : fixed;
	padding								:	0px;
	margin:0px;
	text-align						: right;
	font-family						: arial;
	font-size							: 11px;			
}

.content{
	color									: #000000;
	font-family						: Arial;
	font-size							:	12px;
	scrollbar-base-color	:	#E23520;
	background-repeat			: no-repeat;
	background-position		:	top left;
}

.content a{
	color							:	#000000;
}

.content A:hover{
	color							:	#5E1A13;
}

.content div {
	line-height				:	15px;
}

.imgref {
	margin-top				:	10px;
	margin-left				:	10px;
	border						: 1px solid #000000;
}

.submenu {
	visibility				:	hidden;
	position					:	absolute;
	text-align				:	right;
	width							:	110px;
		}

.submenu A{
	color							:	#ffffff;
	font-size					:	11px;	
	font-weight				:	bold;	
	text-decoration		:	none;
	line-height				: 12px;
		}

.submenu A:hover{
	color							:	#5E1A13;
		}

.copyright{

	font-family				:	Tahoma;
	font-size					:	10px;	
	text-decoration		:	none;
	padding-right			: 5px;
	color							:	#ffffff;
	
}

.copyright A{

	color							:	#ffffff;
	font-size					:	10px;	
	font-weight				:	bold;	
	text-decoration		:	none;

}

.copyright A:hover{
	text-decoration		:	underline;	
}

