/* Body */
BODY {
	margin: 0px;
	padding: 0px;
	background-color : #FFFFFF;
	color : #303430;
	font-family: Arial, Helvetica, sans-serif;

	}

td,tr,p,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #993366;
	font-weight: bold;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #993366;
}

h4 {
	color: #993366; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; font-weight: bold;
	}
	
h5 {
	color: #993366; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; font-weight: bold;
	}
	
h6 {
	color: #993366; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	}

.colouredtext {
	color: #993366;
	}
a {
	font-family: "Courier New", Courier, monospace;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-variant: normal;
	font-style: normal;
}
a:hover {
	color: #FF99FF;
}


hr {
	border: 0; height: 2px; color: #FF99CC; background-color: #FF99CC; ;
	}

ul {
	margin: 0px 0px 0px 0px;
	}

li { 
	list-style: inside url(../images/arrow.gif) 2px;
	list-style-image: url(../images/arrow.gif);
	}
