body {
	background-color: #D4D4D4;
	margin: 0px;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


.smallwhitetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}


.whitetxt {
	color: #FFFFFF
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}

a:visited {
	color: #0000FF;
	text-decoration: underline;
}

a:hover {
	color: #CC0033;
	text-decoration: underline;
}

.navbox {
	border-top: #FFFFFF 3px dashed;
	background-color: #DB1F4E;
	width: 167px;
}

a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding-bottom: 7px;
	padding-top: 6px;
	width: 147px;
}

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: E97693;
}

a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: E97693;
}

a.menu:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: E97693;
}


.pinktext {
	color: #CC0033;
}

.largetxt {
	font-size: 85%;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
}


ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: decimal;
}