/* local flex directory */

#block {
	background: url(images/blocks.jpg) no-repeat;
	height: 84px;
	clear: both;
}
#subnav li a:link, #subnav li a:visited {
	color: #CE002B;
}
#subnav li a:hover, #subnav li a:active, #subnav li a:focus {
	color: #4377A3;
}
h1, h2, h3 {
	color: #CE002B;
} 

.callmid h3 {
	color: #666;
}
a:link, a:visited {	
	color: #4377A3;
}
a:hover, a:active, a:focus {
	color: #CE002B;
}
body#flexrt #nav li#flexlnk a {
	color: #CB5A5E;
}
#content form input, #content form textarea {
	background: #E3A7A9;
}
#content form input:focus, #content form input:active, #content form textarea:focus, #content form textarea:active {
	background: #CB5A5E;
}