@charset "utf-8";
/* CSS Document */

body,td,th, h1, h2, h3, h4
{
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-align: center;
	
}


.header
{
	margin:0;
		padding: 10px 0 10px 0;
	clear: both;
	line-height: 1.8em;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-size: 0.9em;
	
	
}
.logo
{
	height: 120px;
	width: 120px;
	background-image: url(../images/logo120.gif);
	background-repeat: no-repeat;
	float: left;
	
}
.container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: center;
	border-left-width: thin;
} 

.title{
	font-size:1em;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	padding-bottom: 5px;
	
}
.item
{
	padding: 10px;
	text-align:left;
	position: inherit;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin: 10px;
}

.desc
{
	width:600px;
	left: 512px;
	top: 123px;
	padding: 10px 10px 10px 20px;
	font-size: 1em;
}
.captionL
{
	
	float:center;
	padding: 10px 10px 10px 40px;
	font-size: 1em;
}
.captionR
{
	
	float:right;
	padding: 10px 50px 10px 10px;
	font-size: 1em;
}
.top
{
	
	font-size:0.7em;
	text-align:right;
	
}
.top a{text-decoration: none;}
.top a:hover{text-decoration: underline;}/* footer  */
.footer {
	clear: both;
	text-align: center;
	line-height: 1.8em;
	padding: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	color: #000;
	font-size: 0.8em;
	border:0px;
	bottom:0px;
	margin-top:10px;
}	

.footer a {
	color: #009;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: underline;
}
.images
{
	padding:10px;
	text-align: center;
	
	
}
.imgRight
{
	padding:10px;
	float:right;
	
	
}
.imgLeft
{
	padding:10px;
	float:left;
	
	
}
.alpha{
	list-style-type: lower-alpha;
	list-style-position: outside;
	
}
/*table td{
	text-align: right;
}*/
.toCent{
	text-align:center;
	text-decoration:underline;
	
}
.toLeft{
	text-align:left;

	
}
#auditTable td
{
	text-align:left;
}
