body {
	margin: 0px;
	color: #000000;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FAF4F4;
}

ul, li {
	line-height: 18px;
}

td, div, th {
	font-size: 12px;
	line-height: 18px;
}

input {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}

h1 {
	font-size: 13px;
	margin: 0 0 0 0;
	line-height: 18px;
	color: #9C3D9D;
}

h2 {
	font-size: 13px;
	margin: 0 0 0 0;
	line-height: 18px;
	color: #008080;
}

.big {
	font-size: 15px;
	line-height: 22px;
}

.msg {
	font-weight:bold;
	color: #336633;
}
.err {
	font-weight:bold;
	color: #880000;
}

p {
	margin: 0 0 0 0;
	line-height: 18px;
}

a {
	font-weight: bold;
	color: #9C3D9D;
	text-decoration: none;
}
a:hover {
	color: #008080;
}

div.heading {
	color: #000000;
	font-family: Times, Serif;
	font-size: 20px;
}

div.content {
	padding: 8 1 2 1;
}

div.actions {
	padding: 8 0 0 0;
	font-family: Times, Serif;
	font-size: 12px;
	font-weight: bold;
}
div.actions a {
	color: #000000;
	text-decoration: underline;
}
div.actions a:hover {
	text-decoration: none;
}

div.line {
	height: 1px;
	background-color: #CCCCCC;
	background-image: url(images/line_bg_tile.gif);
	background-repeat: repeat-x;
	margin: 8 0 0 0;
}

#content {
	padding: 30 25 25 25;
}

#nav {
	background-color: #F5E9F5;
	background-image: url(images/nav_bg_tile.gif);
	background-repeat: repeat-x;
}

#main {
	background-color: #FFFFFF;
	border-left: 1px solid #EBD8EB;
	border-right: 1px solid #EBD8EB;
}

#footer {
	background-color: #CC8FCC;
	background-image: url(images/footer_bg_tile.gif);
	background-repeat: repeat-x;
	font-size: 9px;
	text-align: center;
}

table.styled {
	border-top: 1px solid #B5D5D5;
	border-left: 1px solid #B5D5D5;
}

table.styled th.styled {
	background-color: #E0EDE7; /* #EBD8EB */
	padding: 5px;
	border-bottom: 1px solid #B5D5D5;
	border-right: 1px solid #B5D5D5;
	text-align: left;
	font-weight: normal;
}

table.styled td.styled {
	border-bottom: 1px solid #B5D5D5;
	border-right: 1px solid #B5D5D5;
}

table.styled tr.alt {
	background-color: #EFF9F9;
}

table.styled a {
	font-weight: bold;
	color: #9C3D9D;
	text-decoration: none;
}
table.styled a:hover {
	color: #008080;
}

