body {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 16px
}

table.layout {
width: 975px;
border-width: 10px;
border-style: solid;
border-color: #c0c0c0;
border-collapse: collapse;
}

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

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

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

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

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

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

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

a:link       		{ color: #c0c0c0; text-decoration: none }
a:active     		{ color: #c0c0c0; text-decoration: none }
a:visited    		{ color: #c0c0c0; text-decoration: none }
a:hover      		{ color: #c0c0c0; 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 }

