/* CSS Document */

body {
	margin: 20px;
	padding: 0;
	background: #333;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

table tr td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

a:link {text-decoration: underline; color: #000;}
a:visited {text-decoration: underline; color: #000;}
a:hover {text-decoration: none; color: #000;}
a:active {text-decoration: underline; color: #FFF;}

hr {}

/*----------------------- Website -----------------------*/

.WS-border {
	border: 3px solid #6699CC;
	background: #CCC;
}

.WS-top {
	padding: 20px 20px 0 20px;
	background: #CCC;
}

.WS-spacer {
	height: 20px;
	background: #6699CC;
}

.WS-middle {
	height: 300px;
	padding: 20px;
	background: #CCC url(../graphics/background.jpg) no-repeat top right;
}

.WS-footer {
	background: #6699CC;
	padding: 5px;
	font-size: 14pt;
}


/*----------------------- Middle -----------------------*/

.MID-cloum-left {
	padding: 0 20px 0 0;
}

.MID-cloum-right {}


/*----------------------- Menu -----------------------*/

.MENU-buttons {
	padding: 2px 0;
}


/*----------------------- FOOTER -----------------------*/

.FOOTER-white {
	color: #FFF;
}

.FOOTER-blue {
	color: #003366;
}

a.FOOTER-link:link {color: #FFF; text-decoration: none;}
a.FOOTER-link:visited {color: #003366; text-decoration: none;}
a.FOOTER-link:hover {color: #003366; text-decoration: none;}
a.FOOTER-link:active {color: #000; text-decoration: none;}

/*----------------------- TEXT -----------------------*/

.TXT-white {
	color: #FFF;
}

.TXT-blue {
	color: #003366;
}

.TXT-small {
	font-size: 8pt;
}

/*----------------------- STOCK -----------------------*/

.STOCK-title-red {
	font-size: 12pt;
	color: #CC3300;
	font-weight: bold;
}

.STOCK-title-blue {
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
	text-align: right;
}

.STOCK-title-white {
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
}

.STOCK-bold {}

.STOCK-left-table {
	border: 3px solid #000;
	background: #CC3300;
	color: #FFF;
}
