﻿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;*/
}

.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;
	/*font-weight: bold;*/
}

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
	/*margin-left: 10px;*/
	color: #013463;
	font: 11px verdana, geneva, arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
	/*margin-left: 10px;*/
	color: #013463;
	font: 11px verdana, geneva, arial, helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.lowBorder {
	border-bottom: solid 1px #013463;
	border-left: solid 1px #013463;
	border-right: solid 1px #013463;
}

.highBorder {
	border-bottom: solid 1px #013463;
	border-left: solid 1px #df494f;
	border-right: solid 1px #df494f;
}
