
/**
 * Text Grey: 	#59595B
 * Red: 		#EE2E24
 * Orange: 		#EB7E23
 * Blue: 		#3B90CE
 * Green: 		#8DC73F
 * Purple:      #573678
 */

* { font-family:Trebuchet MS, arial; font-size:98%; }

.content a { color:#5B90B0; font-size:1em; }
.content a:hover { color:#ee2e24; }

.error-message { color:#EE2E24; }

.content p, .content h3, .content li, label { color:#59595B; }

.red h3 span, .red h4, .red legend { color:#EE2E24; }
.orange h3 span, .orange h4, .orange legend { color:#EB7E23; }
.blue h3 span, .blue h4, .blue legend { color:#3B90CE; }
.green h3 span, .green h4, .green legend { color:#8DC73F; }
.purple h3 span, .purple h4, .purple legend { color:#573678; }

h3 { font-size:2em; font-weight:normal; margin-bottom:0.5em; margin-top:0; }
h4 { font-size:2.2em; font-weight:normal; margin-bottom:0; margin-top:0; }


.intro { font-size:1.1em; }

.block { margin-top:40px; }
