body {
	margin: 0px;
	color: #000000;
	background-color: #663366;	
	font-family: Arial,Helvetica,sans-serif;
}

h1 {
	font-size: 18pt;
	color: #663366;
}
h2 {
	font-size: 12pt;
	color: #000000;
}
img.rotl {
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: #000000;
}
img.rotm {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
img.rotr {
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #000000;
}
form input:focus, form textarea:focus {
	background: #f6f6f6;
}

a {
	color: blue;
}
a:hover {
	color: blue;
}
a:active {
	color: blue;
}
a:hover {
	color: blue;
}

a.nav {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
a.nav-current {
	font-size: 12px;
	font-weight: bold;
	color: #663366;
	background-color: #ffffff;
	text-decoration: none;
}

.base {
	font-size: 10pt;
	color: #000000;
}
.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}
.bottag {
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;	
}
.purple {
	color: purple;
}
.blue {
	color: blue;
}
.head_title {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	text-align: center;
}
.head_contact {
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #205490;
	text-align: center;
}
.indent {
	margin-left: 30px;
}
