

/* Global */
p {
	color : 333344;
	font-family :  Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 19px;
}

.titleText {
	color : A80000;
	font-size : 23px;
	font-weight : bold;
	line-height: 25px;
}

.headText {
	font-size : 10px;
}

.completeText {
	font-size : 20px;
	font-weight : bold;
	line-height: 27px;
}

.thanksText {
	font-size : 16px;
	font-weight : bold;
	line-height: 23px;
}

.errorText {
	color : 990000;
	font-size : 14px;
	font-weight : bold;
	line-height: 21px;
}

td { 
	color : 333344;
	font-family :  Verdana, Arial, sans-serif;
	font-size : 12px;
	line-height: 19px;
}

.subTitle {
	color : 006699;
	font-size : 12px;
	font-weight : bold;
	line-height: 19px;
}

.smallText {
	font-size : 10px;
}

a:hover {
	color : 990000;
	decoration: underline;
}


.bodyLink {
	color : 006699;
}


