@charset "UTF-8";
/* CSS Document */

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	height: 100%;
}

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link { color: #BFBEAE; text-decoration: none; }
a:visited { text-decoration: none; color: #C1C0B9; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.smallie { font-size: 10px; color: #89877B; }
.largie { font-size: 14px; }
.largieLight { font-size: 14px; color: #89877B; }

#main
{
	width: 500px;
	height: 150px;
	overflow: visible;
	
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	right: 50%;
	
	margin-top: -75px;
	margin-left: -250px;
	
	text-align: center;
}

