body {
	margin: 0;
	background-color: #ffffff;
}
a, a:visited, a:active {
	color: #e00e1e;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
h1 {
	color: #000;
	font-style: normal;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	color: #ED3024;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0 0 8px 0;
}
img {
	border: 0;
}
li {
	list-style-type: square;
}
td {
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
td.contentContainer {
	background-color: #FFFFFF;
	color: #000;
}

td.Header {
	background: url(/_PROJECT/_Block/Frame/Header_Sync.gif) repeat-x;
	color: #FFF;
}
td.Footer {
	background: url(/_PROJECT/_Block/Frame/Footer_Sync.gif) repeat-x;
	color: #FFF;
	font-size: 11px;
}
td.Footer a, td.Footer a:active, td.Footer a:visited {
	color: #FFF;
	text-decoration: none;
}
td.Footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
td.TopLink {
	color: #FFF;
}
td.TopLink a, td.TopLink a:active, td.TopLink a:visited {
	color: #FFF;
	text-decoration: none;
}
td.TopLink a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* COMINGSOON */
table.ComingSoonFrame {
	border: 5px solid black;
}
td.ComingSoonContent {
	background: #0060B6;
	padding: 5px 40px 5px 40px;
}
td.ComingSoonFrame {
	background: #fff;
}

/* SPLASH */
body.Splash {
	background: black;
	text-align: center;
	vertical-align: middle;
}
body.Splash table.Splash {
	border: 0;
	width: 100%;
	height: 100%;
}
table.Splash td {
	text-align: center;
}
body.Splash a {
	color: Gray;
	font-size: 11px;
	text-decoration: underline;
}

/* SHARETHISPAGE */
body.ShareThisPage {
	background: #ED3024;
	text-align: center;
	vertical-align: middle;
}
body.ShareThisPage table.ShareThisPage {
	border: 0;
	width: 100%;
	height: 100%;
}
table.ShareThisPage td {
	text-align: center;
}
body.ShareThisPage a {
	color: Gray;
	font-size: 11px;
	text-decoration: underline;
}

/* No Frame */
body.NoFrame {
	background: #ED3024;
	margin: 0;
	padding: 0;
}

/* FORM */
.z-iError {
	color: #900;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.z-iText {
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.z-iCombo {
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.z-iLabel {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.z-iStatic {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.z-iRequired {
	color: #900;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.z-iButton {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/* PRINT */
@media print {
	div.Print {
		display: none;
	}
	td.topContainer {
		display: none;
	}
	td.bottomContainer {
		display: none;
	}
	td.textFooterContainer {
		display: none;
	}
	td.leftTrack {
		display: none;
	}
	td.rightTrack {
		display: none;
	}
	td.subnavContainer {
		display: none;
	}
	td.sponsorLine {
		display: none;
	}
	.noPrint {
		display: none;
	}
	td.leftContainer {
		display: none;
	}
	td.rightContainer {
		padding-left: 35px;
		width: 100%;
	}
}
