/* CSS Document */
html, body, p, table, td, form, img, h1, h2, h3, h4, h5, h6, input, button, select {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

body {
  background: #88bfde url(background.jpg);
  background-repeat: repeat-x;
}

body, form {
  margin: 0;
  padding: 0;
}
.a1 { text-transform: capitalize; color: #FFFFFF; text-decoration: none; }
.a1:hover { text-transform: capitalize; color: #FFFFFF; text-decoration: underline; }
.a2 { font-size: 10px; color: #004080; text-decoration: underline; }
.a2:hover { font-size: 10px; color: #FF0000; text-decoration: underline; }
.a3 { font-size: 10px; color: #000000; text-decoration: underline; }
.a3:hover { font-size: 10px; color: #000000; text-decoration: underline; }

.hd1 {
	color: #E65C19;
	font-size: 12px;
	font-weight: bolder;
}
.hd2 {
	color: #004080;
	font-size: 12px;
	font-weight: bolder;
}
.hd3 {  color: #0081BF; font size: 13px; font-weight: bolder; }
.bg1 {
	background-color: 0061A1;
	background-repeat: repeat;
}
select {
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
width:120px;
}
.hdbgk {
	background-image: url(top_bg.gif);
	background-repeat: repeat;
}