
/*-----GLOBAL BODY SETTINGS - MARGINS PADDING ETC-----*/
body { 
	margin-left : 0px;
	margin-right : 0px;
	margin-top: 0px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1B1464;
	font-size: 11px;
	line-height: 16px;

}

/*      page titles      */
h1 {
	color:#1B1464;
	font-weight: bold;
	font-size: 18px;
	padding: 0px
}

/*      sub titles, category headings etc       */
h2 {
	color:#1B1464;
	font-weight: bold;
	font-size: 16px;
	padding: 0px
}

/*       third level titles  */
h3 {
	color:#1B1464;
	font-size: 12px;
	font-weight: bold;
}

/*  text attributes */
.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text22{
	font-size: 22px;
}
.text18{
	font-size: 18px;
}
.text16{
	font-size: 16px;
}
.text14{
	font-size: 14px;
}
.text13{
	font-size: 13px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}

.textwhite{
	color: White;
}
.textorange{
	color: #DF913D;
}
.textgrey{
	color: #C7C7C7;
}
.textgreen{
	color: #009AA5;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	font-weight : bold;
	color : #DF913D;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu{
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
	color : #1B1464;
}
A.menu:HOVER {
	text-decoration : underline;
	background-color : transparent;
	color : #DF913D;
}

A.whitelink {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 12px;
	font-weight : bold;
}
A.whitelink:HOVER {
	text-decoration : underline;
	color: White;
}
/* skiplink */
.skiplink {display:none}

/* Colours*/
.green{
	background: #009AA5;
}
.ltgreen{
	background: #d4e9ea;
}
.grey{
	background: #C7C7C7;
}
.blue{
	background: #1B1464;
}
.orange{
	background: #DF913D;
}
.white{
	background: White;
}
.textred{
	color: #cf0f0f;
	}

/* menu style */
A.toplevel {
	text-decoration : none;
	background-color : transparent;
	color: #1B1464;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	margin : 0.1em 0em 0.1em 0.1em;
}
A.toplevel:HOVER {
	text-decoration : none;
	background-color : transparent;
}

A.selected {
	text-decoration : none;
	background-color : transparent;
	color: #DF913D;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	margin : 0.1em 0em 0.1em 0.1em;
}


A.firstlevel {
	display: block;
	text-decoration : none;
	font-size: 11px;
	color: #1B1464;
	font-weight: normal;
	padding: 6px;
}
A.firstlevel:HOVER {
	text-decoration : none;
	background-color :#FAE5BB;
}
A.firstlevelselected {
	text-decoration : none;
	color: #DF913D;
}

.linetop  {
	border-top: 1px solid #C7C7C7;
	/*padding:2px;*/
}
.lineside  {
	border-right: 1px solid #C7C7C7;
	padding:2px;
}
.linebtm2 {
	border-bottom: 1px solid #C7C7C7;
	/*padding:6px;*/
}
.linebtm {
	border-bottom: 1px solid #C7C7C7;
	padding:2px;
}
/* Spacing*/
.spacing{
	padding:6px;
}
.spacing2{
	padding:8px;
}
.spacing3{
	margin:6px;
}
.centre{
	align:centre;
}
.outline{
    padding:8px;
    border:1px solid #DF913D;
	background-color :white;
}
.outlinethumb{
    padding:8px;
    border:1px solid #e6e6e6;
	background-color :white;
}
.outline2{
    WIDTH:200PX;
	padding:8px;
    border:4px solid #FAE5BB;
}


/* Forms*/
formfield{
	border : 0.1em solid  #A49E87;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}

input{
	border : 0.1em solid  #A49E87;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	background-color :White;
	/*width : 120px;*/
}

select {
	border : 0.1em solid  #A49E87;
	margin : 0.3em 0.5em 0em 0em;
	padding : 0.2em;
	background-color :White;
}
textarea {
	border : 0.1em solid  #A49E87;
	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;
}
.submit {
background-color :White;
color:  #D7833A;
font-size: 11px;
font-weight : bold;
}

UL {
	list-style : disc;
	list-style-position : outside;
	line-height: 150%;
	}

