html, body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
}

a {
	color: #006699;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

p {
	text-align: justify;
	margin-top: 0.3em;
	margin-right: 0px;
	margin-bottom: 0.3em;
	margin-left: 0px;
	padding-top: 0.3em;
	padding-right: 0px;
	padding-bottom: 0.3em;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
	padding-top: 0.5em;
}

.heading {
	font-family:Monotype Corsiva; color: #0099FF;
	border:none;
}

h1 a, h1 a:visited, h1 a:active, h1 a:link, h2 a, h2 a:visited, h2 a:active, h2 a:link, h3 a, h3 a:visited, h3 a:active, h3 a:link, h4 a, h4 a:visited, h4 a:active, h4 a:link, h5 a, h5 a:visited, h5 a:active, h5 a:link, h6 a, h6 a:visited, h6 a:active, h6 a:link, {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, {
	text-decoration: underline;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

h5 {
	font-size: 12pt;
	font-weight: bold;
}

h6 {
	font-size: 12pt;
	font-weight: bold;
}


.navheader		{  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #FFFFFF}

.navlinks			{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF}
.navlinks:visited	{text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #B9EEFF}
.navlinks:active	{text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.navlinks:link		{text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #B9EEFF}
.navlinks:hover	{text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10pt}

.bodyheader		{font-family: "Times New Roman", Times, serif; font-size: 18pt; font-weight: bold; color: #006699; font-style: italic}

.para				{font-family: Arial, Helvetica, sans-serif; font-size: 10pt; text-align: justify}
/*  .para:visited		{text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #0099CC}
  .para:active		{text-decoration: none; color: #FF6600; font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
  .para:link			{text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #006699}
  .para:hover		{text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color: #FF6600; font-size: 10pt} */

.paratablebold		{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}

.paratable			{ font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

.footer				{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}

.footer a {
}
.footer a:visited {
	text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFE1CE
}
.footer a:active {
	text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 8pt
}
.footer a:link {
	text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF
}
.footer a:hover {
	text-decoration: underline; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 8pt
	}

.subheader {
	font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #006699; font-style: italic
}

.blue {
	color: #0099FF;
}


.small {
	font-size: 9pt;
}


/* ------ FORM TABLE ---------------------------------------------------------------------------------------- */

table.formtableline { width: 100%; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top: 1px solid #FFF; padding: 7px; 
}

th.formtableheader { font-weight: bold; color: #000000; margin: 0px; padding: 7px; width: 30%; background: #E3F5FD; border-bottom: 1px solid #FFF; text-align: left; 
}

td.formtablecontent { margin: 0px; padding: 7px; width: 70%; background: #EDF9FE; border-bottom: 1px solid #FFF; 
}

td.formtablecontent input{ border: 1px solid #BBE7FB; margin: 2px; font-size: small; 
}


/* ------ CUSTOMISE FORM TAGS ---------------------------------------------------------------------------------------- */

form, input, textarea, select {
	font-size: small;
}

input.button
{ color: #666666; padding: 3px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #CCCCCC; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #CCCCCC; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-align: center; display: block; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */ clear: both; background: #E7E7E7; 
	}
