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;
}
.HeadBox
{
    display: block;
    background-color: rgba(0,0,0,0.4);
    height: 120px;
    width: 420px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 2px 10px 2px 10px;
}
.HeadBoxFont1
{
    font-family: Sans-Serif;
    font-size: 2em;
    color: #fff;    
    text-shadow: 2px 2px #333333;
    padding: 6px 6px 0px 0px;
}
.HeadBoxFont2
{
    font-family: Verdana;
    font-size: 1.0em;
    color: #00FFCC;
    text-shadow: 1px 1px #000000;
    vertical-align: text-top;
    line-height: 1.2em;
    font-weight: normal;
    padding: 4px 6px 0px 0px;
    white-space: normal;
}
.HeadBoxFont3
{
    font-family: Verdana;
    font-size: 1.0em;
    color: #CCFF33;
    font-weight: normal;
    text-shadow: 1px 1px #000000;
    vertical-align: text-top;
    line-height: 1.2em;
    padding: 4px 6px 0px 0px;
}

.Ftr ul
{
    list-style-type: none;
    margin: 0px 5%;
    width: 90%;
    padding: 10px;
}

.Ftr ul li
{
    display: inline-block;
    margin: 5px 5px;
    padding: 10px;
}

.Ftr ul li a
{
    display: inline-block;    
}