body {
	font-family: verdana, times new roman;
	font-size: 9px;
	color: black;
	background: #e8e8e8 url('../images/frame/main_back.gif') left top repeat-x;
	text-align: center;
	margin: 0;
	line-height: 18px;
}

a { 
	color: #b669ab;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

p {
	margin: 15px 0;
}

h1 {
	color: #a54399;
	margin: 0 0 15px 0;
	font-size: 12px;
}

h2 {
	color: #a54399;
	margin: 10px 0 5px 0;
	font-size: 10px;
}

div#content ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

div#content ul li {
	background: transparent url('../images/frame/bullet.gif') left 7px no-repeat;
	padding: 0 0 0 10px;
}

div#content ol li {
	background: none;
	padding-left: 0;
}

.hidden {
	height:0px;
	line-height:0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}