﻿html, body 
{
	height: 100%;
}
body 
{
	margin: 0;
	padding: 0;
	font-family:Arial;
	color:White;
}
#container 
{
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
#content 
{
	padding: 10px;
	
}
/*#footer 
{
	position: absolute;
	bottom: 0;
	padding: 10px;
}*/
.MainTable
{
	padding:5px 5px 5px 5px;
	background-color:#052e42;
	border-left: Solid 1px #5fafd0;
	border-right: Solid 1px #5fafd0;
	border-top: Solid 1px #5fafd0;
	border-bottom: Solid 1px #5fafd0;
}

h1
{
	color:#5fafd0;
}
h2
{
	color:#5fafd0;
}
h3
{
	color:#5fafd0;
}
h4
{
	color:#5fafd0;
}

a:link{
	color: #5fafd0;
	text-decoration: none;
}

a:visited{
	color: #5fafd0;
	text-decoration: none;
}

a:hover{
	color: #5fafd0;
	text-decoration: underline;
}

.WizSideBar a:link{
	color: black;
	
}

.WizSideBar a:visited{
	color: black;
	
}

.WizSideBar a:hover{
	color: Black;
	
}
.ArticleViewer
{
	color:White;
	border-left: Solid 1px #5fafd0;
	border-right: Solid 1px #5fafd0;
	border-top: Solid 1px #5fafd0;
	border-bottom: Solid 1px #5fafd0;
}
.ArticleViewer a
{
	color: #5fafd0;
}
.ArticleViewerTitle
{
	font-weight:bolder;
	color:#5fafd0;
}
.BoxedTable
{
	border-left: Solid 1px #5fafd0;
	border-right: Solid 1px #5fafd0;
	border-top: Solid 1px #5fafd0;
	border-bottom: Solid 1px #5fafd0;
}