/* CSS Document */

/*  Define blanket body rules  */
     html, body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		line-height: 130%;
		}
		
/*  Define table body style  */
	.Tbody {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
		line-height: 130%;
		}
		
/*  Define headline styles  */
h1 {font-size: 18px; font-weight: bold;}
h2 {font-size: 16px; font-weight: bold;}
h3 {font-size: 14px; font-weight: bold;}
		
		
		
/*  Define link styles  */
a:link {color: #CC0000; text-decoration: underline;}
a:visited {color: #CC0000; text-decoration: underline;}
a:hover {color: #660000; text-decoration: none;}
a:active {color: #CC0000; text-decoration: underline;}




/*  Define copyright style  */
.copyright {font-size: 10px; color: #CC0000;}
		
