﻿body 
{
	background-color:#444444;
}

.content
{
	font-family:Verdana;
	font-size:small;
	color:White;
	padding:18px;
	background-color:#000000;
	min-height:200px;
}

.frame
{
	padding:0;
	border:0;
	width:700px;
	height:300px;
	margin-top:120px;
	text-align:left;
	min-height:200px;
}

.PageHeader
{
	font-size:medium;
	font-weight:bold;
	padding-bottom:8px;
}

.SubHeader
{
	font-weight:bold;
	padding-bottom:4px;
}

.PageContent
{
	padding-bottom:12px;
}

.Source
{
	font-style:italic;
}

a
{
	color:White;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
