html {
    overflow: -moz-scrollbars-vertical;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #31639C;
	font-weight: bold;
}
.texttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #31639C;
	font-weight: bold;
}

a:link        {	color: #31639C;	text-decoration: underline;}
a:visited     {	color: #31639C;	text-decoration: underline;}
a:hover       {	color: #999999;	text-decoration: underline;}

.greyborder {
	border: 1px solid #999999;
}
