body {
	background-color: #666666;
}
#table {
	background-position: center;
	width: 760px;
	background-color: #FFFFFF;
}
#t_shadow1 {
	background-image: url(images/rightbanner.jpg);
	height: 125px;
	width: 30px;
	background-repeat: no-repeat;
}
#s_shadow1 {
	background-image: url(images/sideshadow1.jpg);
	width: 30px;
	height: 100%;
}
#c_shadow1 {
	background-image: url(images/cornershadow1.jpg);
	width: 30px;
	height: 30px;
}
#b_shadow {
	background-image: url(images/bottomshadow.jpg);
	height: 30px;
}
#c_shadow2 {
	background-image: url(images/cornershadow2.jpg);
	height: 30px;
	width: 30px;
}
#s_shadow2 {
	background-image: url(images/sideshadow2.jpg);
	width: 30px;
}
#t_shadow2 {
	background-image: url(images/leftbanner.jpg);
	width: 30px;
	height: 125px;
	background-repeat: no-repeat;
}
#maincontent{
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 3px;
	height: 450px;
	width: 100%;
}
#navlist {
	width: 160px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
}
#navlist li {
	margin: 0;
}
#navlist a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-image:  url(images/button.jpg);
	background-repeat: no-repeat;
}
* html #navlist a {
height: 1px;
width: 100%;
}

#navlist a:link, #navlist a:visited {
	color: #eee;
	text-decoration: none;
}
#navlist a:hover, #navlist a:active {
	background-image:  url(images/button_hover.jpg);
	background-repeat: no-repeat;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 3px;
	letter-spacing: 1px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.imgborder {
	border: 1px solid #666666;
	margin-right: 5px;
}
.rightbox {
	height: 229px;
	width: 200px;
	border: 1px solid #666666;
	float: right;
}
.rightbox_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	height: 25px;
	width: 100%;
	text-align: center;
	padding-top: 4px;
}
.rightbox_body {
	font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    padding: 2pt 4pt 2pt 4pt;
    text-align: left;
}
.bottombox {
	width: 100%;
	border: 1px solid #DD0101;
}
.bottombox_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DD0101;
	height: 25px;
	padding-left: 4px;
	padding-top: 4px;
}
.bottombox_body {
	font-family: "Times New Roman", Times, serif;
    font-size: 10pt;
    text-align: left;
}

tr.list_color1 {
   color: black;
   background-color: white;
}

tr.list_color1  td {
   height: 50px;
   padding: 2px 5px 2px 3px;
}

tr.list_color2 {
   color: black;
   background-color: #eeeeee;
}

tr.list_color2  td {
   height: 50px;
   padding: 2px 5px 2px 3px;
}

