/* CSS Document */

body {
	margin-top: 10px;
	margin-right: 0px; 
	margin-bottom: 0px;
	margin-left: 10px;
	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;
}

a {
	color: #333333;
	font-size: 90%;
	line-height:140%; 
	text-decoration:underline;
}

a:visited {
	color: #333333;
	font-size: 90%;
	line-height:140%; 
	text-decoration:underline;
}

a:hover {
	color: #333333;
	font-size: 90%;
	line-height:140%; 
	text-decoration:none;
}

.content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 80%;
	line-height:140%; 
}

.title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size:100%;
	font-weight:bold;
	line-height:120%; 
}

.sub_title {
	color: #CC5500;
}

.link {
	color: #CD5C5C;
	text-decoration:underline;
}
.link:visited {
	color: #CD5C5C;
}

.link_function {
	color: #2A52BE;
	text-decoration:underline;
}
.link_function:visited {
	color: #2A52BE;
}

.green {
	color: #6e943d;
}

.blue {
	color: #0588b6;
}

.light_green {
	color: #b4ba32;
}

.orange {
	color: #f79226;
}

.brown {
	color: #95744b;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
}

.title_bar {
	background-color:#95744b;
}
