body {
	background-color: #FFFFFF;
}
a {
   color: #000066
   font-weight: bold;
}
td, div {
   font-family: arial;
   font-size: 12px;
   color: #000066}

h1, h2, h3, h4, .main {
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   color: #000066;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.border {
	border: 4px solid #000066;
}
.border1 {
	border: thin dotted #000000;
}
.border2 {
	border: thin dashed #000000;
}
.border3 {
	border: thin solid #000000;
}
