/* DEFAULT BODY STYLE IF NO OTHER STYLE IS APPLIED */
body{
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans serif"; 
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-color: #9999CC;
 }
 
/* DEFAULT PARAGRAPH TEXT STYLE */
p{
	font-family: Tahoma, Verdana, Arial, sans serif ; 
	font-weight: normal;
	font-size: 0.75em;
	color: #331478;
	margin-top: 2px;
	margin-bottom: 1em;
	line-height: 1.5em;
}


/* STYLE FOR GREETING AND DATE JAVASCRIPT ON HOMEPAGE */
.Greeting {
	font-family: Tahoma, Verdana, Arial, "sans serif";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #331478;
}

/* STYLE FOR ACROBAT DOWNLOAD NOTES & 'Regulated by...' FOOTNOTE */
.Notes{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans serif ; 
	font-weight: normal;
	font-size: 11px;
	color: #7878B4;
	line-height: 14px;
	margin-bottom: 4px;
}


/* BULLETED LIST */
ul {
	margin-top:0px;
	margin-bottom:16px;
}
li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans serif ; 
	font-size: 0.75em;
	color: #331478;
	margin-top: 4px;
	margin-left: -16px;
}


/* DEFAULT LINK STYLE */
a:link{
	text-decoration : underline; 
 	font-family: Tahoma, Verdana, Arial, Helvetica, "sans serif"; 
 	font-weight: bold;
 	color: #331478;
}
a:visited{
	text-decoration : underline; 
	font-family: Tahoma, Verdana, Arial, Helvetica, "sans serif"; 
 	font-weight: bold;
 	color: #331478;
}
a:active{
	text-decoration : underline; 
 	font-family: Tahoma, Verdana, Arial, Helvetica, "sans serif"; 
 	font-weight: bold;
 	color: #331478;
}
a:hover{
	text-decoration : underline; 
 	font-family: Tahoma, Verdana, Arial, Helvetica, "sans serif"; 
 	font-weight: bold;
 	color: #B11A3B;
}

/* LINK STYLE FOR LEFT HAND NAVIGATION */
a.Nav01:link{
	font-family: Tahoma, Verdana, Arial, "sans serif";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #331478; 
}
a.Nav01:visited{
	font-family: Tahoma, Verdana, Arial, "sans serif";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #331478; 
}
a.Nav01:active{
	font-family: Tahoma, Verdana, Arial, "sans serif";
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #331478; 
}
a.Nav01:hover{
	font-family: Tahoma, Verdana, Arial, "sans serif";
	font-size: 11px;
	font-weight: bold;
	color: #7676B1;
}

a.Nav02:link{ 
	font-family: Tahoma, Verdana, Arial, "sans serif"; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #B11A3B;
}

a.Nav02:visited{ 
	font-family: Tahoma, Verdana, Arial, "sans serif"; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	color: #B11A3B;
}

a.Nav02:active{ 
	font-family: Tahoma, Verdana, Arial, "sans serif"; 
	font-size: 11px; 
	font-weight: bold; 
	color: #B11A3B;
}

a.Nav02:hover{ 
	font-family: Tahoma, Verdana, Arial, "sans serif"; 
	font-size: 11px; 
	font-weight: bold; 
	color: #B11A3B;
}

/* SPECIAL LINK STYLES, FIXED FONT SIZES i.e. not flexible ems! */
a.linkspecial
{ font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; color: #331478; }

a.linkspecial:hover
{ font-family: Tahoma, Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #B11A3B; }


/* DEFAULT TITLE STYLES - RED */
h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #B11A3B;
	margin-top: 6px;
	margin-bottom: 14px;
}

h2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.82em;
	font-weight: bold;
	color: #331478;
	margin-top: 6px;
	margin-bottom: 4px;
}

h3 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #5858AB;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* TITLE STYLES (for use against a dark background) */
h4 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* TITLE STYLES - Intro title on homepage */
.title_home { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #C1131E;
	padding-top: 6px; 
}

/* STYLES FOR FORM FIELD FONTS */
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #331478;
	background-color: #EFEFFF;
}

textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #331478;
	background-color: #EFEFFF;
}

/* Style for horizontal rules */
hr {
	height: 1px;
	color: #9999CC;
	margin-top: 4px;
	margin-bottom: 4px;
}