body,div,p,blockquote,ol,ul,dl,li,dt,dd,tbl,tr,th,td,cp
{
	color: #FFFFFF;
	font-family:arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 2px;
	word-spacing: 2px;
}

/* ------- colors --------------------------------------- */
/* --- white #FFFFFF --- */
/* --- gray1 #CCCCCC --- */
/* --- gray2 #999999 --- */
/* --- gray3 #666666 --- */
/* --- gray4 #333333 --- */
/* --- black #000000 --- */
/* ----- red #FF0000 --- */
/* ---- blue #0000FF --- */
/* ---- gold #FF9900 --- */
/* ----- light colors ----------------------------------- */
/* ----- red FFCCCC lt --- */
/* ----- gold FFCC99 lt --- */
/* ----- blue CCCCFF lt --- */
/* ------- colors --------------------------------------- */

/* ------------------------------ BORDERS --------------------------------------------- */
.borderGold
{ 
	border: 1px solid #FF9900;
}
.borderRed
{ 
	border: 1px solid #FF0000;
}
.borderBlue
{ 
	border: 1px solid #0000FF;
}
/* ------------------------------ BORDERS --------------------------------------------- */
/* ------------------------------ BACKGROUND --------------------------------------------- */
.bgWhite
{ 
	background: #FFFFFF;
	padding: 5px,5px,5px,5px;
}
/* ------------------------------ BACKGROUND --------------------------------------------- */
/* ------------------------------ PADDING --------------------------------------------- */
.pad5
{ 
	padding: 5px,5px,5px,5px;
}
/* ------------------------------ PADDING --------------------------------------------- */
/* ------------------------------ FLOAT --------------------------------------------- */
.floatLeftGold
{ 
	float: left;
	border: 1px solid #FF9900;
	margin: 10px,10px,10px,10px;
}
.floatLeftRed
{ 
	float: left;
	border: 1px solid #FF0000;
	margin: 10px,10px,10px,10px;
}
.floatLeftBlue
{ 
	float: left;
	border: 1px solid #0000FF;
	margin: 10px,10px,10px,10px;
}
.floatRightGold
{ 
	float: right;
	border: 1px solid #FF9900;
	margin: 10px,10px,10px,10px;
}
.floatRightRed
{ 
	float: right;
	border: 1px solid #FF0000;
	margin: 10px,10px,10px,10px;
}
.floatRightBlue
{ 
	float: right;
	border: 1px solid #0000FF;
	margin: 10px,10px,10px,10px;
}
/* ------------------------------ FLOAT --------------------------------------------- */
/* ------------------------------LINKS--------------------------------------------- */
A
{
    color: #0000FF;
    text-decoration: underline;
}
A:visited
{
    color: #0000FF;
    text-decoration: underline;
}
A:hover
{
    color: #FF0000;
    text-decoration: underline;
}
A:active
{
    color: #FF9900;
    text-decoration: underline;
}
/* ------------------------------LINKS--------------------------------------------- */
/* ------------------------------------HEADLINE STYLES-------------------------------------- */
H1
{
    color: #FF9900;
    font-family:arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
H2
{
    color: #FF0000;
    font-family:arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}
H3
{
    color: #0000FF;
    font-family:arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
H4
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
H5
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
H6
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 8px;
    font-weight: normal;
    text-decoration: none;
}
/* ------------------------------------HEADLINE STYLES-------------------------------------- */
/* ------------------------------------BRENZA DESIGN TEXT CLASSES-------------------------------------- */
.txtWhite
{
    color: #FFFFFF;
    font-family:arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
.txtGray1
{
    color: #CCCCCC;
    font-family:arial,sans-serif;
    font-size: 13px;
	font-weight: normal;
    text-decoration: none;
}
.txtGray2
{
    color: #999999;
    font-family:arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
.txtGray3
{
    color: #666666;
    font-family:arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
.txtGray4
{
    color: #333333;
    font-family:arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
.txtBlack
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
.leadletterGold
{
    color: #FF9900;
    font-family:arial,sans-serif;
    font-size: 25px;
	font-weight: bold;
    text-decoration: none;
	line-height: 25px;
}
.leadletterRed
{
    color: #FF0000;
    font-family:arial,sans-serif;
    font-size: 25px;
	font-weight: bold;
    text-decoration: none;
	line-height: 25px;
}
.leadletterBlue
{
    color: #0000FF;
    font-family:arial,sans-serif;
    font-size: 25px;
	font-weight: bold;
    text-decoration: none;
	line-height: 25px;
}
/* ------------------------------------BRENZA DESIGN TEXT CLASSES-------------------------------------- */
/* ------------------------------------GENERIC TEXT CLASSES-------------------------------------- */
.clsblacktiny
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 8px;
	font-weight: normal;
    text-decoration: none;
}
.clsblacksmall
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
.clsblack
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.clsblacklarge
{
    color: #000000;
    font-family:arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
.clswhitetiny
{
    color: #FFFFFF;
    font-family:arial,sans-serif;
    font-size: 8px;
	font-weight: normal;
    text-decoration: none;
}
.clswhitesmall
{
    color: #FFFFFF;
    font-family:arial,sans-serif;
    font-size: 10px;
	font-weight: normal;
    text-decoration: none;
}
.clswhite
{
    color: #FFFFFF;
    font-family:arial,sans-serif;
    font-size: 12px;
	font-weight: normal;
    text-decoration: none;
}
.clswhitelarge
{
    color: #FFFFFF;
    font-family:arial,sans-serif;
    font-size: 14px;
	font-weight: normal;
    text-decoration: none;
}
/* ------------------------------------GENERIC TEXT CLASSES-------------------------------------- */
/* ------------------------------------LINKS CLASSES-------------------------------------- */
A.linkStyle1
{
    color: #FF0000;
    font-family:arial,sans-serif;
    font-size: 14px;
	font-weight: normal;
    text-decoration: underline;
}
A.linkStyle1:visited
{
    color: #FF0000;
    font-family:arial,sans-serif;
    font-size: 14px;
	font-weight: normal;
    text-decoration: underline;
}
A.linkStyle1:hover
{
    color: #0000FF;
    font-family:arial,sans-serif;
    font-size: 14px;
	font-weight: normal;
    text-decoration: none;
}
A.linkStyle1:active
{
    color: #FF9900;
    font-family:arial,sans-serif;
    font-size: 14px;
	font-weight: normal;
    text-decoration: underline;
}
/* ------------------------------------LINKS CLASSES-------------------------------------- */
/* ------------------------------------ scrollbar -------------------------------------- */
<!--
html 
{
scrollbar-track-color: #111111;
}
-->
/* ------------------------------------ scrollbar -------------------------------------- */
/* ------------------------------------END-------------------------------------- */
