body {
	background-color: #7A7A7A;
	font-family : times, serif;
	text-align:center;
	margin:0 auto;
}
.DivTop {
    align: center;
    width:989px;   
}
.TableNav {
    width:989px;
    height:129px;
    background-image: url('/img/main/header.jpg');
    background-color: #FFFFFF;
}
.TableMain {
    margin-left:auto; 
    margin-right:auto;
    background-image: url('/img/main/bar.jpg');
    background-color: #FFFFFF;
    width:989px;
    height:500px;
}
.DivNav {
    align: center;
    width:989px;
    background-image: url('/img/main/header.jpg');
}

h1 {
	vertical-align:top;
	font-family : georgia, times, serif;
	font-size:18pt;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
td {
	font-family : georgia, times, serif;
	font-size:10pt;
	line-height:24px;
	color: #666666;
}
a, a:ACTIVE, a:LINK, a:VISITED {
	color : #666666;
	font-weight : normal;
	text-decoration : underline;
}
a:HOVER {
	color : #333333;
	font-weight : normal;
	text-decoration : underline;
}
.TextNav, .TextNav:ACTIVE, .TextNav:LINK, .TextNav:VISITED {
	color : #666666;
	font-weight : normal;
	text-decoration : none;
}
.TextNav:HOVER {
	color : #333333;
	font-weight : normal;
	text-decoration : underline;
}
.TextFooter, .TextFooter:active, .TextFooter:link, .TextFooter:visited {
	font : 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.TextFooter:hover {
	color: #FFFFFF;
	text-decoration: underline;
}