/*-----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 : 60px;
	margin-right : 0px;
	margin-top: 60px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-size: 11px;

}

/*      page titles      */
h1 {
	color:#000000;
	font-weight: bold;
	font-size: 14px;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

/*      sub titles, category headings etc       */
h2 {
	color:#7CAF9C;
	font-weight: bold;
	font-size: 12px;
	background-color : #F4F7CD;
	padding: 1px
}

/*       third level titles, news headlines, faq questions      */
h3 {
	color:#7CAF9C;
	font-size: 12px;
}

.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text28{
	font-size: 28px;
}
.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;
}
.textgreen{
	color: #5D9E36;
}
.textorange{
	color: #E86B1E;
}
.textwhite{
	color: White;
}
.textblue{
	color: #5BB0D4;
}
.textred{
	color: #D52B27;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	color : #5BB0D4;
}
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.redlink {
	text-decoration : none;
	background-color : transparent;
	color: #D52B27;
	font-size: 11px;
	font-weight: bold;
}
A.redlink:HOVER {
	text-decoration : underline;
	color: #D52B27;
}
A.yellowlink {
	text-decoration : none;
	background-color : transparent;
	color: #FADC52;
	font-size: 11px;
	font-weight: bold;
}
A.yellowlink:HOVER {
	text-decoration : underline;
	color: #FADC52;
}
A.whitelink {
	text-decoration : none;
	background-color : transparent;
	color: White;
}
A.whitelink:HOVER {
	text-decoration : underline;
	color: White;
}
/* skiplink */
.skiplink {display:none}

/* Colours*/
.ltblue{
	background: #DAE7F3;
}
.ltgrey{
	background: #E2E2E3;
}
.grey{
	background: #909498;
}
.green{
	background: #5D9E36;
}
.orange{
	background: #E8772E;
}
.red{
	background: #D52B27;
}
.blue{
	background: #5BB0DE;
}
.white{
	background: White;
}
/*styles for bg*/

.bgred {
	background-image: url(images/bg_red.gif);
	background-repeat: no-repeat;
	/*background-position: bottom right;*/
}
.bgorange {
	background-image: url(images/bg_orange.gif);
	background-repeat: no-repeat;
}
.bggreen {
	background-image: url(images/bg_green.gif);
	background-repeat: no-repeat;
}
.bgsub {
	background-image: url(images/bg_sub.gif);
	background-repeat: no-repeat;
}

/* Spacing*/
.spacing{
	padding:4px;
}
.spacing2{
	padding:10px;
}
.border{
	border : 0.1em solid #E6E7E8;
}
.outline{
	border : 1px solid #999999;
}

/* Forms*/
formfield{
	border : 0.1em solid #909498;
	margin : /*0.3em 0.5em 0em 0em; */
	padding : /*0.2em;*/
	background-color :White;
}

input{
	border : 0.1em solid #909498;
	margin : /*0.3em 0.5em 0em 0em;*/
	padding : 0.2em;
	background-color :White;
	/*width : 120px;*/
}

select {
	border : 0.1em solid #909498;
	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 #909498;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}

UL {
	list-style : disc;
	list-style-position : outside;
}



