/* CSS STYLES FOR http://www.thinksoda.com/ CREATED BY - http://www.thinksoda.com/ */

body{
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* INTERFACE GFX */

#center_all {   
	position:relative; 
	width: 740px; 
	top: 25px;
	margin-top: 0px;    
	margin-bottom: 0px;    
	margin-left: auto;    
	margin-right: auto;   
	text-align:center; 
	padding: 0px;    
	border: none;
}

/* FORMATTED TEXT */

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	text-decoration: none;
}

.index_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}

a.index_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #90ba0f;
	font-weight: bold;
}

a.index_text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

a.index_text:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
}

p + p { 
	margin-top: -5px;
} 

table { 
	border: 0px; 
	width: 100%;
	height: 100%;
	vertical-align: middle; 
	text-align: center; 
} 

.flash_table { 
	border: 0px; 
	width: 100%;
	height: 100%;
	vertical-align: middle; 
	text-align: center; 
} 

/* IMAGE PROPERTIES */

.image  {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

img  {
	border-width: 0px;
}

/* CATCHALL LINK HYPERLINK FORMATTING */

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #ff0033;
	font-weight: bold;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666666;
	font-weight: bold;
}

/* PRINT PROPERTIES */

#dont_print {   	
}

#printlogo {
	position: absolute;	
	width: 390px;
	height: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

#printbox {
	position: absolute;	
	width: 390px;
	height: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
}

#printbox {
	display: none;
}

#printlogo img{
    display: none;
}

/* CSS END */