﻿body
{
    margin:0px;
    padding:0px;
}
/*
 Some styles used by the "Cascading Popup Menus" script.
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain &lt;A HREF&gt; tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.top_lowText, a.top_lowText:link, a.top_lowText:visited, a.top_lowText:active, a.top_lowText:focus {
	/*margin-left: 10px;*/
	color: #ffffff;
	font: 11px verdana, geneva, arial, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;	
	background-color:#013463;
	/*font-weight: bold;*/
	cursor:pointer;
	margin:100px;
	
	border-bottom: solid 1px #013463;
	/*border-left: solid 1px #013463;
	border-right: solid 1px #013463;*/
}

.top_highText, a.top_highText:link, a.top_highText:visited, a.top_highText:active, a.top_highText:focus {
	/*margin-left: 10px;*/
	color: #013463;
	font: 11px verdana, geneva, arial, helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	background-color:#f9f5df;
	cursor:pointer;
	
	border-bottom: solid 1px #013463;
	/*border-left: solid 1px #013463;
	border-right: solid 1px #013463;
	font-weight: bold;*/
}

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
	color: #013463;
	font: 11px verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
	background-color:#f9f5df;
	margin:0px;
	cursor:pointer;
	text-align: center;	
	border-bottom: solid 1px #013463;
	border-left: solid 1px #013463;
	border-right: solid 1px #013463;
}
.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	color: #013463;
	font: 11px verdana, geneva, arial, helvetica, sans-serif;	
	text-decoration: none;
	background-color:#f5e5a4;
	cursor:pointer;
	text-align: center;	
	border-bottom: solid 1px #013463;
	border-left: solid 1px #013463;
	border-right: solid 1px #013463;
}
td.skmcur{cursor:pointer;}
iframe.skm {position:absolute;top:0px;left:0px;display:none;}

