	BODY { 
		font-family : Helvetica, Arial, san-serif;
		background-color: #9abbd0;
		background-image: url(http://www.thesitename.com/images/layout/BG-gradiant.gif);
		background-repeat: repeat-x;
		margin: 0px 6px 6px 6px;
		margin: 6px 6px 6px 6px;
		text-align: center;
	}


	.table {
		margin: 0 auto;   /* align for good browsers */
		background-color : #99FFFF;
  		color: black;
		font-size : 9pt;
		border-style : solid;
		border-color : #000000;
		border-left-width : 1px;
		border-right-width : 1px;
		border-bottom-width : 1px;
		border-top-width : 1px;
		padding-left : 3px;
		padding-right : 3px;
		width: 650px;
	}
        .ctable {
               margin-left:auto; 
               margin-right:auto;
        }


	.smallfont {
		font-size: 7pt;
	}

	.title {
		font-size: 12pt;
		font-weight : bold;
		text-decoration: underline;
        }
	.footer {
		border-top: 1px solid #999;
		line-height: 1.5em; 
		color: #333; 
		font-size:7pt;    
        }


/* Links */

	A {
		color : #333333;
	}


	A:link {
	
		color : #333333;
	}

	A:active {
	color : #000000;
	}


	A:hover {
		color : blue;
	}

	A.topmenulinks { 
		color: #333333; 
		font-size: 7pt; 
/*		text-decoration: none;  */
	}



