.body { background-color: #7799c8; }
.main { font-family: arial; font-style: normal; font-size: 11px; }
.emp { font-family: arial; font-weight: bolder; font-style: italic; font-size: 12px; }
.paper { font-family: times; font-size: 12px; }
.sub { font-family: arial; font-weight: bolder; font-style: italic; font-size: 9px; }
.cl { font-family: arial; font-weight: normal; font-style: italic; font-size: 10px; }
.h1 { font-family: arial; font-weight: bolder; font-size: 24px; }
.h2 { font-family: arial; font-weight: bolder; font-style: italic; font-size: 20px; }
A:link { color: #c62124; text-decoration: underline }
A:visited { color: #c62124; text-decoration: underline }
A:active { color: #c62124; text-decoration: none }
A:hover { color: blue; text-decoration: underline; }

#midcol 
	{
		background: #EAEAEA;
		margin-left: 180px;
		margin-right: 180px;
		text-align: left;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}

#leftcol	
	{
		position: absolute;
		background: #EAEAEA;
		top: 5px;
		left: 5px;
		width: 175px;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}
	
#rightcol 
	{
		background: #EAEAEA;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 175px;
		float: right;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}	

#topbar
	{
		background: #EAEAEA;
		margin-left: 180px;
		margin-right: 180px;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 35px;
		text-align: left;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}
