/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #737272; 
	background-color: #FFeeFF;
; background-image: url(images/background.jpg)
}

table
{
	background-color: #FFFFFF;
	text-align: center;
}

.pagetitle
{
	font-size: 14px;
	color: #ac6eb6;
	font-weight: bold
} 

.topsep
{
	background-color: #cccbcb
}

.toplink
{
	font-weight: bold;
	color: #ac6eb6;
	text-decoration: none
}

.toplink:hover
{
	text-decoration: underline
}

p
{
	text-align: justify
}

.foottxt
{
	font-size: 9px;
	color: #ac6eb6
	}
	
.footlink
{
	color: #ac6eb6; 
	text-decoration: none
}

.footlink:hover
{
	text-decoration: none
}


