﻿/* CSS Document */
html, body {
    max-width: 100%;
}
a:link {
    color: Navy;
    text-decoration: underline;
	font-family: Times New Roman ;
	font-size : 10.5pt;
}
a:visited{
    color: Navy;
    text-decoration: underline;
	font-family: Times New Roman ;
	font-size : 10.5pt;
}	
a:hover {
    color: red;
    text-decoration: underline;
	font-family: Times New Roman ;
	font-size : 10.5pt;
}
.Button1 {
    text-align: center;
	color : black;
	background-image: url('images/Button1.png');
	width: 131px;
	font-family: Times New Roman ;
	font-size : 10.5pt;
	border: outset;
}
.Button1:hover 
{
    text-align: center;
	color : black;
	background-image: url('images/Button1Hover.png');
	width: 131px;
	font-family: Times New Roman ;
	font-size : 10.5pt;
	border: outset;
  
}
.Button2 {
    text-align: center;
	color : black;
	border: 1px solid #db6600;
	background-image: url('images/Button2.png');
	width: 131px;
	font-family: Times New Roman ;
	font-size : 10.5pt;
	border: outset;
}
.Button2:hover 
{
    color  : black;
	border:1px solid #000000;
	background-image: url(images/Button2Hover.png);
	font-family: Times New Roman ;
	font-size : 10.5pt;
	border: outset;
}
.formbutton1 {
	font-family: Times New Roman;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	border: outset;
}
.formbutton1:Hover {
	font-family: Times New Roman;
	font-size: 12px;
	color: black;
	background-color: #F2E4D5;
	border: outset;
}
.center
{
 margin-left:auto;
 margin-right:auto;
 width:70%;
 font-family: Times New Roman;
 font-size:12px;
 font-weight:Bold;
}
.DefaultFonts{
font-family: Times New Roman ;
font-weight: normal;
font-size: 11pt;
color: white;
margin-left: 0px;
}
.DefaultFontsBlack{
font-family: Times New Roman ;
font-weight: normal;
font-size: 11.5pt;
color: black;
margin-left: 0px;
}
.black {
	color: #000000;
}
.center2 {
	text-align: center;
	margin-left: 559px;
}
.footer1 {
	font-family: Times New Roman ;
	font-weight: normal;
	font-size: 11.5pt;
	color: black;
	margin-left: 287px;
}
