/* CSS Document */

body {
	margin: 0;
	background-color: #ededed;
	text-align: left;
}
.tbltop {
	background-color: #FF6600;
	color: #fff;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10pt;
	text-align: left;
}
.td2 {
	background-color: #ffffff;
	color: #000;
	font-family: tahoma;
	font-size: 9pt;
	text-align: left;
}
.td1 {
	background-color: #dddddd;
	color: #000;
	font-family: tahoma;
	font-size: 9pt;
	text-align: left;
}
a {
	text-decoration: underline;
	font-weight: bold;
	color: #333;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a.navl {
	text-decoration: underline;
	color: #fff;
}
a.navl:hover {
	text-decoration: none;
	color: #efefef;
}

.content {
	background-image: url('images/index_05.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 10px;
	text-align: left;
}

.side_nav {
	background-image: url('images/index_06.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f67400;
	padding: 4px;
	text-align: left;
}

h1 {
	color: #FF3300;
	font-weight: bold;
	font-family: tahoma;
	font-size: 16pt;
	margin: 0;
	padding-bottom: 3px;
	text-align: left;
}

.content_text {
	font-family: tahoma;
	font-size: 10pt;
	line-height: 15pt;
	color: #000;
	text-align: left;
}

.content_text2 {
	font-family: tahoma;
	font-size: 10pt;
	line-height: 15pt;
	color: #000;
	text-align: right;
}

.side_text {
	font-family: tahoma;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-align: left;
}
