/* top menu stuff */
a.top_menu:link {
	color : #000000; font-size: 16px; text-decoration : none;
} 
a.top_menu:visited {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	border: none;
}
a.top_menu:hover {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	background-color: #D1DEE9;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-bottom-color: #00CCFF;
}
a.top_menu:active {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	background-color: #D1DEE9;
}

/* copy write stuff*/
a.copy:link {
	color : #000000; font-size: 16px; text-decoration : none;
} 
a.copy:visited {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	border: none;
}
a.copy:hover {
	color : #FFFFFF;
	font-size: 16px;
	text-decoration : none;
	background-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-bottom-color: #00CCFF;
}
a.copy:active {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	background-color: #D1DEE9;
}

/* Side menu stuff*/
a.side:link {
	color : #000000; font-size: 16px; text-decoration : none;
} 
a.side:visited {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	border: none;
}
a.side:hover {
	color : #FFFFFF;
	font-size: 16px;
	text-decoration : none;
	background-color: #6699CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
a.side:active {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	background-color: #D1DEE9;
}

/* nothing to dsp on the link*/
a.nothing:link {
	text-decoration : none;
	font-style: normal;
	border: none;
} 
a.nothing:visited {
	text-decoration : none;
	font-style: normal;
	border: none;
}
a.nothing:hover {
	text-decoration : none;
	font-style: normal;
	border: none;
}
a.nothing:active {
	text-decoration : none;
	font-style: normal;
	border: none;
}


/* all other links on the site*/
a:link {
	color : #0066CC; font-size: 16px; text-decoration : none;
} 
a:visited {
	color : #0066CC;
	font-size: 16px;
	text-decoration : none;
	border: none;
}
a:hover {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	background-color: #D1DEE9;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-bottom-color: #00CCFF;
}
a:active {
	color : #000000;
	font-size: 16px;
	text-decoration : none;
	background-color: #D1DEE9;
}

/* side scroll bar colours*/

.text_box_error {
	color : #000099;
	TEXT-DECORATION: none;
	background-color: #FFCCCC;
	border: thin solid;

}

.submit_image {
	TEXT-DECORATION: none;
	background-image: none;
	border: none;
}
