/* GENERAL STYLES */

* {
margin:0px;
/*padding:0px;*/
}

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	background-color: #B4B4B4;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: normal;
	border: none;
}

/* TEXT STYLES */

p{font: 10px Verdana, Arial, Helvetica, sans-serif;}
h1 {font: 18px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
a:link {color:#666666; text-decoration:underline; font-weight:normal;}
a:visited{color:#666666; text-decoration:underline; font-weight:normal;}
a:hover{color:#000000; text-decoration:underline; font-weight:normal;}
a:active{color:#666666;text-decoration:underline; font-weight:normal;}
.tiny {font-size:9px;}
.boldtext {font-weight:bold;}
.lefttext {text-align:left;}


/* CONTAINERS */

#supercontainer {
	width:599px;
	margin:0px auto;
	text-align:left;
}

#topcontainer {
	width:599px;
	height:51px;
	margin:0px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	background-image:url(../images/containertop.gif);
	background-repeat:no-repeat;
	background-position:right top;
}

#bottomcontainer {
	width:584px;
	margin:0px 0px 0px 0px;
	padding:2px 13px 40px 0px;
	background-image:url(../images/containerbottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	text-align:center;
}

.table1 {
	width:587px;
}

.divhr {
	margin:0px 8px 0px 9px;
	border-top-style:solid;
	border-top-color:#666666;
	border-top-width:1px;
}

#centercontainera {
	text-align:left;
	padding:10px 20px 0px 170px;
}

#centercontainerb {
	text-align:left;
	margin:10px 20px 0px 60px;
}

ul {
	text-align:left;
	list-style:none;
}

ul li{
	background-image:url(../images/listbullet.gif);
	background-position: 0px 12px;
	background-repeat: no-repeat;
	padding:10px 0px 0px 15px;
}

