/* -- Document Colors --------------
		ec008c = Pink
		54c90d = Green
		464646 = Dark Gray (background)
		ff9900 = Orange
		747f91 = Blue Gray
--------------------------------- */

/*  General Layout -------------- */

body	{
	background: #464646 url(images/bg_fadeup.jpg) repeat-x fixed left bottom;
	color: #ffffff;
	font-family: Myriad, "Gill Sans", "Trebuchet MS", "Century Gothic", verdana, helvetica, arial, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	}

.iframecontent	{
	padding-left: 15px;
	padding-right: 10px;
	font-size: 14px;

	}

.padding	{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	}

/*  Typography -------------- */
	
td	{
	font-size: 12px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
html>td 	{
	font-size:  small;  
	} 

.txttitle	{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 18px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: large;
	}
	
html>.txttitle {
	font-size: large;  
	} 

.txtsubtitle	{
	text-align: left;
	font-family: Myriad, "Gill Sans", "Trebuchet MS", "Century Gothic", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ffffff;
	font-size: 14px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: medium;
	}
	
html>.txtsubtitle {
	font-size: medium;  
	} 
	
.textbold	{
	font-weight: bold;
	}

.textitalics	{
	font-style: italic;
	}
	
.textcopy {
	line-height: 16px;
	font-size: 12px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}

html>.textcopy {
	font-size: small;  
	} 
		
.txttiny	{
	font-size:    10px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: x-small;
	}
	
html>.txttiny {
	font-size:  x-small;  
	} 

.footer	{
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 0px;
	line-height: 15px;
	color: #808080;
	font-size: 10px;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
  	font-size: small;
	}
	
html>.footer {
	font-size:  small;  
	} 

/* General linkology -------------- */
a:link, a:visited {
	font-weight: bold; 
	text-decoration: underline;
	color: #ffffff;
	background: transparent; 
	}

a:hover {
	font-weight: bold; 
	text-decoration: underline;
	color: #ff9900;
	background: transparent; 
	}

a:active {
	font-weight: bold; 
	text-decoration: none;
	color: #952420;
	background: transparent;  
	}
.txtbolditalics {
	font-style: italic;
	font-weight: bold;

}
