a:link { color: 333333 }
a:visited { color: 333333 }
a:active { color: 333333 }
a { text-decoration: none }
a:hover { text-decoration: underline }

body {
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg_stripe.gif);
	background-repeat: repeat;

}

div.container {
	width:98%;
	margin: 1%;
}

table#table1 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height: 650px;
	background-color: #FFFFFF;
	margin-top: 25px;
}

tr,td {text-align:left;}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	padding: 0px;
	text-align: right;
	width: 800px;
	margin-top: 3px;

}
#table2 {

	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 5px;
	line-height: 12pt;
	color: #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 16pt;
	margin: 0px 0px 10px 5px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
input,select,textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #666666;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}
.maincell {
	padding-top: 10px;
	padding-left: 5px;


}
.bgdot {
	background-image: url(images/bg_dot.gif);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-position: center center;

}

