/* --------- TO BE REMOVED ------------ */
.txtHeading {
	font-size:16px;
	font-style:normal;
	line-height:26px;
	font-weight:bold;
	color:#660066;
}
/* --------- BODY ------------ */
body {
	margin:20px 0px; padding:0px;
	background-color:#660066;
	font-family:Arial,Helvetica,Verdana,Geneva,sans-serif;
	color:#000000;
	}
a:link  	{ color:#660066;text-decoration:underline; }
a:visited 	{ color:#660066;text-decoration:underline; }
a:hover 	{ color:#000000;text-decoration:underline; }
/* --------- CONTENT ------------ */
.container {
	border:2px solid #000000;
	width:900px;	
	margin-left:auto;
	margin-right:auto;
}
h1 {
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#660066;
	margin:0px 0px 0px 0px;
	line-height:17px;
}
.txtSmall {
	font-size:11px;
	line-height:13px;
	color: #000000;
}
.txt {
	font-size: 13px;
	line-height: 14px;
	color: #000000;
}
.txtWhite {
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	color:white;
}
.txtBig {
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color:#990000;
}
/* --------- NAVIGATION ------------ */
a.navTop:link{
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a.navTop:visited{
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a.navTop:hover{
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	color:white;
	text-decoration:none;
}
a.navLeft:link{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding-left:7px;
	line-height:19px;
}
a.navLeft:visited{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding-left:7px;
	line-height:19px;
}
a.navLeft:hover{
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:yellow;
	text-decoration:none;
	padding-left:7px;
	line-height:19px;
}