@charset "utf-8";
/* CSS Document */

html {
 min-height: 100%;
 margin-bottom: 1px;
}


body { 
	background-color: #ffffff;
	font: normal 11px arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
	}
	


table.table1{
	clear: both;
	width: 100%;
	padding: 10px;
	font: normal 11px arial, sans-serif;
	margin: 0px;
	border-collapse: collapse; 
	text-align: center;
	color: #ffffff;
}


.table1 tr.dark td{
	background-color: #333333;
	height: 24px;
	border-bottom: 1px solid #666666;
}
.table1 tr.light td{
	background-color: #454545;
	height: 24px;
	border-bottom: 1px solid #666666;
}
.table1 th {
	padding: 6px 0;
	margin: 0px;
	border-bottom: 1px solid #666666;
	background-color: #2d8dd9;
	color: #ffffff;
}

	
#wrapper {
	width: 770px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #666666;
	}

#content {
	width: 750px;
	background-color: #000000;
	color: #ffffff;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #666666;
	line-height: 1.5em;
	}

#footer {
	width: 750px;
	background-color: #000000;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #666666;
	}
	
a:link, a:visited {
	color: #2d8dd9;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #7acbec;
	text-decoration: underline;
}

h1 {
	font: 20px normal arial, sans-serif;
	margin: 5px 0px 0px;
	color: #ffffff;

}
h2 {
	font-size: 13px;
	color: #2d8dd9;
	font-weight: bold;
}

h4 {
	float:left;
	display: inline;
	margin: 15px 0px 0px 0px;
	padding: 8px 25px 0px 15px;
	background-color: #cccccc;
	font: bold 11px arial, helvetica, sans-serif; 
	height: 27px;
	color: #000000;
	background-image: url(/img/new/content/table_caption1.gif);
	background-position: top right;
	background-repeat: no-repeat;
}



#content ul li {
	list-style-image: url(/img/bullet.gif);
	list-style-type: circle;
}

.table1 tr.dark td{
	color:#000;
	background-color: #c8c8c8;
	height: 22px;
	border-bottom: 1px solid #fff;
}
.table1 tr.light td {
	color:#000;
	background-color: #dedede;
	height: 22px;
	border-bottom: 1px solid #fff;
}
