/* CSS Document */
body 
{
	font-size: 14px;
	text-align: justify;
	background-image:url(../Images/BgRepeat.jpg);
	background-color: #003466;
}

a:link 
{
	color: #FFFFFF;
}

a:visited 
{
	color: #FFFFFF;
}

a:hover 
{
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

/********* Content Classes ******************************/

.Content 
{
	font-size: 14px;
	text-align: justify;
}

.ContentTitle 
{
	font-size: 22px
}

.Address 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:18px;
}

.Copyright 
{
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}