body	{background-color: white; 
		color: black;
		font-size: small; 
		font-family: verdana, arial, san serif;
		margin: 0px; }
td				{font-family: verdana, arial, san serif; }
th				{font-family: verdana, arial, san serif; }

a:active		{color: red; text-decoration: none; }
a:hover			{color: red; text-decoration: underline; }
h1				{color: green; }
h2				{color: navy; }
h3				{color: teal; }
h4				{color: darkblue; }
.s0text			{font-size: xx-small; }
.s1text			{font-size: x-small; }
.s2text			{font-size: small; }
.s3text			{font-size: medium; }
.s4text			{font-size: large ; }
.s5text			{font-size: x-large; }
.s6text			{font-size: xx-large; }
.white-text		{color: white; }
.red-text		{color: red; }
.blue-text		{color: blue; }
.norm-text  	{font-size: small; }
.fixed-text		{font-family: 'Andale Mono', 'courier new', 'courier', 'monospace';
	font-size: small }

.menu-text		{font-size: 10;
	color: white;}

.copyrite			{
	font-size: 10;
	color: white:
}

table.full-width {
	width: 100%;
}

table.content-pane	{
	width : 95%;
	border : none;
}

.main-margins	{
	text-align: left;
	margin : 20px 20px 20px 20px;
}

.menu-margins	{margin-left: 7px;
	margin-right: 7px;
	margin-top: 15px; }

.indent			{text-indent: 1em; }

a.menuitem		{color: white;
	font-size: 12;
	text-decoration: underline; }

td.borders		{font-size: 12; 
	vertical-align : middle;
	width : 100%;
	font-weight : bold;
	padding : 4px; }

div.memberform		{
	border-style: dashed;
	border-width: medium;
	border-color: black;
	padding: 10px;
	font-family: courier, monospace;
	font-size: small;
}

p.right-float	{
	float: right; 
	width: 180px;
	margin: 5px;
	color: black;
	font-family: arial, ms sans serif, helvetica;
	font-size: x-small; 
	text-decoration: bold;
	border: medium black solid; 
	padding: 10px;
}

p.clearright {
	clear: right;
}

table.content-top-menu	{
	font-size: 12;
	color: white;
	line-height: 150%;
	background-color: #C8C8C8;
	border-style: solid;
	border-color: #4682B4;
	border-bottom-width: 0;
	border-top-width: thin;
	border-right-width: 0;
	border-left-width: 0;
}

