/*--  COLOURS:  -  Purple: #850c70;  Pale Purple: #e5d1e2;  Green: #008752;  Pale Green: #a5d4c2;  Text Colour: #4f4f4f;  Border Colour: #9b9b9b;  --*/ 


body  {
	Font-size : 12px;
	Color : #4f4f4f;
	Font-family : Arial, Helvetica, sans-serif;
	margin-top: 30px;
	background-image: url(gfx/bkg-page.gif);
}

p  {
	Font-size: 12px;
	Color: #4f4f4f;
	Font-family: Arial, Helvetica, sans-serif;
}

td  {
	Font-size : 12px;
	Color : #4f4f4f;
	Font-family: Arial, Helvetica, sans-serif;
}
.bold  {
	Font-size : 12px;
	Color : #4f4f4f;
	Font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading1purple  {
	Font-size: 18px;
	Color: #850c70;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
}
.heading1green  {
	Font-size: 18px;
	Color: #008752;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 1px;
}
.heading2purple  {
	Font-size: 14px;
	Color: #850c70;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.heading2green  {
	Font-size : 14px;
	Color : #008752;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.boldpurple  {
	Font-size: 12px;
	Color: #850c70;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.boldgreen  {
	Font-size: 12px;
	Color: #008752;
	Font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.textcaptions  {
	Font-size : 10px;
	Color : #850c70;
	Font-family: Arial, Helvetica, sans-serif;
}
/*-- Text White   --*/
.textwhite  {
	Font-size : 12px;
	Color : white;
	Font-family: Arial, Helvetica, sans-serif;
}
.footer  {
	Font-size : 11px;
	Color : #4f4f4f;
	Font-family: Arial, Helvetica, sans-serif;
}
.news  {
	Font-size : 14px;
	Color : #4f4f4f;
	Font-family : Arial, Helvetica, sans-serif;
}
.downloaddetails  {
	Font-size: 11px;
	Color: Gray;
	Font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}


a.linksubmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	Color : #4f4f4f;
	text-decoration : underline;
}
a.linksubmenu:visited {
	font-size: 11px;
	Color : #4f4f4f;
	text-decoration : underline;
}
a.linksubmenu:hover {
	font-size: 11px;
	color: #850c70;
	text-decoration : underline;
}



/*-- Purple links in body text --*/
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	Color : #850c70;
	text-decoration : underline;
}
a:visited {
	font-size: 13px;
	color: aa4999;
	text-decoration : underline;
}
a:hover {
	font-size: 13px;
	color: #008752;
	text-decoration : underline;
}
a.linkfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	Color : #4f4f4f;
	text-decoration : underline;
}
a.linkfooter:visited {
	font-size: 11px;
	Color : #4f4f4f;
	text-decoration : underline;
}
a.linkfooter:hover {
	font-size: 11px;
	color: #850c70;
	text-decoration : underline;
}


a.linkbold {
	Font-size: 14px;
	Color: #850c70;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : underline;
}
a.linkbold:visited {
	Font-size: 14px;
	Color: #e5d1e2;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : underline;
}
a.linkbold:hover {
	Font-size: 14px;
	Color : #008752;
	Font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : underline;
}

a.linknhtwebsite {
	Font-size: 16px;
	Color: white;
	font-weight: bold;
	text-decoration : underline;
}
a.linknhtwebsite:visited {
	Font-size: 16px;
	Color: white;
	font-weight: bold;
	text-decoration : underline;
}
a.linknhtwebsite:hover {
	Font-size: 16px;
	Color: Yellow;
	font-weight: bold;
	text-decoration: underline;
}

/*-- Table - Purple --*/
.tdcolor1 
{
	background-color: #850c70;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 4pt;
}
/*-- Table - Green --*/
.tdcolor2 
{
	background-color: #008752;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 4pt;
}
/*-- Table - Pale Purple --*/
.tdcolor3 
{
	background-color: #e5d1e2;
	font-size: 12px;
	color: #850c70;
	font-weight: bold;
	padding : 4pt;
}
/*-- Table - Pale Green --*/
.tdcolor4 
{
	background-color: #a5d4c2;
	font-size: 12px;
	color: #008752;
	font-weight: bold;
	padding : 4pt;
}
.tdcolornht 
{
	background-color: #008752;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 4pt;
}
	/*-- Form field - pale green --*/
input.field { font-size: 9pt; color: #ffffff; background-color: #a5d4c2;
 }
select.field {	font-size: 9pt; color: #ffffff; background-color: #a5d4c2;
 }
textarea.field { font-size: 9pt; color: #ffffff; background-color: #a5d4c2;
 }
	/*  Form Buttons  */
.button 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #a5d4c2;
	border: 2px solid;
	border-color: 686682 262531 262531 686682;
	padding-bottom : 1px;
	padding-top : 1px;
	padding-left : 1px;
	padding-right : 1px;
} 
	/*-- Raised Block --*/
.block 
{
	background-color: #a5d4c2;
	border-bottom-color: #999966 thin outset;
	border-left-color: #ffffcc thin outset;
	border-right-color: #999966 thin outset;
	border-top: medium groove #ffffcc;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*-- <input type="radio" name="Contact By" CHECKED VALUE="Contact by Email" style="background: #bcbcbc; color:#ffffff;"> --*/

