﻿html, body{
font-family: Calibri;
}
h3{
font-size:24pt;
}


.backbroud {
	background-image: url("images/leftNavBG.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
A:visited
{
    COLOR: #0099cc;
    TEXT-DECORATION: none
}
A:link
{
    COLOR: #0099cc;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #0099cc;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #0099cc;
    TEXT-DECORATION: none
}