@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.2;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bkg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669999;
}
a:hover {
	text-decoration: underline;
	color: #669999;
}
a:active {
	text-decoration: none;
	color: #003366;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #003366;
}
h2 {
	font-size: 14px;
	color: #669999;
}
h3 {
	font-size: 13px;
	color: #003366;
}
.style1 {
	font-size: 10px;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	color: #003366;
	margin-left: 15px;
	margin-right: 15px;
}
.style6 {
	font-size: 18px;
}
.style7 {	
	color: #669999;
	font-weight: bold;
}
.style8{
	color: #669999;
	font-size: 13px;
}
#content {
	text-align: justify;
}
.link {
	color: #669999;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
.hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
	cursor:hand;
}
.select {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}
#Submit, #Reset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #669999;
	border: 1px solid #003366;
}
