body 
{
	padding:0px;
	margin:0px;
	height:100%;
	background-image: url(../../Media/Images/background.gif);
	background-repeat: repeat;
	position: relative;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3
{
    font-family: Times New Roman;
    line-height: 1;
}

h1, h2
{
    text-transform: uppercase;
    font-weight: normal;
}

h1
{
    font-size: 30px;
    color: #000000;
    
}

h2
{
    font-size: 18px;
    color: #860038;
    line-height: 20px;
    margin: 0 0 10px 0;
}

h3
{
    font-size: 16px;
    color: #000000;
    font-weight:normal;
    line-height: 19px;
    margin: 0 0 10px 0;
}

p
{
	margin: 0 0 10px 0;
}

a 
{ 
    color: #860038;
    text-decoration: none;
}

a:hover 
{ 
    text-decoration: underline; 
}

a.link_
{
	text-decoration:none;
	border-bottom: dashed 1px #860038;
}

a.link_:hover
{
    text-decoration: none;
}

img
{
	padding:0px;
	border:0px;
	display: block;
}

form
{
	padding:0px;
	margin:0px;
}

/******************* GENERAL CSS CLASSES *******************/
.spacer
{
    clear: both;
    height: 0;
    overflow: hidden;
}

.infoLabel,
.required,
.error,
.errorLabel,
.highlight
{
    font-weight: bold;
    color: #FF0000;
}

.errorLabel ul
{
	list-style-position:inside;
}

.featureBox
{
    padding: 8px;
    background-color: #EEEEEE;
    border: Solid 1px #CCCCCC;
    margin: 20px 0;
}

.featureBox ul
{
    margin: 10px 0 10px 30px;
}