.standard
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		color: #999999;
		background-color: #FFFFFF;
	}
.linktitle
	{
		font-family: Arial, Sans-Serif;
		font-size: 34px;
		color: #999999;
		font-weight: bolder;
		text-decoration: none;
		background-color: #FFFFFF;
	}
.small
	{
		font-family: Arial, Sans-Serif;
		font-size: 10px;
		color: #FFFFFF;
	}
.bold
	{
		font-family: Arial, Sans-Serif;
		font-size: 100%;
		color: #999999;
		font-weight: bolder;
		background-color: #FFFFFF;
	}
.black
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		color: #000000;
		background-color: #FFFFFF;
	}
.table
	{
		margin-right: auto;
		margin-left: auto;
	}
.t1
	{
		font-weight: bolder;
		color: #000;
	}
.link
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		color: #000000;
		text-decoration: none;
		letter-spacing: 0px;
	}
.links
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		text-decoration: none;
		color: #999999;
		letter-spacing: 0px;
	}
.linksmall
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		font-weight: bolder;
		color: #999999;
		text-decoration: none;
		letter-spacing: 0px;
	}
.submenu
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #999999;		
		text-decoration: none;
	}
.activesubmenu
	{
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		font-weight: bold;
		color: #cc0000;
		text-decoration: none;
	}
.text
	{
		line-height: 20px;
		text-align: left;
	}
.intro
	{
		font-family: Arial, Sans-Serif;
		font-weight: bolder;
		letter-spacing: 4px;
		font-size: 200%;
		color: #636363;
	}
.menu
	{
		font-family: Arial, Sans-Serif;
		font-size: 16px;
		font-weight: bold;
		color: #999999;		
		text-decoration: none;
		padding-left: 78px;
		padding-right: 1px;
	}
.activemenu
	{
		font-family: Arial, Sans-Serif;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
		border-bottom: 1px solid;
		text-decoration: none;
		padding-left: 78px;
		padding-right: 1px;
	}
a:hover
	{
		color: #000000;
		text-decoration: underline;
	}
.content
	{
		width: 810px;
		height: 555px;
		border-color: #FF0000;
		padding-top: 0px;
		font-family: Arial, Sans-Serif;
		font-size: 12px;
		color: #999999;
		text-align: left;
		vertical-alignment: top;
	}
	
/* vertical centering */
body, html {height: 98%;}
#outer
	{
		display: table; 
		height: 98%; 
		width: 100%;  
		#position: relative; 
		overflow: hidden;
	}
#middle
	{
		#position: absolute; 
		width: 100%; 
		#top: 50%; 
		display: table-cell; 
		vertical-align: middle;
	}
#inner
	{
		#position: relative;  
		#top: -50%;
	}
#inner_blank
	{
		#position: relative;  
		#top: -50%;
	}
