﻿html    { 

        }
body	{
	background-image: url('images/background.gif');
	background-repeat: repeat;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10 10 50 10;
        }
a	{
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
a:link	{
	font-weight: normal;
	color: #006AFF;
	text-decoration: none;
	}
a:active {
	color: #006AFF;
	font-weight: normal;
	text-decoration: none;
	}
a:visited {
	font-weight: normal;
	color: #006AFF;
	text-decoration: none;
	}
a:hover	{
	color: #006AFF;
	font-weight: normal;
	text-decoration: underline;
	}

#pcs-logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	}
#pcs-links {
	font-size: 80%;
	color: #CCCCCC;
	}
#pcs-links a	{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	}
#pcs-links a:link	{
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	}
#pcs-links a:active {
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	}
#pcs-links a:visited {
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	}
#pcs-links a:hover	{
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: underline;
	}
#pcs-address {
	color: #CCCCCC;
	font-size: 70%;
	}
#ad-table {
	position: absolute;
	top: auto;
	bottom: 24px;
	z-index: 4;
	}
#ad-table td {
	text-align: center;
	height: 75px;
	}
#td_content {
	padding: 10px;
	clear: all;
	color: #000000;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	}
li {
	padding-bottom: 20px;
	}

#copyright {
	clear: both;
	position: relative;
	padding-top: 20px;
	font-size: 8pt;
	color: black;
	z-index: 1;
	text-align: center;
	}
#copyright a:link {
	font-size: 8pt;
	color: black;
        text-decoration: none;
 	}
#copyright a:active {
	font-size: 8pt;
	color: black;
        text-decoration: none;
	}
#copyright a:visited {
	font-size: 8pt;
	color: black;
        text-decoration: none;
	}
#copyright a:hover {
	font-size: 8pt;
	color: black;
        text-decoration: underline;
	}
#design_link {
	font-size: 8pt;
	color: white;
	}
;