html {
}

body {
	text-align:left;
	direction:ltr;
	margin:0;
	padding: 0;
	font: 80% Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #79B40A url(images/background.png) repeat-x;
}

.swfBorder {
	border: 1px solid #426305;
}

table,td,tr,th,p,div {
	font: 1em/1.25em Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:link, a:active, a:visited {
	color: #004F96;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

#container {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
}

#content {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
	height: 100%;
}

.copyright {
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}

.footer {
	height: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.tableBorders {
	border: 1px solid #000000;
}

.ruleLeft {
	border-left: 1px solid #666666;
}

.ruleRight {
	border-right: 1px solid #666666;
}

.ruleRightLeft {
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

.ruleRightBottom {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ruleTop {
	border-top: 1px solid #666666;
}

.ruleBottom {
	border-bottom: 1px solid #666666;
}

.ruleTopRight {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

.ruleBottomRight {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
}