body {
	background-color: #CD3277;
}

body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: white;
	text-decoration: underline;
}

td.tab_active {
	width: 84px;
	background-color: #00E100;
	height: 20px;
	text-align:center;
}

td.tab {
	width: 84px;
	background-color: #CD3277;
	height: 20px;
	text-align:center;
}

a.tab_active {
	width: 84px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: black;
}

a.tab {
	width: 84px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

td.top_edge {
	background-image: url(images/edge_top.gif);
	background-repeat: repeat-x;
}

td.bottom_edge {
	background-image: url(images/edge_bottom.gif);
	background-repeat: repeat-x;
}

td.left_edge {
	background-image: url(images/edge_left.gif);
	background-repeat: repeat-y;
}

td.right_edge {
	background-image: url(images/edge_right.gif);
	background-repeat: repeat-y;
}

td.content {
	background-color: Black;
}

td.content_text {
	padding: 35px;
}

p {
	line-height: 18px;
}

.green {
	color: #00E100;
	font-weight: bold;
}