/* 
The default hyperlink is dark teal, no undies; visited color is same; hover creates undies.
*/
a {
	color: #006666;
}
a:hover {
	text-decoration: none;
}

/*
This style creates a white link that does not change with hover - used whenever a flyout menu is used
*/
.linknodec,.linknodec a:link,.linknodec a:active,.linknodec a:visited,.linknodec a:hover
{
	color : #FFFFFF;
	text-decoration : none;
}

/*
These are related to TABLES. Basic is Verdana 11px; table heading has a dark teal background with white bold text; options for yellow or teal bg for cells or tables; 
*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tablehead {
	color: #FFFFFF;
	background-color: #006666;
	font-weight: bold;

}
.bgteal {
	color: #FFFFFF;
	background-color: #006666;
}
.yellowbg {
	color: #006666;
	background: #FFEFAE;

}

.whiteborderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;

}
.leftdots {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFC320;
}
.bottomdots {

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006666;
}
.topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006666;
	padding-top: 5px;

}
.rightdots {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #006666;


}
.borders4sides {
	border: 1px solid #006666;
	border-collapse:collapse;
}

/*
These are related to text
*/

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 4px;

}
.list {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 2px;
	font-size: 12px;
}
h1 {
	font-size: 24px;
	color: #006666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006666;
	margin-bottom: 5px;
	padding-bottom: 2px;
	margin-top: 10px;

}

.submenuhighlight {
	font-size: 16px;
	background: #FFEFAE;

}
.bottomline {
	padding-top: 5px;
	border-bottom: 1px solid #006666;

}
textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.submenu {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;


}
.subtitle {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #FFBE00;
	margin-bottom: 0px;
}
.submenu a:link, .submenu a:visited {
	text-decoration: none;
}

.submenu a:hover {
background-color: #FFEFAE;
}

.submenu a:active {
	text-decoration: none;
}
.tealbgline {
	background: #CDE2E3;
	border-bottom: 1px solid #006666;
}
.greenbold {
	font-weight: bold;
	color: #006666;
}
.redtext {
	color: #FF0000;
}
.impact {
	font: 14pt Impact, "Arial Black", sans-serif;
	color: #006666;
}
.impact a:link, .impact a:visited {
	font: 14pt Impact, "Arial Black", sans-serif;
	color: #006666;
}
.impact a:hover {
	text-decoration:none;
}#mainbox {
	padding-right: 16px;
}

