body
{
	margin: 0px;
	font-family: Arial;
}

/* TABLE CELLS */

/* HEADINGS */

h1
{
	color: 	#892679;
	font-size:  14pt;
	margin: 0px;
	padding: 0px;
	font-weight: 300;
	background: url(/images/h1_rule.gif) left bottom no-repeat;
	margin-bottom: 12px;
	height: 30px;
	width: 100%;
}

h2
{
	color: 	#892679;
	font-size:  13pt;
	margin-bottom: 0px;
	margin-top: 30px;
	margin-bottom: -10px;
	font-weight: normal;
}

h3
{
	color: 	#892679;
	font-size:  12pt;
	margin-bottom: 0px;
	margin-top: 12px;
}

h4
{
	color: #000000;
	font-size:  10pt;
	margin-bottom: 0px;
	margin-top: 12px;
}

h5
{
	color: #ABA430;
	font-size:  9pt;
	margin-bottom: 0px;
	margin-top: 12px;
}

h6
{
	color: #000000;
	font-size:  16pt;
	margin-bottom: 0px;
	margin-top: 12px;
}

a:link {
	color: #890070;
	text-decoration: underline;
}

a:visited {
	color: #890070;
	text-decoration: underline;
}
a:hover {
	color: #890070;
	text-decoration: underline;
}

.whatsOnLinks a:link{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.whatsOnLinks a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
.whatsOnLinks a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

table.tableCellContent
{
	font-size: 10pt;
	vertical-align: top;
}

/* INPUT */

input, select, textarea
{
	font-size: 9pt;
	/*width: 200px;*/
}


p {
	margin-top: 12px;
}


form {
	margin-top: 12px;
	margin-bottom: 12px;
}

.smallNote
{
	font-size: 7pt;
}
