html {
}

body {
	font: 12px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000000 repeat;
}

table,td,tr,th,p,div {
	font: 12px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}

th {
	color: #FFFFFF;
	background: #666666;
	font-weight: bold;
}

#cautionbar {
	background: url(images/icons/caution_bar.png) repeat-x;
	height: 25px;
}

h4 {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h6 {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

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

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

.header {
	height: 123px;
	color: #ffffff;
}

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

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

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

#container-NO_FLASH {
	text-align: center;
	width: 100%;
	margin: 0;
	border-top: 2px solid #ffffff;
	padding: 0;
	height: 100%;
}
#headerGlow {
	position: absolute;
	background: url(images/headerGlow.png) repeat-x;
	margin: 0;
	padding: 0;
	display: block;
	height: 23px;
	width: 100%;
	left: 0;
	line-height: 23px;
	top: 0;
}

.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;
}