/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	padding-left: 0px; 
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*background:#ffc20f url(../images/background.jpg) repeat-x ;*/
	background:#fbbd96 url(../images/background.jpg) repeat-x ;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 100%;
	line-height:140%; 
}

.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size:120%;
	font-weight:bold;
	line-height:120%; 
}

.sub_title {
	color: #CC5500;
}

.link {
	color: #693837;
	text-decoration:underline;
}

.link_function {
	color: #693837;
	text-decoration:underline;
}

.green {
	color: #6e943d;
}

.blue {
	color: #0588b6;
}

.light_green {
	color: #b4ba32;
}

.orange {
	color: #f79226;
}

.brown {
	color: #95744b;
}

.grey {
	color: #d3d3d3;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
}

.title_bar {
	background-color:#95744b;
}