/* TEXT.CSS */

/* Note 1: To change colours throughout, search and replace the following: */
/* BLACK = h1, h2, h3, h4, h5, h6 */
/* #FF6418 = Hyperlinks */
/* #FF6418 = Visited hyperlinks */
/* #FF6418 = Hover over hyperlinks */

/* Note 2: By default links are bold */


/******************************************************/
/* BODY */
/******************************************************/

body {
	font-family: "TREBUCHET", helvetica, sans-serif; /* Avoid using non-system fonts */
	font-size: 0.75em;
	color: #707C80;
	line-height: 1.3em;
}


/******************************************************/
/* HEADER STYLES */
/******************************************************/

h1 {
	font-size: 1.4em;
	color: #FF6418;
	font-weight: bold;
	text-transform: none;
}

h2 {
	font-size: 1.3em;
	color: #FF6418;
	font-weight: bold;
	text-transform: none;	
}

h3 {
	font-size: 1.2em;
	color: #FF6418;
	font-weight: bold;
	text-transform: none;
}

h4, h5, h6 {
	font-size: 1.1em;
	color: #707C80;
	font-weight: bold;
	text-transform: none;
}


/******************************************************/
/* PARAGRAPH STYLES */
/******************************************************/

p {
	margin-top:0;
}


/******************************************************/
/* LIST STYLES */
/******************************************************/

ul {
	list-style: disc;
   /*list-style-image: url(/images/icon_list.gif);*/ /* Use if site specific image created. Otherwise delete */
}

li {

}

li a {
	color: #FF6418;
	font-weight: bold;
	text-decoration: underline;
}

li a:visited {
	color: #FF6418;
	font-weight: bold;
	text-decoration: underline;
}

li a:hover {
	color: #FF6418;
	font-weight: bold;
	text-decoration: none;
}


/******************************************************/
/* IMAGE STYLES */
/******************************************************/

img {
	border:0;
}


/******************************************************/
/* GLOBAL HYPERLINK STYLES */
/******************************************************/

a {
	color: #FF6418;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #FF6418;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #FF6418;
	font-weight: bold;
	text-decoration: none;
}


/******************************************************/
/* FOOTER HYPERLINK STYLES */
/******************************************************/

div#footer a {
	color: #FF6418;
	font-weight: bold;
	text-decoration: underline;
}

div#footer a:visited {
	color: #FF6418;
	font-weight: bold;
	text-decoration: underline;
}

div#footer a:hover {
	color: #FF6418;
	font-weight: bold;
	text-decoration: none;
}



