/***********************************
 * Font and color related stuff... *
 ***********************************/
body {
	font-size: 1.5em;
}

input[type=radio], input[type=checkbox] {
	width: 1em;
	height: 1em;
}

h1	{	
	background-color: #000000;	
	color: #FFFFFF; 	
}

.section fieldset {
	background-color: #EEFFFF;
	border-top: 2px solid #00106B;
}

.sectionContent {
	border: 1px solid;
	background-color: #EEFFFF;
	border-top: 2px solid #00106B;
}

#sectionWelcome {
	border: none;
	background-color: #EEFFFF;
	border-top: 2px solid #00106B;
}

#tem {
	background-color: #EEFFFF;
	border-top: 2px solid #00106B;
}

.templateBackground {
	background-color: #EEFFFF;
}