body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color: #999999;
  background-color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  overflow: auto;
}
div {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 858px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a{
color:#CCCCCC;
text-decoration:underline;
}
a:hover{
color:#CCCCCC;
text-decoration:none;
}
a.link{
color:#999999;
text-decoration:none;
}
a:link:visited{
}
a.link:hover{
color:#999999;
text-decoration:none;
}
a.link:active{
color:#999999;
text-decoration:none;
}


.text_home_head {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.text_home_large {
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

.text_home_small {
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

.text_home_copyright {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.text_regular {
	font-weight: normal;
	font-size: 12px;
}

.text_running {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.text_running_strong {
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.text_centered {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

.text_centered_small {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

.text_PDF {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
}

.text_top_of_page {
	font-weight: normal;
	font-size: 10px;
	text-align: right;
}

.text_header {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.text_subheader {
	font-weight: bold;
	font-size: 12px;
}

.text_subheader_large {
	font-weight: bold;
	font-size: 14px;
}

.text_italics {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

.section_title {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.image_stroke {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
}

.image_home {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	margin-right: 20px;
}

.image_thumbs {
	border: 0;
}

.layout_text {
	position: relative;
	width: 480px;
	float: right;
	left: 20px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}

.layout_photos {
	position: relative;
	float: left;
	width: 272px;
	left: 44px;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	text-align: left;
}

.logo {
	position: relative;
	float: left;
	width: 52px;
	top: -67px;
}


.logo-PT {
	position: relative;
	float: left;
	width: 52px;
	top: -99px;
}

H1 {
}

#container {
	width:970px;
	margin:0 auto;
	text-align: left;
}

#footer {
	position:relative;
	bottom: 25px;
	width:700px; 
	left: 50px;
}

#footer ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	font: 11px arial, verdana, sans-serif; 
}
#footer li {
	float: left; 
}

#footer li a {
	display:block; 
	float: left; 
	color: #CCCCCC;
	margin:0 20px 0 20px; 
	text-decoration:none; 
	white-space:nowrap; 
}

#footer li:hover a {
	color: #999999;
	text-decoration: underline;
}

.footer-index {
	top: -85px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

