
/**
Base CSS */

div {

	border: 0px solid red;
}

body {
	margin: 0px;
        background-color:#F7F7F7;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
		padding:0}
a { 
	color:#FFFFFF;
	text-decoration:none
}

.main {
	padding: 0 32px 0 32px;
}

.menu {

	width: 100%;
	height: 34px;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin: 15px 0 0 0;
	background-color: #3e5c7b;
}

div.menu a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 10px 10px 8px;
}

div.menu a:hover {
	color: #FFFFFF;
	background-color: #e9ac6f;
}

div.menu a:active {
	color: #FF5555;
}

.active {
	background: #e4913f;
}

.content {
	width: 100%;
	margin: 20px 0 0 0;
}

.advert {
	
	width: 120px;
	height: 400px;
	float: left;
	padding-right: 20px;
}

.header {

	line-height: 30px;
	width: 100%;
	color: #777777;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	border-bottom: 3px solid #446688;
	margin-bottom: 7px;
}

.articles {
	width: 100%;
	line-height: 130%;
	font-size: 11px;
}

.articles A {

	color: #444444;
}

.articles A:hover {
	color: orange;
}

.articles A:active {
	color: #FF5555;
}

.articles H1 {
	font-size: 12px;
	display:inline;
	line-height: 160%;
}

.subject:hover {
	text-decoration: underline;
}

.search_bg {
	background: #82c06f;
}

.search_title {

	padding: 3px 10px 3px 3px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #82c06f;
	border-bottom: 1px solid #72B05f;
}

.search_content {

	padding: 16px 6px 16px 6px;
	font-size: 12px;
	background: #caeac1;
	color: #666666;
	border-bottom: 3px solid #82c06f;
}

.searchbtn {
	width: 30px;
	border: 1px solid #82c06f;
	background: #EEEEEE;

}

.article_date {

	font-family: Arial;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	margin-top: 10px;
	line-height: 150%;
	border-bottom: 2px solid #555555;
}

.article_item {

	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}

.article_item2 {
	padding-top: 5px;
}

.pages {
	padding-bottom: 20px;
}

.pages A {
	color: #555555;
	text-decoration: underline;

}

.pages A:hover {
	color: orange;
}

.pages A:active {
	color: #FF5555;
}

.article {

	font-family: Verdana;
	font-weight; bold;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #888888;
}

.article_subject {

	border-bottom: 2px solid #888888;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.article H1 {

	font-size: 16px;
	display:inline;
	line-height: 160%;
	color: #222222;
}

.article_text {

	font-size: 50px;
}

.original {
	float: left;
}

.original A {
	color: #2255EE;
	
}

.articleprevnext {

	float: right;
}

.articleprevnext A {

	color: #2255EE;
}


.link_bg {
	background: #e9ac6f;
}

.link_title {

	padding: 3px 10px 3px 3px;
	text-align: right;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #e9ac6f;
	border-bottom: 1px solid #d99c5f;
}

.link_content {
	padding: 16px 6px 16px 6px;
	font-size: 12px;
	background: #f6ddc4;
	color: #666666;
	border-bottom: 3px solid #e9ac6f;

}

.link_content2 {
	padding: 16px 6px 16px 6px;
	font-size: 12px;
	background: #f6ddc4;
	color: #666666;
	border-bottom: 3px solid #e9ac6f;
}

.link_content2 A {
	color: #666;
}

.smtakshe {

	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #555555;
}

.smtakshe A {

	color: #492c0f;
}

.smtakshe A:hover {
	color: #ef861e;
}

