/* CSS Document */
body
{
	margin-top: 0px;
	background-color: #820c8e;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.type
{
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 13px;
}

.title
{
	font-family: Arial, Sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #820c8e;
	border-bottom: 1px solid #820c8e;
}

.smallTitle
{
	font-family: Arial, Sans-serif; 
	font-size: 14px;
	font-weight: bold;
	color: #820c8e;
}

.orangeType
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ff9900;
}

.purpleType
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #820c8e;
}

a:link
{
	color: #820c8e;
	text-decoration: underline;
}

a:active
{
	color: #820c8e;
	text-decoration: underline;
}

a:visited
{
	color: #820c8e;
	text-decoration: underline;
}

a:hover
{
	color: #99cc33;
	text-decoration: underline;
}