body 
{
	background-color: white;
	font-family: Arial;
	color: #708090;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
h1
{
	font-family: Georgia;
	font-weight: bold;
	font-size: 32px;
	color:black;
	border-bottom-color: #708090;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:5px 15px;
	margin:0px
}
h1 a
{
	font-family: Georgia;
	font-weight: bold;
	font-size: 32px;
	color:black;
	border-bottom-color: #708090;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding:5px 0px;
	margin:0px
}
h1 a:hover
{
	font-family: Georgia;
	font-weight: bold;
	font-size: 32px;
	color:black;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	text-decoration: none;
	padding:5px 0px;
	margin:0px
}
h2
{
	font-family: Georgia;
	font-weight: bold;
	font-size: 18px;
	color: black;
	border-bottom-color: silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 5px 15px;
	margin:0px;
}
h3
{
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	color: black;
	border-bottom-color: silver;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 5px 15px;
	margin: 0px;
}
h4
{
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
	color: #708090;
	border-bottom-color: #A9A9A9;
	border-bottom-style: none;
	padding: 5px 15px;
	margin: 0px;
}
a
{
	color: red;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
p, pre
{
	padding: 5px 15px;
	margin:0px;
}
img 
{
	margin: 0px;
	padding: 0px;
	background:transparent;
}
.SmallImage img
{
	margin: 10px;
	padding: 10px;
	border: 1px solid Silver;
	background: White;
	max-width: 250px;
	max-height: 150px;
}
.MediumImage img
{
    margin: 10px;
	padding: 10px;
	border: 1px solid Silver;
	background: White;
	max-width: 350px;
	max-height: 300px;
}
.LargeImage img
{
    margin: 10px;
	padding: 10px;
	border: 1px solid Silver;
	background: White;
	max-width: 500px;
	max-height: 500px;
}

table
{
	padding: 5px 10px;
	margin:0px;
}
.ClearLeft
{
	clear:left;
}
