* {
		font-family:tahoma,verdana,sans-serif;
        font-size:16px;
}

body {
		background-color:#CCCCCC;


}

div.body {
        width:100%;

}

table.page {
        background-color:#FFFFF3;
        width:760px;
        min-height:600px;
        padding:16px;
        border-width:1px;
        border-style:solid;
        border-color:#000000;
        margin-left:auto;
        margin-right:auto;

}

td.logo {
        width:200px;
        height:200px;


}

td.header {
		font-size:40px;
        text-align:center;

}

td.menu {
		text-align:left;
        vertical-align:top;
        line-height:200%;

}

td.content {
		text-align:left;
        vertical-align:top;
        padding-right:32px;
}

td.footer {
		height:60px;
		text-align:center;
        vertical-align:bottom;
}


li.menu {

}



a {
		color:#000088;
}

a.menu {
		font-weight:bold;
        text-decoration:none;
}



a:hover {  color:#0000FF;  }
a:focus {  color:#0000FF;  }

*.footer {
		font-size:12px;
}

h1 {
		font-size:20px;
        font-weight:bold;
}

img {
        border-width:0px;
        border-style:none;