/* default styles */

	body {
	background-color: #ffffff;
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	}
	
	p {
	font-family:  arial, helvetica, sans-serif;
	font-size: 12px;	
	} 	

        b {
        font-size: 13px;
        text-decoration: bold;
        }
        
        table {
        font-family:  arial, helvetica, sans-serif;
	font-size: 12px;
        }
        
	a:link {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #a31919;
	}

	a:visited {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #003399;
	}

	a:active { }

	a:hover {
	color: #dd6633;
	text-decoration: underline;
	}	

	a:link img{
	border-color: #a31919;
	}

	a:visited img{
	border-color: #003399;
	}

	a:active img{ }

	a:hover img{
	border-color: #eeff33;       
	}	

/* end default styles */


/* classes */

	p.title {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	}
	
	
	p.subtitle {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #666666;	
	padding-bottom:0px;
	padding-left:10px;	
	}
	
	
	p.faint {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #989477;	
	padding-bottom:0px;
	padding-left:10px;

	}
	
	p.table {
	padding-left:10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	}
	
	p.footer {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	}	
	
	p.nav {
	font-family: verdana;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	}
	
	a.nav:link {	
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	}
	
	a.nav:visited {	
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	}
	
	a.nav:hover {	
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	}
	
/* end classes */	