.pagebg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;


}
.framed {
	border: 1px solid #CCCCCC;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
.buttons, .buttons:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100px;
	border: none;

}
.buttons:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #003399;

	
}
.buttoncontainer, .buttoncontainer:visited {
	text-decoration: none;
	background-color: #999999;
}
.buttoncontainer:hover {
	text-decoration: none;
	background-color: #003399;
}

