body	{
		background-color: #FFFFFF;
		color: #000000;
		font: 1em Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-align: center;
		text-transform: none;
		word-spacing: normal;
		letter-spacing: normal;
		white-space: normal;
		vertical-align: top;
		margin-top: 0em;
		margin-left: 0em;
		margin-right: 0em;
		margin-bottom: 1em;
		}
		
a		{
		color: #990000;
		}

.top	{
		background-color: #990000;
		}
		
.middle	{
		background-color: #ffffff;
		text-align: center;
		}
		
.bottom	{
		background-color: #ffffff;
		}
		
.contentblock	{
		width: 700px;
		text-align: left;
		margin: auto;
		}
		
.header	{
		background: url('../images/menu_bg-up.gif');
		width: 100%;
		height: 98px; 
		text-align: center;
		position: relative;
		}
		
.menu	{
		width: 100%;
		text-align: center;
		}

.navigation	{
		clear: both; 
		text-align: center;
		}
		
.navigation_item	{
		width: 118px;
		}

.bottom_line	{
		width: 100%; 
		height: 128px; 
		background: url('../images/gray_dots.png');
		}

.address	{
		width: 100%;
		text-align: center;
		font-size: 0.7em;
		}
		
.main	{
		background-color: #ffffff;
		text-align: center;
		}
		
h1		{
		color: #990000;
		text-align: center;
		}

h2		{
		color: #990000;
		text-align: center;
		}

h3		{
		color: #990000;
		}

.thintable {
		border: 0px;
		border-collapse: collapse;
		width: 100%;
		}

.thintable td	{
		vertical-align: top;
		padding: 15px;
		}
.red {
	color: #990000;
	font-weight: bold;
}

