body {
	color: #000000;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

img {
	border: 0;
}


* html body {
	line-height: 14px;
}

a:link {
	color: #9966FF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
}
	
a:hover	{
	color: #7837FF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
}
	
a:visited {
	color: #9966FF;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
}

a.small:link {
	color: #7D22B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

a.small:hover {
	color: #AF5FE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}


a.small:visited {
	color: #7D22B5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

	
#wrapper{
	width: 900px; /*Width of main container*/
	margin-left: auto;
    margin-right: auto; /*Center container on page*/
	position: relative;
}



#footer{
	border: 0px solid #FFFFFF;
	clear: both;
	font-size: 13px;
	height: 30px;
	padding-top: 16px;
	text-align: center;
	width: 100%;
	color: #9933FF;
}

.big {
	color:#72477C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
} 

