﻿
		body
		{
			margin-top: 0px;
			background-color: #c7bbe7;
			background-repeat: repeat-x;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height: 20px;
			font-size: 14px;
		}
		p
		{
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-weight: normal;
			line-height: 20px;
			font-size: 14px;
			margin-top: 7px;
			margin-right: 12px;
			margin-bottom: 7px;
			margin-left: 15px;
		}
		h1, h2, h3, h4, h5, h6
		{
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-weight: bold;
			margin-top: 7px;
			margin-right: 12px;
			margin-bottom: 7px;
			margin-left: 15px;
		}
		h1
		{
			font-size: 24px;
			color: #DE1072;
			line-height: 30px;
		}
		h2
		{
			font-size: 20px;
			line-height: 26px;
		}
		h3
		{
			font-size: 16px;
			color: #C6C;
			line-height: 22px;
		}
		h4
		{
			font-size: 14px;
			line-height: 20px;
		}
		ul
		{
			list-style-type: none;
		}
		#form1
		{
			font-weight: bold;
			text-align: center;
		}
		a: link
		{
			color: #0047a7;
		}
		a: hover, a: active
		{
			text-decoration: none;
			color: #0047a7;
		}
		a: visited
		{
			color: #0047a7;
		}
		p.sidebar
		{
			margin-right: 28px;
			margin-left: 20px;
		}
		ol li
		{
			margin-bottom: 5px;
		}
		.clearspace
		{
			margin:0;
			padding:0;
			border:0;
		}
		
		.whiteback
		{
			background-color:#fff;
		}
		
		.TabbedLeft p
		{
			text-align:left;
		}