/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    background: #333366;
	top: 0px;
	margin-top: 0px;
}
a, a:link, a:visited {
    color: #FFFFFF;
	text-decoration: overline;
}
a:hover {
    color: #6666CC;
	text-decoration: underline;
}

div.content {
	position: relative;
	margin: auto;
	text-align: center;
	width: 600px;
	top: 50px;
	margin-top: 0px;
}

td.footer {
	position: relative;
	text-align: left;
	width: 600px;
	margin-bottom: -10px;
	margin-right: 10px;
	font-size: 60%;
	color: #ccc;
}

td.disclaimer {
	position: relative;
	text-align: center;
	width: 50%;
	margin-bottom: -10px;
	margin-right: 20%;
	margin-left: 20%;
	font-size: 60%;
	color: #ccc;
}

table {
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	width: 600px;
	height: 600px;
	margin-left:auto;
    margin-right:auto; 
}

td.top {
    text-align: right;
    font-size: 80%;
    font-weight: regular;
    color: #999999;
	padding: 5px 5px 5px 5px;
	width: 300px;
	column-span: 2;
}

td.banner {
    text-align: left;
    font-size: 90%;
    font-weight: regular;
    color: #999999;
	padding: 0px 0px 0px 0px;
	width: 300px;
	height: 100px;
}

td.left {
	padding: 5px 10px 5px 10px;
    text-align: right;
    font-size: 90%;
    font-weight: regular;
    color: #999999;
	width: 300px;
		font-size: 80%;
}

td.right {
	padding: 5px 10px 5px 10px;
    text-align: left;
    font-size: 80%;
    font-weight: regular;
    color: #999999;
	width: 300px;
}

td.center {
	padding: 5px 10px 5px 10px;
    text-align: center;
    font-size: 80%;
    font-weight: regular;
    color: #999999;
	width: 600px;
}
