body {
	background-color:	#000000;
	background-image:	url( assets/background_repeater.jpg );	
	background-position:	bottom left;	
	background-repeat:	repeat-x;
	font-family:            Arial, sans-serif;
	font-size:		12px;
	color:			#FFFFFF;
	padding: 		0;
   	margin: 		0;
}

.footer {
	font-size:		11px;
	text-align:		left;
	padding:		5px;
}

A {
	color:			#947257;
	font-weight:		bold;
	text-decoration:	none;
}

A:hover {
	text-decoration:	underline;
}

.headerMenu {
	text-align: 		right;
}

.headerMenu A {
	padding-left:		30px;
	font-family:		arial;
	font-size:		12px;
	color:			#FFFFFF;
	text-transform:		UPPERCASE;
}

.headerMenu A:hover {
	text-decoration:	none;
}

.menuBar {
	color: 			#BAEDFF;
	font-size: 		14px;
	text-transform: 	UPPERCASE;
}

.menuBar A {
	text-transform:		UPPERCASE;
	color:			#FFFFFF;
	font-size:		11px;
	padding-left:		20px;
	font-family:		arial;
}

.content, .content tr, .content td {
	font-size:		12px;
	text-align:		justify;
}

.header {
	font-size:		17px;
	font-weight:		bold;
	text-transform:		UPPERCASE;
	color:			#BAEDFF;
}
.button {
	background-color:		#FF9900;
	border:					0;
	color:					#FFFFFF;
	font-size:				14px;
	padding:				2px;
}