a.test:hover {
	background: #FFFFFF;
	color: #00CCFF;
	text-decoration: none;
}

a:hover, a:link, a:visited {
	background: #FFFFFF;
	color: #6699FF;
}

a.boldlink:hover, a.boldlink:link, a.boldlink:visited {
	background: #FFFFFF;
	color: #000099;
	text-decoration: none;
}

a.brightlink:link, a.brightlink:visited ,a.brightlink:active{
	background: #FFFFFF;
	color: #cc0000;
	text-decoration: underline;
}

a.brightlink:hover {
	background: #FFFFFF;
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

a.palelink:link, a.palelink:visited {
	background: #FFFFFF;
	color: #A9A9A9;
	font-size: 10px;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

input, textarea {
	background-color: #FFFFFF;
	color: #000000;
	font-family: monospace;
	font-size: 13px;
}

td {
	color: #000099;
	font-size: 100%;
}

.bold {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
}

.button {
	background: #336633;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
}

.button{
	background: Blue;
	color: White;
	font-size: 14px;
	font-weight: bold;
}

.colourChart{
	background: White;
	font-size: 10px;
}

.credits, .credits:link, .credits:visited {
	background: #FFFFFF;
	color: #C0C0C0;
	font-size: 10px;
}

.frame{
	background: Red;
}

.header {
	background: #FFFFFF;
	color: #CC0000;
	font-size: 100%;
}

.just {
	text-align: justify;
}

.message {
	background: #FFFFFF;
	color: #FF0000;
	font-weight: bold;
}

.offer {
	background: #FFFFFF;
	color: #DE0000;
}

.offer:link, .offer:visited ,.offer:active {
	background: #FFFFFF;
	color: #DE0000;
	text-decoration: underline;
}

.toptitle {
	background: #FFFFFF;
	color: #0066FF;
}

.white {
	color: #FFFFFF;
	font-size: 10px;
}

.whitea {
	background: #000099;
	color: #FFFFFF;
}

/* for new forms */
.tableFrame{
	border: 1px solid #000099;
	padding: 12px;
}

