
/*-----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: 0px;

 }

 /*-----GLOBAL FONT SETTINGS-------*/
body, table {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #9A9083;
	font-size: 11px;
	line-height : 16px;

}

/*      page titles      */
h1 {
	color:#7CAF9C;
	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;
}
.text14{
	font-size: 14px;
}
.text12{
	font-size: 12px;
}
.text11{
	font-size: 11px;
}
.text10{
	font-size: 10px;
}
.text9{
	font-size: 9px;
}
.textwhite{
	color: White;
}
.textdkgreen{
	color: #9A9083;
}
.textgreen{
	color: #A5B7AE;
}
.textpink{
	color: #E2B2A3;
}

/*links*/
A {
	text-decoration : none;
	background-color : transparent;
	color : #D2AA6B;
}
A:HOVER {
	text-decoration : underline;
	background-color : transparent;
}
A.menu {
	text-decoration : none;
	background-color : transparent;
	color: #57605B;
	font-size: 12px;
}
A.menu:HOVER {
	text-decoration : underline;
	color: #57605B;
}

/* skiplink */
.skiplink {display:none}

/* Colours*/
.beige{
	background: #F8F3E4;
}
.ltpink{
	background: #F9F1EF;
}
.pink{
	background: #EED8D1;
}

.green{
	background: #B9CBC2;
}

.midgreen{
	background: #DDE5E1;
}
.ltgreen{
	background: #E9EEEC;
}

/*styles for bg*/

.bgorchid {
	background-image: url(images/bg_orchid2.jpg);
	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;
}

/* Forms*/
formfield{
	border : 0.1em solid #B9CBC2;
	background-color :White;
	color: #9A9083;
}

input{
	border : 0.1em solid #B9CBC2;
	margin : /*0.3em 0.5em 0em 0em;*/
	padding : 0.2em;
	background-color :White;
	/*width : 120px;*/
}

select {
	border : 0.1em solid #B9CBC2;
	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 #B9CBC2;
	margin : 0.3em 0.5em 0em 0em; 
	padding : 0.2em;
	background-color :White;
}

UL {
	list-style : disc;
	list-style-position : outside;
}
