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

td   {
font-family		: Arial,Helvetica;
font-size		: 12px;
color       	: #666666;
}

a   {
font-family		: Arial,Helvetica;
font-size		: 12px;
color       	: #333366;
font-weight		: none;
font-style		: none;
text-decoration	: underline;
}

a:hover   {
text-decoration	: underline;
}

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

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

.headings   {
font-family		: Times Roman, Arial,Helvetica;
font-size		: 15px;
color       	: #000000;
font-weight		: bold;
font-style		: none;
text-decoration	: none;
}

.date   {
font-family		: Arial,Helvetica;
font-size		: 12px;
color       	: #999999;
font-weight		: bold;
font-style		: none;
text-decoration	: none;
}


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

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

.black   {
color			: #000000;
}

.gray   {
color			: #CCCCCC;
}

.green   {
color			: #374627;
}

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

.small   {
font-size		: 11px;
}

.white   {
color			: #FFFFFF;
}

.white_small   {
color			: #FFFFFF;
font-size		: 11px;
}


#contact {
position		: relative;
left			: 0px;
top				: 0px;
overflow		: auto;
/*
scrollbar-face-color		: #000000;
scrollbar-highlight-color	: #ffffff;
scrollbar-shadow-color		: #ffffcc;
scrollbar-3dlight-color		: #330099;
scrollbar-arrow-color		: #ffffff;
scrollbar-track-color		: #ffffc4;
scrollbar-darkshadow-color	: #ffcccc;
*/
}


#background {
position		: absolute;
left			: 0px;
top				: 0px;
z-index			: 1;
padding			: 0px;
}

#foreground {
position		: absolute;
left			: 0px;
top				: 0px;
z-index			: 2;
padding			: 0px;
}

#border {
position		: relative;
padding			: 10px;
font-size		: 11px;
}