body {
margin: 0;
padding: 0;
background-color: #eeeeee;
font-family: Arial;
font-size: 16px
}

table.layout {
margin-left: auto;
margin-right: auto;
width: 975px;
border-width: 8px;
border-style: solid;
border-color: #cccccc;
border-collapse: collapse;
background-color: #ffffff

}

td.layout {
vertical-align: top;
border-width: 8px;
padding: 10px;
border-style: solid;
border-color: #cccccc;
}

table.pinstripe {
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #cccccc;
border-collapse: collapse;
}

td.pinstripe {
vertical-align: top;
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: #cccccc;
}

th.pinstripe {
vertical-align: top;
border-width: 1px;
padding: 10px;
border-style: solid;
border-color: #cccccc;
background-color: #cccccc
}

table.invisible {
width: 100%;
border-width: 0px;
border-style: solid;
border-color: #cccccc;
border-collapse: collapse;
}

td.invisible {
border-width: 0px;
padding: 10px;
border-style: solid;
border-color: #cccccc;
}

td.menu {
width: 170px;
height: 1000px;
padding: 10px;
vertical-align:top;
background-color: #880022
}

a:link       		{ color: #dddddd; text-decoration: none }
a:active     		{ color: #dddddd; text-decoration: none }
a:visited    		{ color: #dddddd; text-decoration: none }
a:hover      		{ color: #dddddd; text-decoration: underline }
a.burgundy:link 	{ color: #8b002b; text-decoration: none }
a.burgundy:active 	{ color: #8b002b; text-decoration: none }
a.burgundy:visited 	{ color: #8b002b; text-decoration: none }
a.burgundy:hover 	{ color: #8b002b; text-decoration: underline }


