html,body		{ height: 100%; }
html			{ background-color: white; overflow: -moz-scrollbars-vertical; overflow-y: scroll; overflow-x: auto; }
body			{ margin: 0px auto; padding: 0px; width: 750px; font-family: arial; }
table			{ border-collapse: collapse; margin: 0px; padding: 0px; }
td				{ white-space: nowrap; text-align: center; margin: 0px; padding: 0px; }
.header			{ height: 130px; width: 100%; }
.footer			{ font-size: .8em; width: 100%; background-color: #69bb59; font-weight: bold; }
.top_div		{ width: 100%; min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -3.7em; }
.menu			{ width: 100%; background-color: #69bb59; font-weight: bold; font-size: .9em; }
.user_line		{ width: 100%; font-weight: bold; font-size: .9em; }
.messages		{ width: 100%; }
.main			{ width: 100%; }
a:link.special		{text-decoration: none; color: blue;}
a:visited.special	{text-decoration: none; color: blue;}
a:hover.special		{text-decoration: none; color: blue;}
a:active.special	{text-decoration: none; color: blue;}

