@import url("nav.css");
@import url("stylesheet.css");
@import url("main.css");
@import url("main_09.css");

/*LINK CONTROL*/
a:link 
{
color: #0c5430;
text-decoration:none;
}
a:visited 
{
color: #0c5430; /* C: #665c52 */
text-decoration:none;
}
a:hover 
{
color: #7c0a0a;
text-decoration:none;
}
/*COLUMN 1*/
.col1
{
/* background-color: #ccffff; */ /* light blue */
}
a:link h3 {
color: #0c5430; /* forest green */
}
a:hover h3, a:visited:hover h3 {
	color: #7c0a0a; /* maroon */
}
a:visited h3 {
color: #0c5430; /* forest green */
}
td.main a {
	font-weight: bold;
}
strong, h3 {
	color: #660000; /* maroon */
}
tr.support {
	font-size: 10px;
	font-weight: normal;
}
td.support-even, td.support-odd {
	font-size: 12px;
	vertical-align: top;
}
td.support-even a, td.support-odd a {
	font-size: 12px;
	font-weight: normal;
}
td.support-even {
	background: #eeece2;
}
td.support-odd {
	background: #FFFFFF;
}
strong {
	/* color: inherit; */
}
.col2 p {
	font-size: 12px;
	border-top: 4px;
	border-left: 4px;
}
.col2 ol li, .col2 ul li {
	font-size: 12px;
}
li {
	margin-bottom: 6px;
}
