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

 }

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

}

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

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

/*       third level titles, news headlines, faq questions      */
h3 {
	color:#A50031;
	font-size: 10px;
}

.bold{
	font-weight : bold;
}
.italics{
	 font-style: italic;
}
.text14{
	font-size: 14px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}
.textwhite{
	color: White;
}
.textgreen{
	color: #7cc523;
}
.textpurple{
	color: #807089;
}
.textpink{
	color: #E2B2A3;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	color :#A50031;
	font-weight : bold;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu {
	text-decoration : none;
	background-color : transparent;
	color: White;
	font-size: 12px;
}
A.menu:HOVER {
	text-decoration : underline;
	color: White;
	bg-colour:#c8b5d3 ;
}

/* skiplink */
.skiplink {display:none}

/* Colours*/
.purple{
	background: #807089;
}

.ltpurple{
	background: #d0c8d4;
}
/*styles for bg*/

.bgv {
	background-image: url(images/red.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.bgtree {
	background-image: url(images/tree.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Spacing*/
.spacing{
	padding:4px;
}
.spacing2{
	padding:10px;
}
.border{
	border : 0.1em solid #E6E7E8;
}
.outline{
	border : 1px solid #E6E7E8;
	
}
.linetop{
	border-top : 1px solid #E6E7E8;
}

/* Forms*/
formfield{
	border : 0.1em solid #80708a;
	background-color :#d0c8d4;
	color: #80708a;
}

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

select {
	border : 0.1em solid #80708a;
	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 #80708a;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}

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