/* CSS Document */

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
padding-bottom: 9em;
}

#footer
{
position: relative;
margin-top: -7.5em;
} 

.subheadinggold {
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #cd194c;
}
.goldheading {
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #cd194c;
}
.smtext {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.whitetext {
	color: #FFF;
	font-weight: bold;
}
p.pointfivespacing {
	margin-top:0.5cm;
	text-align: justify;
} 
input {color: #eee; background-color: #cd194c; 
font-size: 85%;  
} 
.bigtext {
	font-size: 16px;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
A:link {
	COLOR: #cd194c;
	text-decoration: none;
}
A:visited {
	COLOR: #cd194c;
	text-decoration: none;
}
A:hover {
	COLOR: #FFF;
	text-decoration: none;
}
A:active {
	COLOR: #cd194c;
	text-decoration: none;
}
.whitebox {
	height: auto;
	width: auto;
	border: thin solid #FFF;
}

