/* COPYRIGHT NOTICE
This software is copyright ©2002 CodeIsArt and licensed for use by 
distribution from CodeIsArt only. This source code may not be redistibuted 
without written consent from the above mentioned entity. */

/* general element styles */


body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
	background-color:#191617;
    font: 10px/18px geneva, verdana, arial, sans-serif;
    color: #FFFFFF;
}

b, strong {
	font-weight: bold;
}

td, th, .bod, font {
    font: 10px/18px verdana, geneva, arial, sans-serif;
    color: #FFFFFF;
}


/* anchor element styles */

a {
    font: 14px Arial, Helvetica, sans-serif;
    color: #333333;
}

a:hover {
    color: #FFFFFF;
	BACKGROUND-COLOR: #FF0000;
    text-decoration: none;
}



/* custom styles */

.copyright {
    font: 9px/18px verdana, geneva, arial, sans-serif;
    color: #FF0000;	
}

.boldlink {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #333333;
}a2 {
    font: bold 10px verdana, geneva, arial, sans-serif;
    color: #FF0000;
    text-decoration: underline;
}
abbr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.bold {
    font: bold 10px verdana, geneva, arial, sans-serif;
    color: #FF0000;
}

