/* Global Styles */

/* hide from ie on mac \*/
html {
	height: 100%;
	width: 100%;}
	
#flashcontent {
	width: 100%;
	height: 100%;}
/* end hide */

body {
    color: #000000;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;}
	
a {
	font: 8px;
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:14px;}
	
a:hover {
    font: 8px;
	color:#000000;}
	
/* Class Styles */

.style1 {
    color: #ff0000;
	font-size: 10px;
    font-weight:bold;}
	
.style2 {
    color: #000000;
    font-size: 12px;
    font-weight:bold;}
	
.style3 {
    color: #99ccff;
	font-size: 24px;
	font-weight: bold;}

.style4 {
    color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing:.1em;}
	
.style5 {
    color: #000000;
	font-size: 8px;}
	
.style5a {
    color: #ff0000;
	font-size: 8px;	
	border: 1pt dotted blue;
	border-right-width: 0px; 
	border-left-width: 0px;}
	
.style6 {
    color: #99ccff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;}
	
.navigation {
	font: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height: 14px;
	display:block;
	padding:4px;
	border: 1pt solid rgb(255,00,00);
	border-right-width: 0px; 
	border-left-width: 0px;}

.detailText {
    color:#000000;
	font:11px arial;
	line-height:14px;
	letter-spacing:.1em;}
	
.smallText {
	font:10px arial;
	color:#0000ff;}
