body {
	background: url('/images/bg.gif');
	margin: 0px;
}

a {
	color: #7CBF48;
}

a:hover {
	text-decoration: none;

}


.sapa {
	display: block;
	font-size: 12px;
	color: #696969;
	text-align:center;
	border: 1px dashed #cccccc;
	margin-top: 30px;
	margin-left: 175px;

}

.sapa a {
	font-size: 11px;
	font-style: italic;
	color: #000080 !important;
}

.breadcrumbs {
	padding: 2px 2px 6px 4px;
	background-color: #FFFFFF;
}

.content, td {
	font-weight: normal;
	font-family: Verdana;
	font-size:  11px;
	margin: 20px 10px 0px 15px;
	line-height: 140%;
	color: #696969;
	
}	

input, textarea {
	font-weight: normal;
	font-family: Verdana;
	font-size:  11px;
	line-height: 140%;
	color: #696969;
}
	

.book_title {
	font-weight: bold;
	font-size: 11px;
	display: block;
	text-align: center;
}

.articles_cats_list {
	font-weight: bold;
	font-size: 12px;
}

.article_title {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
}

.article_up {
	font-weight: bold;
	display: block;
	text-align: center;
	font-size: 13px;
}

.article_code {
	color: #1E90FF;
	font-family: Courier, Courier New, Tahoma;
	font-size: 10px;
	line-height: 200%;
}

li {
	padding-bottom: 10px;
}

.menu {
	border-left: 1px solid #CCCCCC; 
	background-color:#696969;
	border-top: 4px solid #696969;
}

.menu a {
	color: #CCCCCC;
	text-decoration: none;
	font: 11px Verdana;
}

.current_menu {
	border-left: 1px solid #CCCCCC; 
	color: #FFFFFF;
	background-color:#7CBF48;
}

.current_menu a {
	color: #FFFFFF;
	text-decoration: none;
	font: 11px Verdana;
}

.alphabet {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}


.bottom_menu {
	display: block;
	text-align: center;
	margin-top: -45px
}

.bottom_menu a {
	font-size:10px;
	font-family:Verdana;
	color: #696969;
	text-decoration:none;
}

.bottom_menu a:hover {
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	text-decoration: underline;
}

.submit {
	border: 1px solid #000000;
	background: #CCCCCC;
	color: #000000;
}

.select {
	border: 1px solid #000000;
	margin-top: 10px;
}

.error_msg {
	display: block;
	text-align: center;
	color: #FF4500;
}