
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	background: White;
	/* background-image:  url(../../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/CX6JW1A7/images/background.gif);*/
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 20px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1B1764;
	font-size: 11px;
	line-height: 16px;

}


 /*-----MENU-------*/
<style type="text/css">

.arrowlistmenu{
width: 228px; /*width of menu*/
}


.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0e0058;
/*background: url(images/arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:active{
color: #00A0C6;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #00A0C6;
background-color: #F3F3F3;
}
.arrowlistmenu ul li ul li a{
font: bold 10px Arial;
width: 228px; /*width of sub menus*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
margin: 0;
border-top-width: 0;
background: transparent; /*custom bullet list image*/
}
.current{
background-color: #F3F3F3;
}
</style>





/*      page titles      */
h1 {
	color:#00A0C6;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

/*      sub titles, category headings etc       */
h2 {
	color:#00A0C6;
	font-weight: bold;
	font-size: 12px;
	background-color : #F4F7CD;
	padding: 1px
}

/*       third level titles, news headlines, faq questions      */
h3 {
	color:#00A0C6;
	font-size: 12px;
}
.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text22{
	font-size: 22px;
}
.text18{
	font-size: 18px;
}
.text16{
	font-size: 16px;
}
.text14{
	font-size: 14px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}

.textwhite{
	color: White;
}
.textltblue{
	color: #00A0C6;
}
.textred{
	color: #9B1524;
}
.textdkblue{
	color: #1B1764;
}
.textblue{
	color: #62b5e5;
}


/*links*/


A {
	text-decoration : none;
	background-color : transparent;
	color : #00A0C6;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.breadcrumb {
	text-decoration : none;
	background-color : transparent;
	color: Black;
	font-size: 9px;
}
A.breadcrumb:HOVER {
	text-decoration : underline;
	color: black;
}
A.whitelink {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 12px;
}
A.whitelink:HOVER {
	text-decoration : underline;
	color: White;
}
/* skiplink */
.skiplink {display:none}

/* Colours*/
.ltblue{
	background: #00A0C6;
}
.lterblue{
	background: #86caef;
}
.blue{
	background: #62b5e5;
}

.red{
	background: #D52B27;
}
.dkblue{
	background: #1B1764;
}
.white{
	background: White;
}
.grey{
	background: #aaabaf;
}
.ltgrey{
	background: #e5e5e5;
}
/*styles for bg*/

.shadow {
	background-image: url(images/prh_bg_dropshadow3.gif);
	background-repeat: repeat-y;
}

/* Spacing*/
.spacing{
	padding:4px;
}
.spacing2{
	padding:10px;
}
#border{
	padding:8px;
	border : 0.1em dotted #1B1764;
}
.outline{
    padding:5px;
    border:1px dotted #666666;
}


/* Forms*/
formfield{
	border : 0.1em solid #171764;
	margin : /*0.3em 0.5em 0em 0em; */
	padding : /*0.2em;*/
	background-color :White;
}

input{
	border : 0.1em solid #171764;
	margin : /*0.3em 0.5em 0em 0em;*/
	padding : 0.2em;
	background-color :White;
	/*width : 120px;*/
}

select {
	border : 0.1em solid #171764;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	background-color :White;
}
.checkbox{
	border : 0em;
	margin : 0em;
	padding : 0em;
	background-color : transparent;
	width : 20px;
}

textarea {
	border : 0.1em solid #171764;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}

UL {
	list-style : disc;
	list-style-position : outside;
}
