@charset "utf-8";
/* CSS Document */
body {
	background-color:#d6900a;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.tbl {
	border: 1px dashed #CCCCCC;
	background:#DDD;
}

.bg {	
	background:#612701;
}

.content {
	background:#FFF;
}

input[type="submit"]{
	border: 2px solid #555555;
	background: #666666;
	color:#FFFFFF;
	font-weight:bold;
}
input[type="text"]{
	border: 1px solid #555555;
	background: #FFFFFF;
}
.txttbl { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.linebuttom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.linebuttom2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.lineleft {
 background: #F7F4EB;
}
.lineright {	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.txttitle {
	font-size: 36px;
}
.sidebartitle {
	font-size:24px;
	font-weight:bold;
	color: #624731;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color:#D6900A;
}
a:active {
	color: #000000;
	text-decoration:none;
}
.tblGrey {
	background-color: #EEEEEE;
}
.txtbox {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	background:#FFFFFF;
}
.txtdarkgreen {
	color: #BC4A03;
	font-weight: bold;
	font-size: 18px;
}
.txtgrey {
	color:#CCC;
}

