body {
	background-color: #ff5fbb;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left {
	background-image: url(images/left-repeat.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.right {
	background-image: url(images/right-repeat.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}
.lefttop {
	background-image: url(images/top-left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.righttop {
	background-image: url(images/top-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.leftbottom {
	background-image: url(images/left-bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
}
.rightbottom {
	background-image: url(images/right-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}.bottom-middle {
	background-image: url(images/middle-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

a:link, 
a:visited, 
a:active, 
a:link:visited {
	font-weight: normal;
	color: #df0e68;
	text-decoration: underline;
}

a:hover, a:link:hover {
	color: #66cc00;
	text-decoration: underline;
}

a.small:link, 
a.small:visited, 
a.small:active, 
a.small:link:visited {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.small:hover, 
a.small:link
a.small:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
a.smallwhite:link, 
a.smallwhite:visited, 
a.smallwhite:active, 
a.smallwhite:link:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.bodytextlargebold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
}
.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: lighter;
	color: #df0e68;
	word-spacing: 0px;
	letter-spacing: 0px;
	font-variant: normal;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.smallpink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ff3399;
}
.smallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffFFFF;
}

li {
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: square;
}
