@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0px 0px 1px 0px;
height: 100%;
}

.table{
width:772;
height:100%;
color:#000000;
table-layout: fixed;
text-align:center;
background-color: #ffffff;
}
.tdtop{
width:772px;
height:175px;
color:#000000;
font-size:11px;
background-color: #ffffff;
}
.tdimg{
width:772px;
height:200px;
color:#000000;
font-size:11px;
background-color: #ffffff;
}
.tdnav{
width:772px;
height:50px;
color:#333333;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
vertical-align:middle;
text-align:center;
letter-spacing:-0.2px;
background-color: #ffffff;
}
.tdfill{
width:772px;
height:65px;
color:#000000;
font-size:11px;
background-color: #ffffff;
}
.tdbody{
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-color: #ffffff;
}
.tdbottom{
width:772px;
color:#000000;
font-size:11px;
background-color: #ffffff;
}
h1{
font-size:16px;
color:#333333;
font-weight:bold;
line-height:2em;
}
h2{
font-size:12px;
color:#333333;
font-weight:normal;
line-height:1.5em;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}