/*body {
	background-color: #000000;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	background-image : url(images/background_metal.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

a:link {  color: #666666; text-decoration: none}
a:visited {  color: #666666; text-decoration: none}
a:hover {  color: #0410FC; text-decoration: underline}
a:active {  color: #0410FC; text-decoration: underline}

table.main {
	background-color: #FFF3DA;
}

td {
	FONT: 14px verdana, arial, sans-serif;
	COLOR: #000000;
}*/

h1 {
	COLOR: #801F21;
	font-weight : lighter;
}

h3 {
	COLOR: #801F21;
	font-weight : lighter;
	text-decoration : underline;
}

h4 {
	COLOR: #801F21;
	font-weight : lighter;
	text-decoration : underline;
}

.error {
	FONT: 14px verdana, arial, sans-serif; COLOR: #FF0000
}

.footer {
	FONT: 12px verdana, sans-serif; COLOR: #FFFFFF;
	text-align : right;
	padding-right : 20px;
	height : 30px;
}

td.footer a:link {  color: #FFFFFF; text-decoration: none}
td.footer a:visited {  color: #FFFFFF; text-decoration: none}
td.footer a:hover {  color: #96A8FE; text-decoration: underline}
td.footer a:active {  color: #96A8FE; text-decoration: underline}

/*hr {
	width : 90%;
	color : #999999	;
	size : 1px;
}*/

span.floatdummy {  			/* --- Dummy box needed to keep other boxes from      --- */
	position : relative;	/* --- shifting on window resize when using the       --- */
	top : 0px;				/* --- other float_box objects.                       --- */
	z-index : 1;			/* --- Embed other float_box objects into float dummy --- */
	COLOR: #FF65EB;
	float : right;
}

span.float_box {
	position : absolute;
	top : 0px;
	right : 600px;
	padding : 0px;
	border : 1px;
	z-index : 2;
	background-color : #39597C;
}


body {
	background-color: #FFF;
}

