body {
	margin:0px;
	padding:0px;
	background:url(../images/bg_allover.gif) repeat-x top #511204;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#454545;
	line-height:16px;
}
body img{ max-width: 700px !important; }
.text{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:12px;
}
.background {
	background:url(../images/background.gif) no-repeat top center;
}

a {
	color:#8f2907;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.strong {
	font-size:12px;
	line-height:18px;
	color:#8f2907;
}

.title_text {
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#411202;
	border-bottom:1px dashed #c7c7c7;
	padding: 12px 0;
}
	

.button {
	background:url(../images/button.png) no-repeat;
	height:26px;
	width:92px;
	border:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#310c03;
	font-size:12px;
	padding-bottom:2px;
	cursor:pointer;
}

.text_field {
	background:#571904;
	border:1px solid #8c2806;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#d83e0a;
	padding:4px;
}

.body_bg_top {
	background:url(../images/body_top_bg.gif) repeat-x;
	height:15px;
}
.body_bg_bottom {
	background:url(../images/body_bottom_bg.gif) repeat-x;
	height:15px;
}
.body_bg_left {
	background:url(../images/body_left_bg.gif) repeat-y;
	width:15px;
}
.body_bg_right {
	background:url(../images/body_right_bg.gif) repeat-y;
	width:15px;
}

.title_bg {
	background:url(../images/title_bg.gif) repeat-x;
	height:44px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
}
.block_bg_left {
	background:url(../images/block_left_bg.gif) repeat-y;
	width:15px;
}
.block_bg_right {
	background:url(../images/block_right_bg.gif) repeat-y;
	width:15px;
}
.block_bg_bottom {
	background:url(../images/block_bottom_bg.gif) repeat-x;
	height:15px;
}
.block_bg {
	background:#6d1f05;
	padding:15px 14px 0px 14px;;
	border-left:1px solid #d05e1a;
	border-right:1px solid #d05e1a;
	color:#f0c580;
}
.block_bg a {
	color:#f0c580;
	text-decoration:none;
}
.block_bg a:hover {
	color:#fff;
}
.block_bg strong {
	color:#f0c580;
	font-size:12px;
	padding-left:2px;
	line-height:22px;
	text-decoration:none;
}
.block_bg b {
	color:#fff;
	font-size:12px;
	text-decoration:none;
}

.welcome_area {
	background:#fff8de;
	padding:20px;
}

.bottom_link {
	padding:0px 0px;
	font-size:12px;
	color:#f7e9c4;
	font-weight:bold;
	line-height:22px;
}
.bottom_link a{
	color:#f7e9c4;
	text-decoration:none;
}
.bottom_link a:hover{
	color:#fff;
	text-decoration:underline;
}

.footer {
	font-size:12px;
	color:#6d1f05;
	line-height:22px;
	padding:15px;
}
.footer a {
	color:#6d1f05;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}

.field{
	background:#FEFAEC;
	border:1px solid #D1C597;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#d83e0a;
	padding:4px;
}
.field:focus{
	background:#fff;
	border:1px solid #000;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	padding:4px;
}
.title_pad{ padding: 8px 0; }
.red{ 
	color:#F00;
	display:block;
	padding:12px 8px 8px 36px;
	background-color:#FFE8EA;
	border: solid 1px #FF4F61;
	background-image:url(../images/alert_pad.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.red2{ 
	color:#F00;
}
.green2{ 
	color:#090;
}
.green{ 
	color:#090;
	display:block;
	padding:8px;
	background-color:#DDFCDC;
	border: solid 1px #5FDE62;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.table-heading{
	background-color:#C3AD73;
	color:#FFF;
	padding:1px;
}
.dark-row{
	border-bottom: dotted 1px #ccc;
}
.row2{
	background-color:#F1E2B9;
}
.button2{ background:#3A0E03; color:#FFF; border: solid 1px #fff; }
.image_bg{ background:#DDCDA3; padding:2px; border: solid 1px #D0BC86; }
.image_bg2{ background-color:#C3AD73; padding:2px; border-top: solid 2px #F7E9C4; }
.image_bg_red{ background-color:#FFECEC; border:solid 1px #FC4E4E; padding:2px; }