/* CSS Document */
.developers_note{
	color:#FF33FF;
}
.txt_percent_70 {
	font-size:70%;
}
.txt_percent_80 {
	font-size:80%;
}
.txt_percent_90 {
	font-size:90%;
}
.txt_percent_110 {
	font-size:110%;
}
.txt_percent_120 {
	font-size:120%;
}
.image_border {
	border: solid 1px #A7C3D8;
	padding: 2px;
	margin: 5px 5px 10px;
}
h1, h2 {
	color: #852e00;
}

h1 {
	font-size: 1.5em;
	margin:0px 0px 0px -6px;
}

h2 {
	font-size: 1.3em;
}
h3{
	color: #8B894E;
	font-size: 110%;
	display: block;
	margin:-5px;
}
h4{}
#sidebar h1, h2 {
	color: #852e00;
}
#sidebar h1 {
	font-size: 110%;
	margin-top: 15px;
}
#sidebar h3 {
	font-size: 1.5em;
}
#sidebar h4 {
	font-size: 90%;
}
.b {
	font-weight: bold;
}
.r {
	color: #fff;
}
.err{
	color:#f00;
}
ol {
  font-weight:bold;
 
}
ol span {
  font-weight:normal;
}

a {
	color: #26546e;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
.img_box_left {
	display: block;
	float: left;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding: 2px;
	margin: 10px 5px 15px;
	border:1px solid #6591B4;
	}
	.img_box_right {
	display: block;
	float: right;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding: 2px;
	margin: 10px 5px 15px;
	border:1px solid #6591B4;
	}
	.img_box {
	display: block;
	font-size: 80%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	padding: 2px;
	margin: 5px 5px 0px 5px;
	border:1px solid #AC8101;
	}

#footer {
	text-align: center;
	font-size: 10px;
	padding: 0.5em;
}

#footer, #footer a {
	color: #fbf9f8;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #fbf9f8;
}

#content_footer {
	font-size: 10px;
	color: #8e3100;
	line-height: 27px;
	text-align: right;
}

#content_footer span {
	padding-right: 293px;
}
/* the div surrounding link mgr output */
.linkman {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* links output by the link mgr */
.linkman a {
	font-weight: bold;
}
/* info output by the link mgr */
#link_mgr_output p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000;
}
/* add links form */
#link_mgr_output form td, #link_mgr_output form p {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
/* link mgr copyright div */
.linkmang {
display:none;
}
