body {
/*background	: #001B3C url(my_background_image.gif) repeat-y left;
background		: #FFFFFF url('images/background.gif');
background-image: url('images/background.gif');
background-attachment: fixed;
background-repeat: no-repeat | repeat-x | repeat-y;
background-position: left |right | bottom | bottom right;
*/
background-color: #C0AD89;
color			: #666666;
font-family		: Arial,Helvetica;
font-size		: 11px;
margin-left		: 0;
margin-right	: 0;
margin-top		: 0;
margin-bottom	: 0;
text-decoration	: none;
}

td {
	font-size: 13px;
}

a   {
font-family		: Arial,Helvetica;
font-size		: 13px;
color       	: #3366CC;
text-decoration	: none;
}

a:hover {
text-decoration	: underline;
color       	: #666666;
}

input   {
font-family		: Monospace,Courier,Arial,Helvetica;
font-size		: 11px;
color       	: #000000;
text-decoration	: none;
}

.big   {
font-family		: Arial,Helvetica;
font-size		: 15px;
color       	: #666666;
font-weight		: bold;
text-decoration	: none;
}

.copyrights   {
font-family		: Arial,Helvetica;
font-size		: 11px;
color       	: #666666;
}

.emphasize   {
font-family		: Arial,Helvetica;
font-size		: 13px;
color       	: #666666;
font-weight		: bold;

text-decoration	: none;
}

.invisible {
color			: #E4DED6;
font-size		: 1px;
}

.normal   {
color       	: #666666;
}

.small   {
font-size		: 11px;
}

.white   {
color       	: #FFFFFF;
}


#box {
border			: 0px solid #FFFFFF;
background		: white;
width			: 770px;
padding			: 0px;
}

#contact {
background		: #DDDDDD;
color       	: #666666;
padding			: 5px 10px 5px 10px;
}

#text {
position		: relative;
padding			: 10px;
text-align		: justify;
}