html
{
	height: 100%;
}

.txtBold
{
	font-weight: bold;
}

td.nav
{
	background: #d3abd0;
	height: 30px;
	width: 200px;
	padding: 0 5px 0 5px;
	text-align: center;
}

td.nav_small
{
	background: #d3abd0;
	height: 30px;
	width: 5px;
	text-align: center;
	color:#75256E;
}

td.navOn
{
	background: #eec1eb;
}

td.navSub
{
	background: #ff802b;
	height: 28px;
	width: 82px;
	padding: 0 5px 0 5px;
	text-align: center;
}

td.navSubOn
{
	background: #fea163;
}

td.nav2
{
	background: #75256E;
	height: 30px;
	width: 120px;
	padding: 0 5px 0 5px;
	text-align: center;
}

td.nav2On
{
	background: #d3abd0;
}

td
{
	font-family: arial,verdana;
	font-size: 14px;
	color: #000000;
}

a.whitetext,a.whitetext:visited,a.whitetext:active,a.whitetext:hover
{
	color: #ffffff;
    text-decoration: none;
}

a,a:visited,a:active,a:hover
{
	color: #000000;
    text-decoration: none;
}
a.nav,a:visited.nav,a:active.nav,a:hover.nav
{
	color: #75256e;
	font-weight: bold;
	text-decoration: none;
}

.whitetext
{
	color: #ffffff;
	font-family: arial,verdana;
	font-size: 14px;
	font-weight: bold;
}

.largetext
{
	color: #666666;
	font-family: arial,verdana;
	font-size: 24px;
	text-decoration: none;
}

.greytext
{
	color: #666666;
	font-family: arial,verdana;
	font-size: 14px;
}
.greytextbold
{
	color: #666666;
	font-family: arial,verdana;
	font-size: 14px;
	font-weight:bold;
}

.purpletext
{
	color: #75256e;
	font-family: arial,verdana;
	font-size: 14px;
}

.mediumtext
{
	color: #75256e;
	font-family: arial,verdana;
	font-size: 16px;
	font-weight: bold;
}

.mediumtextgrey
{
	color: #666666;
	font-family: arial,verdana;
	font-size: 16px;
	font-weight: bold;
}

.whitetext_center
{
	text-align: center;
	color: #ffffff;
	font-family: arial,verdana;
	font-size: 14px;
}

a.whitetext_large,a:visited.whitetext_large,a:active.whitetext_large,a:hover.whitetext_large
{
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.navOption 
{
	padding: 5px;
	cursor: pointer;
	background-color: #d3abd0;
	color:#75256e;
}

.navOptionOn 
{
	padding: 5px;
	cursor: pointer;
	background-color: #eec1eb;
	color:#75256e;
}

.scrollbarpurple
{
	scrollbar-shadow-color: #75256e;
	scrollbar-face-color: #75256e;
}

.pink
{
	width:300px;
	height:auto;
	background-color:#F2DBDB;
	padding:5px;
}

.purple
{
	width:300px;
	height:auto;
	background-color:#DACDE8;
	padding:3px;
}

.purple2
{
	width:200px;
	height:auto;
	background-color:#DACDE8;
	padding:3px;
}

.bullet li
{
	margin-left:25px;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}