/***** MAIN TAGS *****/
* {
	font-family: Arial, Helvetica, sans-serif;
}

html { height: 100%; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	color: #000000;
	font-size: 12px;
	background-color: #000000;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	font-size: 16px;
	font-weight: bold;
}

#news_body p{
    margin-bottom:10px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

p.TextAlignCenter { text-align: center; }

p.TextAlignRight { text-align: right; }

a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	color: #990000;
	text-decoration: none;
}

a:hover { color: #353535; }

img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	position: relative;
}

img.DisplayBlock { display: block; }

img.FloatLeft { float: left; display: inline; }

img.FloatRight { float: right; display: inline; }

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

input, textarea, select, option { margin: 0px 0px 0px 0px; font-size: 12px; }

.ColorWhite { color: #FFFFFF; }
a:hover.ColorWhite { color: #CCCCCC; }
.ColorLightGrey { color: #9a9a9a; }
a:hover.ColorLightGrey { color: #353535; }
.ColorDarkGrey { color: #666666; }
.ColorBrightRed { color: #ad0101; }
a:hover.ColorBrightRed { color: #9a9a9a; }
.ColorRed { color: #990000; }
a:hover.ColorRed { color: #000000; }
.ColorBlack { color: #000000; }
a:hover.ColorBlack { color: #990000; }

.FooterLinkLightGrey { color: #DCDCDC; }
a:hover.FooterLinkLightGrey { color: #FFFFFF; }
.FooterLinkGold { color: #3A3A38; }
a:hover.FooterLinkGold { color: #990000; }

.BgColorWhite { background: #FFFFFF; }
.BgColorRed { background: #990000; }
.BgColorLightGrey { background: #EBEBEB; }
.BgColorMediumGrey { background: #CCCCCC; }
.BgColorDarkGrey { background: #353535; }
.BgColorLeftColumn { background: #CCCCCC; }
.BgColorRightColumn { background: #242424; }

.FontSize11px { font-size: 11px; }
.FontSize13px { font-size: 13px; }
.FontSize15px { font-size: 15px; }
.FontSize16px { font-size: 16px; }
.FontSize18px { font-size: 18px; }
.FontSize20px { font-size: 20px; }
.FontSize26px { font-size: 26px; }
.FontWeightBold { font-weight: bold; }

.ItemCentered { margin: 0px auto 0px auto; }

/*.IePngFix { behavior: url(http://www.showbizcafe.com/public/js/iepngfix.htc); }*/

.Padding5px { padding: 5px; }

.ShadowTextTopLayer { font-size: 26px; font-weight: bold; color: #FFFFFF; position: absolute; left: 10px; top: 7px; }
.ShadowTextBottomLayer { font-size: 26px; font-weight: bold; color: #111111; position: absolute; left: 12px; top: 9px; }

.ShadowTextArticlesTopLayer { font-size: 32px; font-weight: bold; color: #FFFFFF; position: absolute; left: 10px; bottom: 7px; }
.ShadowTextArticlesBottomLayer { font-size: 32px; font-weight: bold; color: #111111; position: absolute; left: 12px; bottom: 5px; }

.ShadowTextSmallTopLayer { font-size: 18px; font-weight: bold; color: #FFFFFF; position: absolute; left: 10px; bottom: 7px; }
.ShadowTextSmallBottomLayer { font-size: 18px; font-weight: bold; color: #111111; position: absolute; left: 12px; bottom: 5px; }
/***** MAIN TAGS *****/


/***** MAIN DIVS *****/
div.SiteContainer {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	border: none;
	width: 1034px;
	height: auto;
	position: relative;
	overflow: hidden;
}

div.HeaderContainer {
	margin: 0px 17px 0px 17px;
	padding: 5px 5px 5px 5px;
	border: none;
	width: 990px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}

div.ContentContainer {
	margin: 0px 17px 0px 17px;
	padding: 0px 5px 0px 5px;
	border: none;
	width: 990px;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}

div.FooterContainer {
	margin: 0px 17px 0px 17px;
	padding: 5px 5px 20px 5px;
	border: none;
	width: 990px;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
}
/***** MAIN DIVS *****/


/***** SPACERS *****/
div.HorizontalSpacer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	width: auto;
	height: auto;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

div.HorizontalSpacerClearBoth { clear: both; }

div.HorizontalSpacerHeight1px { height: 1px; }
div.HorizontalSpacerHeight2px { height: 2px; }
div.HorizontalSpacerHeight3px { height: 3px; }
div.HorizontalSpacerHeight5px { height: 5px; }
div.HorizontalSpacerHeight10px { height: 10px; }
div.HorizontalSpacerHeight20px { height: 20px; }
/***** SPACERS *****/

