/* Website Title
 * Typography
 *
 * Basic Typography and specific typography
 * © Ross Cairns 2007
*/




/* 														------------- Basic Typography */

body {
	font-size: 11px;
	font-family: Georgia,"Times New Roman",Times,serif;
}

p, li, td {
/*	line-height: 13px; */
}

p {
}

li {
}


h2 {
	font-size: 11px;
	font-weight: bold;
}
h2 .extrainfo {
	color: #999;
}

a {
	color: #7C7C7C;
	text-decoration: none;
	background: url('/web/image/highlight.gif') bottom left repeat-x;
}

a img, a:link img {
	border: none;
	text-decoration: none;
	background:none;
}

a:hover {
	color:#000;

 background-color: #FCFC21;
	background-image: none;

/*	background-color: #FCFC21;
	background-image: none; */
	background: url('/web/image/colourchange.gif') bottom left repeat-x;

}

a:active {
	color:#000;
	background-color: #FFFFFF;
	background-image: none;
}

.highlight {
	font-weight:bold;
}

em {
	 font-style:italic;
}

strong {
	font-weight:bold;
}

/* 														------------- Layout Specific Typography */
/* 												--- Primary */

#menu ul {
	list-style: none;
}
#menu ul li {
}
#menu ul li.active a{
	color:#555;
}
/* 												--- Secondary */
#secondary li {
	padding-left: 9px;
	background: url('/web/image/list_arrow.gif') 1px 5px no-repeat;
}
/*
#secondary li, 
#secondary a, 
#secondary h1 span, 
#secondary h2 span, 
#secondary h3 span, 
#secondary h4 span, 
#secondary h5 span {
	background-color:white;
}*/

