@charset "utf-8";
/* CSS Document */

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#EFEFEF;
	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:center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
.container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left /* this overrides the text-align: center on the body element. */
} 
.moredetails {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#efefef;
	padding:5px;
	margin: 10px;
	border:1px solid #cccccc;
}
.moredetailsyw {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color:#ffffcc;
	padding:5px;
	margin:10px;
	border:1px solid #CCCCCC;
}
.moredetailsheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffcc;
	background-color:#ffc300;
	padding:3px;
	border:1px solid #999999;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#333333;
}
.img_border2 {
	border:#999999 1px solid;
	padding:8px;
}
.tablehead {
	color: #ffffcc;
	font-weight: bold;
	background-color:#ffc300;
	text-align:center;
}
.stylebold {
	font-weight:bold;
	font-size:11px;
}
a:link {
	color: #006699;
}
a:visited {
	color:#6699CC;
}
a:hover {
	color: #FFC300;
}
.copyright {
	font-size: 10px;
	color: #666666;
}
.BlackBanner {
	background-color:#000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.footer { 
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#efefef;
	color:#666666;
	text-decoration:none;
	font-size: 10px; 
} 
.footer a:link{
	text-decoration:none;
	color: #666666;	
}
.footer a:visited{
	text-decoration:none;
	color: #666666;	
}
.footer a:hover{
	text-decoration:underline;
	color: #666666;	
}
.footerdots {
	color:#efefef;
}

