/* CSS Document */

body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:small;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

.Header
{
width:990px;
height:140px;
padding-bottom:20px;
margin:0px auto;
text-align: center;
font-size:x-large;
}
.Content
{
width:990px;
margin:0px auto;
text-align:center;
}
.Footer
{
width:990px;
height:50px;
margin:0px auto;
}
.Images
{
}