/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;}
 .TextObject { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 13px;}

 DIV.Standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 13px;
	margin-left: 5px;
	margin-right: 5px;
	color: black;
}  

.sub-header {
	font-family: inherit;
	text-align: left;
	font-size: 15;
	font-weight: bold;
	color: #1e1f86;
	margin: 0;
}

P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 13px; text-align: justify;}
 .TextNavBar { font-size: small;}
 .Headtext { font-size: 15pt; font-weight: bold; text-align: center;}
 .PageFoot { font-size: 7pt; }
 .CenterItalic { font-style: italic; font-size: 15pt; text-align: center;}
 .normal { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 13px; text-align: justify;}
 .center {text-align: center; font-size: 13px;}
 .sugs {text-align: center; font-size: 13px; }
  
H1 {font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-weight: bold; text-align: center; font-size: 15pt; color:#2728ac;}

H2 {
	font-family: inherit;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #1e1f86;
	margin: 0;
}

H3 {
	font-family: inherit;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #1e1f86;
	margin: 0;
}
DD { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 13px; }

/* see www.w3schools.com/CSS/tryit.asp?filename=trycss_link2 for examples of the possible settings for the links */
/* Standard colour for all links */
a:link {color: #0000ff; text-decoration: underline; }
a:visited {color: #0066ff; text-decoration: underline; }
a:hover {color: #cc0000; text-decoration: none; }
a:active {color: #0000ff; text-decoration: underline; }

/* set colours for links - forred on 'page' tab of writewebsite.xls, column R */
a.nocolor:link {color: #0000ff; text-decoration: none;}
a.nocolor:visited {color: #0000ff; text-decoration: none;}
a.nocolor:hover {color: #0000ff; text-decoration: none;}
a.nocolor:active {color: #0000ff; text-decoration: none;}

/* set colours for links - forred on 'page' tab of writewebsite.xls, column R */
a.forred:link {color: #ff0000; }
a.forred:visited {color: #ff0000;}
a.forred:hover {color: #ffffff; text-decoration: none;}
a.forred:active {color: #ff00ff; }

/* set colours for links - forblue on 'page' tab of writewebsite.xls, column R */
a.forblue:link {color: #0000ff; }
a.forblue:visited {color: #0000ff;}
a.forblue:hover {color: #ffff00; text-decoration: none;}
a.forblue:active {color: #0000ff; }

/* img {display:block} */

