/* CSS Document */

body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67%;
}

h1 {
	margin-top: 0px;
	color: #3E0345;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	margin-top: 0px;
	color: #3E0345;
	font-weight: normal;
	font-size: 1.1em;
}

p {
	line-height: 1.6em;
	margin-top: 0px;
}

a {
	color: #3E0345;
	text-decoration: none;
}

a.active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	line-height: 1.6em;
	margin-top: 0px;
	list-style-image: url(/images/icon-bullet.gif);
}

ol {
	line-height: 1.6em;
	margin-top: 0px;
}

input {
	background: #eeeeee;
	border: 1px solid #c5b3c7;
	padding: 4px;
	color: #666666;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	background: #eeeeee;
	border: 1px solid #c5b3c7;
	padding: 4px;
	color: #666666;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

select {
	background: #eeeeee;
	border: 1px solid #c5b3c7;
	padding: 4px;
	color: #666666;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}

table.data th {
	color: #3E0345;
	font-weight: bold;
	background: #eeeeee;
	border: 1px solid #c5b3c7;
	padding: 4px;
	text-align: left;
}

table.data td {
	border: 1px solid #c5b3c7;
	padding: 4px;
}
