body {
	background-color: #AEDEE4;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
	
p {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: regular;
	color: #666666;
}

p2 {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: regular;
	color: #FFFFFF;
}

a:link {
	text-decoration:none;
	color: #AEDEE4
}

a:visited {
	text-decoration:none;
	color: #AEDEE4
}

a:hover {
	text-decoration:underline;
	color: #C5305C
}

a:active {
	text-decoration:underline;
	color: #C5305C
}

.frame {
	width: 629px;
	height: 720px;
	overflow: auto;
	background-color: #FFFFFF
}