body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	margin: 0px;
	background-image: url(interface/images/page_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DC9A43;
}
.page_top {
	background-image: url(interface/images/page_bg_r1_c1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 171px;
}

h1 {
	font-size: 24px;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
}
.bottom {
	color: #3D3D3D;
}
.bottom_line {
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DC9A43;
	border-bottom-color: #CD8A3B;
	border-bottom-width: 1px;
}
.default_text_style_small {font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#444444}

#Layer1 a {color: White; text-decoration:none}
#Layer1 a:hover {color: Red; text-decoration:none}
a {color: #888888; text-decoration:none}
a:hover {color: Red; text-decoration:none}

.bottom a {color: #333333; text-decoration:none}
.bottom a:hover {color: Red; text-decoration:none}

.right_dotted_line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

.but_container {
	padding-right:2px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:10px; 
	color:#FFFFFF; 
	text-align:right; 
	height:28px; 
	line-height:28px; 
	background-image:url(interface/images/but_right.jpg); 
	background-position:right; 
	background-repeat:no-repeat;
	float:left;
}

.but_container a {text-decoration:none; color:#FFFFFF;}
.yellow-button {background-image:url(interface/images/yellow_but_left.jpg); background-position:left; background-repeat:no-repeat; padding:10px 10px 10px 10px; line-height:28px; height:28px;}
.yellow-button:hover {background-image:url(interface/images/yellow_but_left_hover.jpg); background-position:left; background-repeat:no-repeat; padding:10px 10px 10px 10px; cursor:pointer;}

