/* 

All custom styles go in here.
Do not put custom styles in the template-styles.css 
file as this might be overwritten if the standard template
is used and a colour change is put in place.
*/

a:link, a:visited {
	color: #211252;
}
a:hover, a:active {
	color: #0000CC;
	text-decoration: underline;
}

.formSectionHeading {
}
.formLabel {
	font-weight: bold;
	font-size: 90%;
	color: #6689C9;
}
.formText {
	
}
.formField {
	border: 1px solid #666;
}

.teamHeader {
	color:#211252;
	font-size:125%;
	font-weight:bold;
	padding-top:5px;
}

.teamLabel {
	font-weight: bold;
	color: #7478C1;
}

.teamText {
}


.formSectionHeading {
	font-weight: bold;
}

.submitButton , .submitButtons {
	
	border: 1px solid #333;
	background-color: #211252;
	color: #FFFFFF;

}