/* default styles */

	body {
	background-color: #ffffff;
	font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
	}
	
	p {
	font-family:  helvetica, arial, sans-serif;
	background-color: #ffffff;
	font-size: 12px;
	} 	

        b {
        font-size: 13px;
        text-decoration: bold;
        }
        
        table {
        font-family:  helvetica, arial, sans-serif;
	font-size: 12px;
        }
        
	a:link {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #3333FF;
	}

	a:visited {
	text-decoration: none;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #3333FF;
	}

	a:active { }

	a:hover {
	color: #cc3333;
	text-decoration: none;
	}	

	a:link img{
	border-color: #a31919;
	}

	a:visited img{
	border-color: #003399;
	}

	a:active img{ }

	a:hover img{
	border-color: #cc3333;       
	}	

/* end default styles */


/* classes */

	p.title {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	}
	
	p.footer {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	}	
	
	p.nav {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
	
	a.nav:link {	
	font-family: verdana;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
	font-weight:normal;
	}
	
	a.nav:visited {	
	font-family: verdana;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
	font-weight:normal;
	}
	
	a.nav:hover {	
	font-family: verdana;
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
	font-weight:normal;
	}
	
/* end classes */	
