body{
	background: #55342C;
	text-align: center;
	margin: 0px;
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 10pt;
	}
input,select,textarea{
	background: #dedede;
	color: #000000;
	font-family: tahoma,helvetica,arial,sans-serif;
	font-size: 10pt;
	border: 1px solid #999999;
	font-weight:bold;
	padding: 2px;
	}
.row_1,.row_2{
	font-size: 10pt;
	padding: 2px;
	}
.row_error{
	color: #ff0000;
	font-weight: bold;
	}
#enclosure{
	width: 996px;
	text-align: left;
	margin: 0px auto;
	background: #ffffff url('/images/body_bg.jpg') repeat-y top center;
	}
#header{
	background: #55342C url('/images/header_bg.jpg') repeat-x top left;
	height: 135px;
	}
#logo{
	background: #55342C url('/images/header_logo.jpg') no-repeat top left;
	float: left;
	width: 284px;
	height: 135px;
	}
#logo h1{
	margin: 0px;
	text-indent: -2000em;
	}
#header_image{
	float: right;
	border-left: 1px solid #ffffff;
	}
#navigation{
	background: #cccccc url('/images/nav_bg.jpg') repeat-x top left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	}
#navigation span{
	overflow: hidden;
	background: #000000;
	float: left;
	margin: 14px 10px 0 10px;
	line-height: 10px;
	width: 1px;
	}
#navigation a{
	float: left;
	padding: 0 7px 0 7px;
	line-height: 35px;
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	text-decoration: none;
	}
#navigation a:hover{
	color: #666666;
	}
#content_enc{
	padding: 15px;
	}
#sidebar{
	float: left;
	width: 290px;
	background: #EBEBEB;
	border: #BFBFBF 1px solid;
	}
#sidebar h2{
	background: #333333;
	color: #ffffff;
	font-size: 13pt;
	margin: 0px;
	padding: 6px;
	}
#sidebar p{
	margin: 0px;
	padding: 10px;
	}
#main_content{
	float: left;
	width: 640px;
	}
#main_content .padding{
	padding: 0 15px 0 15px;
	}
#main_content h2{
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 15px 0;
	}
#main_content p{
	margin: 0;
	padding: 0 5px 15px 5px;
	}
#main_content ul{
	list-style: none;
	margin: 0 0 15px 35px;
	padding: 0px;
	list-style-image: url('/images/lidot.jpg');
	}
#index_more{
	display: block;
	background: url('/images/index_moreinfo.jpg') top left no-repeat;
	width: 620px;
	height: 32px;
	text-indent: -2000em;
	}
#footer{
	margin: 100px 0 1px 0;
	background: #381F1A;
	color: #ffffff;
	padding: 3px;
	}
#footer a{
	color: #ffffff;
	text-decoration: none;
	}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
	}
a.download{
	background: #DEDEDE;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 5px 150px 15px 5px;
	padding: 5px;
	border: 1px solid #666666;	
	font-size: 10pt;
	}
a.download:hover{
	background: #55342C;
	color: #ffffff;
	}