/*** NAVIGATION ***/

a:link
{
    text-decoration: none;
    color: #006666;
    background: transparent;
    font-weight: bold;
}
a:visited
{
    text-decoration: none;
    color: #006666;
    background: transparent;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    color: #006666;
    background: none;
    font-weight: bold;
    
}
a:active
{
    text-decoration: none;
    color: #006666;
    background: none;
    font-weight: bold;
}


.topnav {
	background-image:url(../images/tab_m.jpg);
	background-repeat:repeat-x;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#ffffff;
}
.topnav a:link {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#ffffff;

}
.topnav a:visited {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#ffffff;

}
.topnav a:hover {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#da9dc1;
}

/*** HEADERS ***/

h1 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#006666;
}

h2 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#993366;
	margin-bottom:8px;
}

h3 {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#006666;
	margin-bottom:8px;
}
/*** CONTENT ***/

body,p,table {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	color:#000000;
}

/*** FORM ELEMENTS ***/

.man_b {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}