﻿BODY
{
	font-family: verdana, Helvetica, Sans-Serif;
	font-size:100%;
	padding:0;
/*	text-align:center;*/
}
H2
{
	font-size:100%;
	margin:0;
	padding:0;
	/*margin-bottom:10px;*/
}

H1
{
	border-bottom: 1px solid #7A66AD;;
/*	background:  #7A66AD;
	color: White;
	padding: 5px;
*/	color: #7A66AD;
	font-size: 120%;
/*	font-variant: small-caps;*/
}

H3
{
	border-bottom: 1px solid #7A66AD;
	margin-bottom: 5px;
}

A
{
	color:#7A66AD;
}

A:Hover
{
	text-decoration: underline;
}

.HEADER
{
	background: #7A66AD;
	color: white;
	/*border-top: 1px solid black;*/
	padding: 5px;
	font-weight: bold;
	margin-top: 0px;	
	cursor: pointer;
	
}

.CONTENT
{
	background: #fff;
	color: black;
	border: 1px solid #7A66AD;
	margin: 0px;
	padding: 0px;

}



