html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
body {
}
/*---------------------------------------------------------------------------*/
.container {
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*---------------------------------------------------------------------------*/
.header {
	width: 100%;
	border-collapse: collapse;
}
.contact {
	width: 170px;
	line-height: 20px;
	color: #7081BD;
	padding: 5px;
}
/*---------------------------------------------------------------------------*/
.hmenu {
	line-height: 23px;
	height: 24px;
	border-top: 3px solid #442680;
	border-bottom: 2px solid #dddddd;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	padding: 0px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 85%;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	white-space: nowrap;
}
.hmenu li {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}
.hmenu a {
	border: 1px solid #ffffff;
	color: #000000;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
}
.hmenu a:hover {
	border: 1px solid #ffffff;
	color: #000000;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/menuhoverbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*---------------------------------------------------------------------------*/
.content {
	width: 100%;
	border-collapse: collapse;
	font-size: 95%;
	line-height: 13pt;
}
.content a {
	color: #7081BD;
	text-decoration: none;
	font-weight: bold;
}
.content a:hover {
	text-decoration: underline;
}
.lcell {
	vertical-align: top;
}
.rcell {
	vertical-align: top;
}

/*---------------------------------------------------------------------------*/
.footer {
	font-size: 85%;
	color: #808080;
	border-top: 3px solid #442680;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}
.footer a {
	color: #808080;
	text-decoration: none;
}
/*---------------------------------------------------------------------------*/
.menu {
	color: #7081BD;
	line-height: 30px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 20px;
	list-style-position: inside;
	margin: 0px;
	float: left;
}
.menu a {
	color: #7081BD;
	text-decoration: none;
}
.menu a:hover {
	color: #F175AD;
	text-decoration: none;
}
/*---------------------------------------------------------------------------*/
h1 {
	font-size: 120%;
	color: #442680;
}
h2 {
	font-size: 100%;
	color: #442680;
}
/*---------------------------------------------------------------------------*/
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
label {
	font-weight: bold;
	color: #442680;
}
/*---------------------------------------------------------------------------*/
.c300 {
	width: 300px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.c300p {
	width: 300px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #EDEAF3;
}
.c400 {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.c400p {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #EDEAF3;
}
.error {
	color: #FF0000;
}