.pink {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #c41b8d;
	text-decoration: none;
}
.blue {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000066;
	text-decoration: none;
}
.white {


	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.pinkunderline {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #c41b8d;
	text-decoration: underline;
}
.blueunderline {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #5D7DBE;
	text-decoration: underline;
}
.left-tile {
	background-image: url(images/lefttile.jpg);
	background-repeat: repeat-y;
	width: 195px;
	background-position: left top;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
}
.menu-button {
	background-image: url(images/leftbkgr2.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 187px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.menu-button a:hover{
	color: #e7e4d6;
	text-decoration: none;

}
.menu-button a:link{
	color: #FFFFFF;
	text-decoration: none;

}
.menu-button a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.menu-button a:active{
	color: #FFFFFF;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000066;
}
