html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	background: #EEE url(../image/bg.png) no-repeat center top;	
}
.MenuTitle
{
    font-family: Georgia;
    font-size: 12pt;
    color:#000000;
}
.MenuTitle A
{
    text-decoration:none;
    color:#000000;
}
.MenuTitle A:hover
{
    text-decoration:underline;
    color:#CC0000;
}
.PageTitle
{
    font-family: Verdana;
    font-size: 18pt;
    color:#FFFFFF;
}
.PageText
{
    font-family: Arial;
    font-size: 12pt;
    color: #000000;
    line-height: 25px;
}