/*

GENERAL

*/

html {
	overflow: -moz-scrollbars-vertical;
}
body,td,th {
	color: #333;
	font-family: Courier New, mono spaced;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}
body {
	background-color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #00C2D1;
	text-decoration: none;
}
a:visited {
	color: #00C2D1;
	text-decoration: none;
}
a:hover {
	color: #00C2D1;
	text-decoration: underline;
}
a:active {
	color: #00C2D1;
	text-decoration: none;
}

/*

HEADER

*/


div.header {
}
div.header a {
	display: block;
	text-transform: uppercase;
}
div.header div.left a.active {
	background-color: #cccec1;
}
div.header div.left a:hover {
	background-color: #cccec1;
}
div.header {
	text-align: left;
	padding-bottom: 10px;
}
div.header div.right {
	text-align: right;
	padding-bottom: 10px;
}

/*

LAYOUT

*/

div.content {
	background-color: #cccec1;
}
div.content p {
	color: #333333;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
div.content span.name {
	text-transform: uppercase;
}
div.person {
	overflow: hidden;/*	padding-bottom: 10px; */
}

/*

FOOTER

*/

div.footer {
	color: #cccec1;
	font-size: 11px;
	line-height: 12px;
}
div.footer div.left {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
}
div.footer div.right {
	text-align: right;
	padding-bottom: 20px;
	padding-top: 10px;
}