<!--
body {
    margin: 0px;
    background-image: url('/site/image/layout/bg-tile-02.gif')
}
td {
    font-family: verdana;
/*    font-size: 12px;*/
}
#topbar {
    width: 100%;
    height: 3px;
    background-color: #05528A;
    border-bottom: 1px #FFFFFF solid;
}
#frame {
    width: 975px;
    background-color: #FFFFFF;
    border: 3px #05528A solid;
}

.menuspacer {
    height: 1px;
}
#content {
    
}
A:link {
	color: #EC1F26;
	text-decoration: none;
	border-bottom: 1px #EC1F26 dotted;
    font-weight: bold;
}
A:visited {
	color: #05528A;
	text-decoration: none;
	border-bottom: 1px #EC1F26 dotted;
    font-weight: bold;
}
A:active {
	color: #05528A;
	text-decoration: none;
	border-bottom: 1px #EC1F26 dotted;
    font-weight: bold;
}
A:hover {
	color: #3249B0;
	text-decoration: none;
	border-bottom: 1px #EC1F26 solid;
    font-weight: bold;
}
A.imglink:link {
	text-decoration: none;
	border-bottom: 0px;
}
A.imglink:visited {
	text-decoration: none;
	border-bottom: 0px;
}
A.imglink:active {
	text-decoration: none;
	border-bottom: 0px;
}
A.imglink:hover {
	text-decoration: none;
	border-bottom: 0px;
}
-->