﻿/* CSS Document */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: steelblue; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #CCFFCC; 
}
.center
{
 margin-left:auto;
 margin-right:auto;
 width:61%;
 font-family: Century Gothic;
 font-size:12px;
 font-weight:Bold;
}
.center
{
 margin-left:25px;
 margin-right:auto;
 width:47%;
font-family: Times New Roman;
font-size : 10.5pt;
 font-weight:Bold;
}
.left1 {
     position: absolute;
     left: 0px;
     width: 300px;
 }
.left2 {
     float: left;
     width: 300px;
 }
.right1 {
     position: absolute;
     right: 0px;
     width: 300px;
 }
.right2 {
     float: right;
     width: 300px;
 }
.DefaultFonts{
font-family: "calibri";
font-size: 10.5pt;
font-weight:bold;
color: black;
}
.DefaultFonts:active{
font-family: "calibri";
font-size: 10.5pt;
font-weight:normal;
color: #20b2aa;
}
a:focus {
	color:#FFFFFF;
    font-weight:bold;
	-moz-outline-style:none;
}
a:active {
	color:#FFFFFF;
    	font-weight:bold;
	-moz-outline-style:none;
}
a:link {
    color: black;
}
a:visited{
    color: #006400;
}	
a:hover {
    color: navy;
}
.formbutton1 {
	font-family: Calibri;
	font-size: 11pt;
	color: #FFFFFF;
	background-color: #000066;
	border: outset;
}
.formbutton1:Hover {
	font-family: Calibri;
	font-size: 11pt;
	color: black;
	background-color: #F2E4D5;
	border: outset;
}