
body, html
{
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		
		background-image: url(../images/bg-high.jpg);
		background-repeat: repeat;

		font-family: Verdana;
		font-size: 11px;
		
		text-align:center;
}

a:link
{
		color: #000000;
}

a:visited
{
		color: #000000;
}

a:active
{
		color: #000000;
}

a:hover
{
		color: #666666;
}

table.main
{
		font-family: Verdana;
		font-size: 12px;
		font-weight: bold;
}

table.content
{
		font-family: Verdana;
		font-size: 11px;
		font-weight: normal;
}

.darkgrey
{
	color: #40444f;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

h1
{
	color: #40444f;
	font-family: Verdana;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0px;
}

h2
{
	color: #000000;
	font-family: Verdana;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 4px;
	margin-top: 6px;
}

.white
{
		color:#fefefe;
}

.orange
{
		color:#ff5300;
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
}


.main
{
		margin-left:auto; 
		margin-right:auto;

		text-align:center;
		background-image: url(../images/bg-top-blue.jpg);
		background-repeat: no-repeat;
		width: 775px;
}

.content
{
		margin-left:auto; 
		margin-right:auto;

		background: #ffffff;
		width: 775px;
		text-align:left;
		color: #000000;
		font-size: 11px;
		line-height: 13px;
		font-weight: normal;
}

.contenttext
{
		text-align: left;
		font-weight: normal;
		font-size: 11px;
		line-height: 13px;
		font-family: Verdana;
		padding: 3px 0px 0px 0px;
}

.footer
{
		margin-left:auto; 
		margin-right:auto;

		text-align:center;
		background-image: url(../images/bg-bottom.jpg);
		background-repeat: no-repeat;
		height: 62px;
		width: 775px;
}


