/* CSS Style Sheet */

/* Standard Settings */
body
{
	scrollbar-arrow-color: #FFD6A1;
	scrollbar-base-color: #F4AD51;
	background-color: #DD8819;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #684F40;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.diagrammHolder {
	height: 434px;
	width: 750px;
	padding-left: 200px;
}


td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #684F40;
	line-height: 20px;
	font-size: 13px;
}

a
{
	color: #684F40;
	text-decoration: none
}

a:hover
{
	color: #684F40;
	text-decoration: underline
}

a:active {
	color: #684F40;
	text-decoration: none
}
a:visited {
	color: #684F40;
	text-decoration: none
}


/* ASP.NET Controls by motiondev.ch */

.button
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #684F40;

}
.textbox
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #684F40;

}

/* Resign Settings */

.titel-site {
	font-family: Arial, Helvetica, sans-serif;
	color: #684F40;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}
.tab-line {
	font-family: Arial, Helvetica, sans-serif;
	color: #684F40;
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	background-color: #E48D1B;
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	color: #684F40;
	font-size: 9px;
	line-height: normal;
}
.tab-subpoint {

	font-family: Arial, Helvetica, sans-serif;
	color: #684F40;
	font-size: 11px;
	line-height: normal;
}
.tab-hg-color {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	background-color: #E48D1B;
}

