body {
	padding: 0px;
	margin: 10px;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #666;
	}

p td {							/*----- DEFAULT FONT ------*/
	color: #666;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	}

p.caption {							/*----- DEFAULT FONT ------*/
	color: #666;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	}
		
h1 {							/*----- large section headers ------*/
	font-family: georgia, palatino, times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #444;
	text-align: center;
	margin-top: 0px;	
	margin-bottom: 0px;	
	}
	
h2 {							/*----- large section headers ------*/
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #444;
	text-align: center;
	margin-top: 10px;	
	margin-bottom: 0px;	
	}
	
a:link, a:active, a:visited {
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #blue;
	}

a:hover { 
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: underline; 
	color: #red; 
	}

p.copyright {
	color: #666;
	font-family: verdana, trebuchet MS, trebuchet, arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;	
	margin-top: 50px;	
	margin-bottom: 30px;	
	}

.normal {
	font-weight: normal;	
	}