@charset "utf-8";
/* CSS Document */

body {
	background-color: #9191CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1{
margin-top: .125em;
margin-bottom: .125em;
}
.style1 {
	font-weight: bold;
	color: #3E3E88;
	font-size: 16px;
}
a.style1:link						{color: #3E3E88; text-decoration: none; }
a.style1:hover						{color: #FFFFFF; text-decoration: none; }
a.style1:visited					{color: #3E3E88; text-decoration: none; }
a.style1:visited:hover			{color: #FFFFFF; text-decoration: none; }
.style2 {
	font-size: 14px;
}
.style3 {
font-size: 14px; 
font-weight: bold; 
}
input
{
	font-size: 11px;
}
.form {
font-size: 12px;
}
.border {
	border: 1px solid #000000;
}
