BODY {
	margin: 0px 0px 0px 0px;
	background-color : #FFF9D9;
	color : #000000;
	}

td,tr,p,div {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	padding-left: 5px;
	line-height: 18px;
	}
	
td.menu {
	background-image: url(images/menu-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	border: 1px solid #0000FF;
}
td.menu:hover {
	background-image: url(images/menu-bg-over.gif);
	background-position: top;
	background-repeat: no-repeat;
	border: 1px solid #0000FF;
}

a:link, a:visited {
	color: #0000B2;
	}

a:hover {
	color: #CC0066;
}

a.menu:link, a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #303030;
	padding-left: 0px;
	text-decoration: none;
}

a.menu:hover {
	color: #0000B2;
	border: 1px none #0000FF;
}

td.heading {
	background-color: #0000B2;
}

td.section {
	background-image: url(images/section-bg.jpg);
}

div.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

span.newshead {
	color: #0000B2;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

div.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000B2;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}

p.footer {
	font-size: 10px;
}

a.ozweb:link, a.ozweb:visited {
	color: #58564B;
	text-decoration: none;
	font-size: 11px;
}

a.ozweb:hover {
	color: #CC0066;
	text-decoration: underline;
}

a.footer:link, a.footer:visited {
	color: #0000B2;
	text-decoration: none;
	}

a.footer:hover {
	color: #CC0066;
}

li {
	margin-bottom: 5px;
}

ul.menu {
	margin-left: 25px;
}
li.menu {
	margin-bottom: 5px;
	margin-left: 0px;
}

/* styles for Tigra form validator */
  .tfvNormal
    {color: #000000;}
  .tfvHighlight
    {color: #ff0000; font-weight: bold;}
