/* Main styles for any text non specified. Including side scrollbar colours. */

body           	  	{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt; background-color: #F7F7F7 }
td					{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt }
form				{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt }
submit				{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt }
input				{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt }
select				{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt }
textarea			{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt }

/* Custom navigation menu styles */

.NavMenu a:link			{ color:#000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; visible:false }
.NavMenu a:visited		{ color:#000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; visible:false }
.NavMenu a:hover		{ color:#000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; visible:false }
.NavMenu				{ font-family: Tahoma, Arial; font-size: 8pt; background: #E7E7E7; font-weight: bold }

.NavMenuOn a:link		{ color:#000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; visible:false }
.NavMenuOn a:visited	{ color:#000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; visible:false }
.NavMenuOn a:hover		{ color:#000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; text-decoration:none; visible:false }
.NavMenuOn				{ font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; background: #CCCCCC; cursor:hand; visible:false }

/* All links and text without decoration will fall under this style */

a:link				{ color: #800000; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }
a:visited			{ color: #800000; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }
a:hover				{ color: #004570; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }
a:active			{ color: #800000; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }

/* Main header links */

.header				{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt; font-weight: normal }
a:link.header		{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: normal }
a:visited.header	{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: normal }
a:hover.header		{ color: #999999; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: normal }
a:active.header		{ color: #000000; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: normal }

/* New Main Texts */

.main				{ color: #000000; font-family: Arial ,Tahoma; font-size: 9pt; font-weight: normal }
a:link.main			{ color: #800000; font-family: Arial ,Tahoma; font-size: 9pt; text-decoration: none; font-weight: bold }
a:visited.main		{ color: #800000; font-family: Arial ,Tahoma; font-size: 9pt; text-decoration: none; font-weight: bold }
a:hover.main		{ color: #004570; font-family: Arial ,Tahoma; font-size: 9pt; text-decoration: none; font-weight: bold }
a:active.main		{ color: #800000; font-family: Arial ,Tahoma; font-size: 9pt; text-decoration: none; font-weight: bold }

/* Main footer links */

.footer				{ color: #555555; font-family: Tahoma, Arial; font-size: 8pt; font-weight: normal }
a:link.footer		{ color: #555555; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }
a:visited.footer	{ color: #555555; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }
a:hover.footer		{ color: #999999; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }
a:active.footer		{ color: #555555; font-family: Tahoma, Arial; font-size: 8pt; text-decoration: none; font-weight: bold }

/* Specific Styles */

.small8pt			{ font-family: Tahoma, Arial; font-size: 8pt; font-weight: normal }
.small8ptbold		{ font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold }
.small8ptboldgrey	{ font-family: Tahoma, Arial; font-size: 8pt; font-weight: bold; color: #808080 }
.small9pt			{ font-family: Tahoma, Arial; font-size: 9pt; font-weight: normal }
.small9ptbold		{ font-family: Tahoma, Arial; font-size: 9pt; font-weight: bold }
.heading			{ font-family: Arial; font-size: 12pt; font-weight: bold; letter-spacing:-1 }
.subheading			{ font-family: Arial; font-size: 14px; font-weight: bold; letter-spacing:-1 }