/* CSS Document */
body{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:small;
}

h2{
	border-bottom:2px solid #306;
}

.small{
	font-size:smaller;
	font-weight:bold;
}

.error{
		color:#FF0000;
		font-size:smaller;
		font-weight:bold;
}
