﻿.title {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18pt;
}
.subtitle {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial;
	font-size: 14pt;
}
.bodytext {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
}

A {
	color: #BC4E9C;
}

A:visited {
	color: #BC4E9C;
}

.submitLink {
    color: #BC4E9C;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    cursor: hand;
}
