body {
    color: #810167;
    background: #FFFFFF;
    margin: 10px;
    padding: 0px;
    font: 11px arial, tahoma, verdana, helvetica, sans-serif;
}

img {
    border-style: none;
}

p {
    font: 11px arial, tahoma, verdana, helvetica, sans-serif;
    margin: 1px 10px 0px 25px;
    padding: 1px 0px 3px 0px;
    color: #810167;
}

td {
    color: #810167;
    padding: 2px;
    font: 11px arial, tahoma, verdana, helvetica, sans-serif;
}

a {
    color: #810167;
    font-size: 11px;
    font-family: arial, tahoma, verdana, helvetica, sans-serif;
    /* background : transparent; */
}

a:link    { color: #810167; font-style: normal; text-decoration: none; }     
a:visited { color: #810167; font-style: normal; text-decoration: none; }
a:hover   { color: #A5D341; font-style: normal; text-decoration: none; }

#container {
	text-align: left;
	width: 700px;
	height: 600px;
	background: #FFFFFF url('images/bg-stripes.gif') no-repeat;
	border-bottom: 1px solid #810167;
	margin: 0px;
	padding: 0px;
}

#left {
	float: left;
	width: 150px;
	height: 550px;
	padding-left: 30px;
}

.left1 {
	height: 350px;
	padding-top: 10px;
}

.left2 {
	height: 155px;
	text-align: left;
	padding-left: 20px;
}

#right {
	float: right;
	width: 520px;
	height: 550px;
}

#footer {
	text-align: center;
	width: 700px;
	background: #FFFFFF url('images/bg-footer.gif');
	height: 10px;
	margin: 0px;
}

.menutitle {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	color: #B92145;
	width: 100px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	/*/*/border: 3px double #810167;/* */
}

.submenu {
	margin-bottom: 0.5em;
	text-align: center;
	color: #810167;
}

.h1 {
	text-align: left;
	color: #B92145;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	padding-left: 5px;
	background-color: #FBE3E9;
	border: 1px solid #B92145;
}

.dinfo {
	text-align: left;
	color: #A5D341;
	font-size: 11px;
	padding: 3px;
	width: 200px;
	background-color: #F6FBEB;
	border: 1px solid #A5D341;
}

ul {
	list-style-type: lower-roman;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	list-style: inside none;
}