/* Eddy Weche &copy; 2007 designed by Mediasoft Image */


body {
	background-image:url(images/html_bkgd.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}


/* TEXTS --------------------------------------------------*/

.maintext {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

.maintext_blk {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.maintext2 {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
	line-height: 27px;
	color: #ffffff;
}

.title {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	color: #ffcc00;
}

.copyright {
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 40px;
	color: #ffffff;
}


/* BOXES -------------------------------------------------*/

table.main_body {
	background-color: #554b3b;
	background-image:url(images/main_body.jpg);
	background-repeat:repeat-x;
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-left-style:solid;
	border-left-width: 1px;
	border-left-color: #ffffff;	
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	width: 754px;	
}

table.wht_frame {
	border-top-style:solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-left-style:solid;
	border-left-width: 1px;
	border-left-color: #ffffff;	
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style:solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
}

td.main_sqr {
	background-color: #221a11;
}



/* LINKS -----------------------------------------------*/

a:link {
	color: #ffcc00;
	text-decoration: underline;
}

a:visited {
	color: #ffcc00;
	text-decoration: underline;
}

a:hover {
	color: #ffcc00;
	text-decoration: none;
}

a:active {
	color: #ffcc00;
	text-decoration: underline;
}

/*-----------------------------------------*/

a.copy_link:link {
	color: #ffffff;
	text-decoration: underline;
}

a.copy_link:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.copy_link:hover {
	color: #ffcc00;
	text-decoration: none;
}

a.copy_link:active {
	color: #ffffff;
	text-decoration: underline;
}


