/* Textformat.css for SHP Website */

/* colours 
#000099 - dark blue
#CCCCCC - grey
#CCCCFF - pale blue
#FFFFFF - white
#CC99FF - left of main (pale blue-violet)
#CCFFFF - right of main (pale blue-green
*/

h1{
	font-size:1.1em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-align:center;
}

h2 {
	font-size:0.95em;	
	line-height: 1.6em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-align:center;
	background-color: #CCCCFF;
}

h2 a {
	font-size: 1em;
	line-height: 1.6em;
}

h3 {
	font-size:0.8em;	
	font-weight: bold;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	text-align:center;
	background-color: #CCCCCC;
	
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

ol, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;	
}

#breadcrumb p {
	font-weight: bold;
	color: #000099;
}


.panel {
	background-color: #CCCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;	
	color: #000099;
	text-align:center;
}

.footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;	
	color: #FFFFFF;
	background-color: #000099;
}

.small {
	font-size:0.7em;
	line-height: 0.7em;

}

.red {color: #FF0000}

.blue{color: #000099}

.listlink{
	font-size: 0.95em;
}

.listlinkred{
	font-size: 0.95em;
	font-weight: bold;
	color: #FF0000;
}

.close{line-height:1.2em;}

/******* hyperlink and anchor tag styles *******/	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1em;
	font-weight: bold;
	color: #000099;
}

a:link, a:visited{
	text-decoration: none
	}	
	
a:hover {
	text-decoration: underline;
	}