﻿body 
{
	width: 100%;
	background-color: Black;
	
}

#SiteWrapper
{
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	text-align: center;
	font-family:Sans-Serif;
    font-size:10pt;
    font-style:normal;
}

.PageIcon
{
	float: left;
	margin: 0px 21px 0px 0px;
}

.PageTitle
{
	color: #dedede;
		margin: 21px 0px 11px 0px;
		font-family: Sans-Serif;
		font-size: 23px;
		font-weight: bold;
		color: Red;
}

.PageSubTitle
{
			color: #dedede;

margin: 0px 0px 11px 0px;
		font-family: Sans-Serif;
		font-size: 15px;
		font-weight: bold;
}

.PageText
{
		color: #dedede;
text-decoration: none;
		margin: 0px 0px 7px 0px;
		font-family: Sans-Serif;
		font-size: 15px;
		font-weight: normal;
}

.PageText a
{
		font-weight: bold;
		color: Orange;
}