
/*Remove underline from hyperlinks*/
a {
	text-decoration: none;
	}

/*Underline hyperlink on MouseOver*/
a:hover {
	  text-decoration: underline;
	}

.Main_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.Heading_Red {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #FF0000;
	}

.Heading_Black {
	font-family: "Comic Sans MS";
	font-size: 18px;
	}

.Heading_Black_Underlined {
	font-family: "Comic Sans MS";
	font-size: 18px;
	text-decoration: underline;
	}
	
.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}


.Quotes_Italicised {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	}
	
.Italics_Red {
	color: #FF0000;
	font-style: italic;
	}
	

.uList {

padding-left: 15px;
background-image: url(images/arrow_red.gif);
background-repeat: no-repeat;
background-position: 0 5px;
list-style: none;

	/*list-style-position: outside;*/
	/*list-style-image: url(images/bullet.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.uList2 {

padding-left: 15px;
background-image: url(images/arrow_gray.gif);
background-repeat: no-repeat;
background-position: 0 5px;
list-style: none;

	/*list-style-position: outside;*/
	/*list-style-image: url(images/bullet.gif);*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}