/**
 * colors.css
 * Color template for this market
 * @author Luke Sneeringer
 * @author Copyright 2007, Live Oak Interactive
 */

/* primary color */
.colored { color: #00198C; }
.colored-text { color: #00198C; }
.formrow label { color: #00198C; }
.radio_label { color: #00198C; }
.subnav h2 { color: #00198C; }
.mc { color: #00198C; }
h4 { color: #00198C; }
h6 { color: #00198C; }
#content h1.headline { color: #00198C; }
#content h1.gbar { color: #00198C; }
#content h2 { color: #00198C; }
#extra a.button { color: #00198C; }
#extra input.form_button { color: #00198C; }
#home_right .home_title a { color: #00198C; }
#nav_whats_on_dropdown a { color: #00198C; }
#tabs .line { border-top: 1px solid #00198C; }

#tabs a {
	border-left: 1px solid #00198C;
	border-right: 1px solid #00198C;
	border-top: 1px solid #00198C;
}

/* link color */
a { color: #CC3300; }
