/* CSS Document */

body 				{ background-color: #EEEEEE; margin-left: 0px; margin-top: 0px; }
ul					{
	margin:0;
	padding:0;
	list-style-type: circle;
}
li					{ list-style: disc url(none); }


/*  text links  */
body,td,th 			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111111;
	line-height: 16px;
	top: 0px;
	position: static;
}
.copyright	 		{ color: #D4D3C6; font-size: 10px; text-align: center; }
a.copyright			{ color: #000000; font-size: 10px; font-weight: bold; }
.listings 			{ font-size: 12px; color: #CCCCCC; text-align: left; }
.footer 			{ vertical-align: top; text-align: left; }
p.headdertext 		{ font-size: 12px; color: #CCCCCC; margin: 5px 5px 5px 5px; text-align: right; }
.bodytext 			{ font-size: 10px; color: #333333; }
a.bodytext 			{ font-size: 10px; color: #666699; }
.bold 				{ font-weight: bold; }
a:link 				{ text-decoration: none; }
a:visited 			{ text-decoration: none; }
a:hover 			{ color: #000000; text-decoration: underline; }
a:active 			{ color: #000000; text-decoration: underline; }
.warn 			{ font-family: Verdana; font-size: 10px; color: #FF3333; }
.error 			{ font-family: Verdana; font-size: 10px; color: #FF0000; }

/*  bg colors  */
.bgcolour 			{ background-color: #996699; }
.centralbgcolour 	{ background-color: #CC99CC; }
.outline 			{ background-color: #666699; }
.subheadarea 		{ }  /*  Mine  */
.sideline 			{ background-color: #666699; }
.mainarea 			{ background-color: #8D8DF3; }
.colourbackground 	{ background-color: #ffffff; }
.strapline 			{ font-size: 12px; color: #000000; text-align: left; margin-right: 5px; font-weight: bold; }
.littleline 		{ background-color: #666699; }
.menuitem			{ background-color: #996699; }

/*  spacers  */
.linegap 			{ padding: 3px 0px 5px 0px; }

.DropCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0.4px 0px 0px 0.2px;
	overflow: visible;
	margin: 0px;
	width: 48px;
}
.firstline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-variant: small-caps;
}
.DropCap2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	font-size: 60px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0.4px 0px 0px 0.2px;
	overflow: visible;
	margin: 0px;
	width: 70px;
}

