/* CSS Document */

.standardtext { font-family: verdana, arial, sans-serif; font-weight: normal; font-size: 11px; color: #000000; line-height: 1.3em; }
.standardtextbold { font-family: verdana, arial, sans-serif; font-weight: bold; font-size: 11px; color: #000000; line-height: 1.3em;}
.titletext	{ font-family:verdana, arial, sans-serif; color: #9D6D8E; font-size: 12px; font-weight: bold; line-height: 1.3em;}
.boldtext	{ font-family:verdana, arial, sans-serif; color: #9D6D8E; font-size: 11px; font-weight: bold; line-height: 1.3em;}
.newslettertext	{ font-family:verdana, arial, sans-serif; color: #FFFFFF; font-size: 22px; font-weight: bold; line-height: 1.3em;}

a.standardlink:link	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: lowercase;
}
a.standardlink:visited {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: lowercase;
}
a.standardlink:active {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	text-transform: lowercase;
}
a.standardlink:hover	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	text-transform: lowercase;
}

a.boldlink:link	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9D6D8E;
	font-weight: bold;
	text-transform: lowercase;
}
a.boldlink:visited {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9D6D8E;
	font-weight: bold;
	text-transform: lowercase;
}
a.boldlink:active {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9D6D8E;
	font-weight: bold;
	text-transform: lowercase;
}
a.boldlink:hover	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #9D6D8E;
	font-weight: bold;
	text-transform: lowercase;
}

a.purplelink:link	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9D6D8E;
	font-weight: normal;
	text-transform: lowercase;
}
a.purplelink:visited {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9D6D8E;
	font-weight: normal;
	text-transform: lowercase;
}
a.purplelink:active {
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9D6D8E;
	font-weight: normal;
	text-transform: lowercase;
}
a.purplelink:hover	{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #9D6D8E;
	font-weight: normal;
	text-transform: lowercase;
}

.subbg { background-color: #F5F0F3; }
.mainbg { background-color: #C7C7C7; }
.highlightbg { background-color: #E9DCE5; }

.ltgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.leftborder {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #9E6A92;
}
.lowercase {
	text-transform: lowercase;
}
