body, html  {
    margin:0; 
    padding:0;
    height:100%;
    background-color: #000;
    background-image: url(_artwork/bgGradient.jpg);
    background-repeat: repeat-x;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; 
	}
.tablecolor { 
	background-color:#FFFFFF;
	}
	
.topimage {
	background-image:url(_artwork/topBorder.png);	
	} 
	
.bottomimage {
	background-image:url(_artwork/bottomBorder.png);
	}

div#border {
	margin: 0px 10px;
	}

h1 {
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-decoration: none;	
	}

h2 {
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	text-decoration: none;	
	}

h3 {
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;	
	}
	
p {
	padding: 0 5px 0 5px;	
	}
	

img {
	float: left;
	padding: 0 10px 0 5px;
	border: none;
	}
	
		
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	}
	
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	}
	
a {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333333;	
	}

a:hover {
	text-decoration: underline;	
	}
	
li {
	padding:0;
	}
		
li a {
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #333333;	
	}

li a:hover {
	text-decoration: underline;	
	}
	
