﻿body
{
	margin: 0 0 0 0;
	background: #ffffff;
}
a {
	color: #990099;
	text-decoration:none;
	font-weight:bold;
	}
		
a:hover {
	color: #993300;
	text-decoration:none;
	}
	
.footer
{
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	color: Gray;
}

.pinkheader
{
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #b920a5;
}

.pinkmore A:link
{
	text-decoration: none;
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #b920a5;
}
.pinkmore A:visited
{
	text-decoration: none;
}
.pinkmore A:active
{
	text-decoration: none;
}
.pinkmore A:hover
{
	text-decoration: underline;
	color: black;
}


.contenttext
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

/* Rounded Corners */
/* set millions of background images */
.rbroundbox
{
	background: url(../Images/RoundedCorners/n t.gif) repeat;
	width: 50%;
	margin: 1em auto;
}
.rbtop div
{
	background: url(../Images/RoundedCorners/tl .gif) no-repeat top left;
}
.rbtop
{
	background: url(../Images/RoundedCorners/tr .gif) no-repeat top right;
}
.rbbot div
{
	background: url(../Images/RoundedCorners/bl .gif) no-repeat bottom left;
}
.rbbot
{
	background: url(../Images/RoundedCorners/br .gif) no-repeat bottom right;
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot
{
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent
{
	margin: 0 7px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: Black;
}
/* End Rounded Corners */
