body {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(gui/bg-carb.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-color: #5b5b5b;
	}

#box {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background: none;
	text-align: left;
	}

#menu_item {
	color: #000000;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px;
	border-bottom-style: dashed;
	}

#menu_subitem {
	padding: 0px 0px 0px 10px;
	}

#menu_subsubitem {
	padding: 0px 0px 0px 20px;
	}

a, a:hover {
	color: #000000;
	text-decoration: none;
	}

.link {
	color: #f18300;
	text-decoration: underline;
	}

.link:hover {
	color: #f18300;
	text-decoration: none;
	}

.projectlink {
	color: #000000;
	text-decoration: underline;
	}

.projectlink:hover {
	color: #000000;
	text-decoration: none;
	}

.title {
	font-size: 15px;
	font-weight: bold;
	line-height: 200%;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 180%;
	color: #ffffff;
	padding: 10px;
	}

/*FORMS*/
label
	{
	float: left;
	width: 80px;
	height: 24px;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: right;
	}

input
	{
	float: left;
	width: 240px;
	height: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	background: #ffddb4;
	border: 1px;
	border-bottom: none;
	}

input.focus
	{
	float: left;
	width: 240px;
	height: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	background: #ffffff;
	border: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbbbbb;
	}

textarea
	{
	float: left;
	width: 240px;
	height: 146px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	background: #ffddb4;
	border: 1px;
	border-bottom: none;
	}

textarea.focus
	{
	float: left;
	width: 240px;
	height: 146px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525252;
	background: #ffffff;
	border: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #bbbbbb;
	}

input.submit
	{
	float: left;
	height: 26px;
	width: 200px;
	margin: 6px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;
	background-color: #ba9245;
	border: 1px;
	border-color: #dfdfdf;
	border-style: solid;
	cursor: pointer;
	cursor: hand;
	}

