﻿.body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #303030;
	color: #a4b7c5;
}
img{
	border: none;
	vertical-align: middle;
}
a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}
a:Hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}
.ClearDiv{
	width: 1px;
	height: 1px;
	clear: both;
}
.WhiteLink{
	color: #CCCCCC;
	text-decoration: none;
}
.WhiteLink:Hover{
	color: #FFFFFF;
	text-decoration: none;
}
.Block{
	margin-bottom: 10px;
	color: #a4b7c5;
}
.BlockHeader{
	border-bottom: solid 1px #CCCCCC;
	color: #CCCCCC;
	font-weight: bold;
	padding: 5px;
}
.BlockContent{
	padding: 5px;
	color: #666666;
	line-height: 130%;
	font-size: 11px;
	text-align: justify;
}
.BlockLine{
	padding: 3px;
}
.BlockHint{
	color: #a4b7c5;
}
.PageHeader{
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
.PageContent{
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
	padding-bottom: 15px;
	color: #454545;
	line-height: 130%;
	margin-bottom: 10px;
}
.PageContent img{
	margin: 5px;
	border: solid 1px #CCCCCC;
}
.TagLine{
	padding-bottom: 5px;
	color: #454545;
}
.TextBox
{
    color: #333333;
    padding: 1px;
}
.LeftColumn
{
	vertical-align: top;
	text-align: right;
	padding: 5px;
	width: 250px;
}
.RightColumn
{
	padding: 5px;
	vertical-align: top;
	text-align: left;
}