p {text-align: justify;}

.tblborder {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    }

.graytblborder {
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    }

.insettblborder {
    border-width: 2px;
    border-style: dashed;
    border-color: lightgray;
    }

.body {
	font-family: Georgia, Times New Roman;
	font-size: 12px;
}
.heading {
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	font-style: bold;
}
.pageheading {
	font-family: Georgia, Times New Roman;
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;

}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	font-size: 11px;
}

.sidelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 11px;
	text-align: right;
}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: black;
	font-size: 11px;
	font-weight: bold;
}

.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: black;
	font-size: 10px;
	background-color: white;
}



a.ext:link,a.ext:active{color:white; font-weight:bold;}
a.ext:visited{color:white;font-weight: bold;}

a.g:link,a.g:active{color:white; font-weight:bold;}
a.g:visited{color:white;font-weight: bold;}
a.g:hover{color:white; text-decoration: none; background-color: white; border-width: 0px; border-color: white; font-weight:bold;}

a.gray:link{color:gray; font-weight:bold;},a.gray:active{color:gray; font-weight:bold;}
a.gray:visited{color:gray;font-weight: bold;}
a.gray:hover{color:gray; background-color: black; border-width: 0px; font-weight: bold;}


a.black:link{color:black; font-weight:bold;},a.black:active{color:black; font-weight:bold;}
a.black:visited{color:black;font-weight: bold;}
a.black:hover{color:black; background-color: black; border-width: 0px; font-weight: bold;}


A:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
A:active {
	color: darkblue;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: white;
	text-decoration: none;
	background-color: darkblue;
    border-width: 1px;
    border-style: solid;
    border-color: black;

}
