/* CSS Document */
body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6b6d;
	height: 100%;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6b6d;
}
a{
	color: #aec5d7;
}
a:hover{
	color: #b5120d;
}
a:active {
	color: #b5120d;
}
.form_col{
	padding: 5px;
	font-weight: bold;
	}
.title{
	width:100%;
	color: #fbfeff;
	font-size: 12px;
	font-family:Arial;
	/*font-weight:bold;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	
}
.text{
	width:100%;
	padding: 7px;
}
.subtitle{
	color: #b5120d;
	text-decoration: none;
}
a .subtitle hover{
	text-decoration: underline;
}
#wrapper{
	border: 1px solid #000000;
	background-color: #15191C;
}
.redtitle{
	color: #b5120d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}
.author{
	color: #b7bec4;
}
.forward{
	color:#fcfdff;
	font-weight: bold;
	letter-spacing: -1px;
}
.box{
	border-top: 1px solid #92979b;
	width:100%;
	background-image:url(images/bg-box.gif);	
	background-repeat:repeat-x;	
}
#header
{
	background-image:url(images/top_background.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 86px;
}
#footer{
	color: #6a6b6d;
	text-align: center;
	letter-spacing: 1px;
	height: 69px;
	background-image:url(images/bottom_background.gif);
	width: 100%;
	font-size: 10px;
}
#content{
	height:100%;
	float: left;
}


#menu{
	width: 165px;
}

#title{
float:left
}
#breadcrump{
	float:right;
	padding-top:52px;
	witdth:200px;
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
	width: 200px;
}
#menu img {
	border-bottom: 1px solid #15191C;
	border-left: 0px;
}
.show {
	font-size: 14px;
	float: right;
	cursor: pointer;
	cursor: hand;
}
p {
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
.redlink {

	color: #b5120d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
