@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
body,td,th {
	font-family: Arial, sans-serif;
}

a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Stil1 {
	font-size: 16px;
	font-weight: bold;
}
.button-txt {
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #FFFFFF;
}
.txt {
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #000066;
}
.txt_a {
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #000066;
	padding:20px;
	text-align:justify;
}
.txt-12 {
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000066;
}
.button {
  	background-color:#000066;
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration:none;
}
.button:hover { 
	background-image:url(graphics/button.jpg);
	border:medium;
	border-color:#FFFFFF;
	border-style:solid;
	color: #FFFFFF;
}
.button-active { 
	background-image:url(graphics/button.jpg);
	border:medium;
	border-color:#FFFFFF;
	border-style:solid;	
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #FFFFFF;
}
.border {
	border:solid;
	border-color:#FFFFFF;
	border-width:medium;
}
.border-blue {
	border:solid;
	border-color:#000066;
	border-width:medium;
}

