A:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

A:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

A:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: normal;
}




A.menu:link {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}

A.menu:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}

A.menu:active {
	color: #000099;
	text-decoration: underline;
	font-weight: normal;
}

A.menu:hover {
	color: #A01907;
	text-decoration: underline;
	font-weight: normal;
}



A.topmenu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.sidemenu:link {
	
	font-size:12px;
	color:#00419A;
	font-weight:bold;
	text-decoration:none;
}
A.sidemenu:visited {
	font-size:12px;
	color:#00419A;
	font-weight:bold;
	text-decoration:none;
}

A.sidemenu:active {
	font-size:12px;
	color:#00419A;
	font-weight:bold;
	text-decoration:none;
}

A.sidemenu:hover {
	color: #000999;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
A.topmenu:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A.topmenu:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A.topmenu:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A.topmenu:hover {
	color: #A01907;
	text-decoration: underline;
	font-weight: bold;
}
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

TD.menu {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

.MagnifImage{background-color:#fff; color:#00f; font-weight:bold; border:4px outset #ccc; 
text-align:center; padding:0;margin:0; }

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#toc li {
    float: left;
    margin: 0 3px 0 0;
}

ol#toc a {
    background: #bdf url(images/tab.png);
    color: #008;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.content {
    border: #48f solid 1px;
    clear: left;
    padding: 1em;
}
