/*Main Text Bolded*/
.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #696969;
}

/*Main Text Italicied*/
.bodyItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #696969;
}

/*Main Body text Bolded & Italicied*/
.bodyBoldItalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #696969;
}

/*Footer text and background colour*/
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}

/*Main Header - Blue*/
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099CC;
}
/*Small text bolded*/
.smallBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #696969;
}

/*Search input - Blue text in a blue outlined box*/
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 12px;
	color: #333399;
	background-color: #FFffff;
	border: inset 1px #696969;
}

/*Search button - Yellow text with a blue box outlined in yellow*/
.searchHome {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFCC66; 
	background-color: #333399; 
	border: 1px 
	solid #FFCC66;
}
img{border:1px;
}


/*These set the rollover links*/
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: underline;
	color: #0099CC;
}
a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	text-decoration: none;
	color: #696969;
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4682B4;
}


/*This sets the body colour and the scrollbar colours*/
body {
	background-color: #FFFFFF;
}

/*Main Text  NB - Done in html tags, table cells(td) & P tags*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}

/*Sets Horizontal Rule* /
hr {
	color: #333399;
	background-color: #696969;
}