@charset "utf-8";
/* CSS Document */

body {margin-left:0px; top:0px; right:0px; bottom:0px; background-color:#FFFFFF;}

/* Text */

p {font-family: Arial, sans-serif; font-size: 12px;}
h1 {font-family: Arial, sans-serif; font-size: 24px; font-weight: bold}
h2 {font-family: Arial, sans-serif; font-size: 14px; font-weight: bold}
h3 {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold}
h4 {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold}
h5 {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold}
body,td,th {font-family: Arial, sans-serif; font-size: 12px;}

/* Links */

a:link {font-family:Arial, sans-serif; font-size:12px; color:#0000FF;}
a:visited {color: #0000FF;}
a:hover {color: #9933CC;}
a:active {color: #0000FF;}

.btn {
	width: 175px;
	font-family:Arial, Sans-Serif;
	font-size:12px;
	font-weight: bold;
	background-color: #000066;
	color:#FFFFFF;
	border-style: ridge;
	border-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.btn:hover {color: #FFFF00}


a.footer_link {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
a.footer_link:visited {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
a.footer_link:hover {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
a.footer_link:active {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #FFFFFF;}
