body 
{
	font-size: 10pt;
	font-family: Arial;
	color: #696969;
	margin: 0px;
    padding: 0px;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #696969;}

.SiteHeader
{
	font-size: 20pt;
	color: #696969;
	font-family: Arial;
	vertical-align:top;
}

.SiteLink
{
	font-size: 10pt;
	font-family: Arial;
	color: #696969;
}
.View
{
    width:600px;
    height:300px;
    margin-top:120px;
    margin-left:auto;
    margin-right:auto;
}
.SiteTable
{
	width:100%;
	height: 300px;
}
.SiteTable #td
{	
	vertical-align:top;
}
.FrontImage
{
	background-image: url('../../Images/Landing.jpg');
    background-repeat:no-repeat;
}
