﻿a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select {
	font: 11px Tahoma;
}
.Capitalise {
	text-transform: uppercase;
}
.Black11 {
	color: Black;
	font: 11px Tahoma;
}
.Black12 {
	color: Black;
	font: 12px Tahoma;
}

