@charset "utf-8";

body {
	font-family: Verdana;
}

a{
	text-decoration: none;
}

a:visited{
	color: #20C;
}

h4{
	margin: 10px 0px;
}

.descr_text{
	font-size: 12px;
}

.just{
	text-align:justify;
}

.or{
	color: #FF9933;
}
.permalink{
	color: blue;
}

.title{
	color: #039;
}

.prim_links_container{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	height:26px;
}

.prim_links_list{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px;
	display: block;
	height:20px
}

.prim_links{
	background-color: #003399;
	margin: 0px;
	padding: 0px 6px 4px 6px;
	color: #FFFFFF;
	font-size: 18px;
}

.tcells{
	padding: 15px;
}

.tbottom{
	border-bottom: 1px dashed #CCC
}

.table_title{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom:20px;
}

.right{
	text-align: right;
	padding-right: 30px;
}

.table_content{
	vertical-align:top;
	padding-bottom:5px;
}

.middle{
	vertical-align:middle;
	text-align:center;
	color:#F93;
}

.main_container{
	margin-top: 10px;
	padding-top:10px;
	border-top: 1px #CCCCCC solid;
}

.blue_description_container{
	background-color:#D1D8EB;
	padding:1px;
}

.blue_description{
	border: 1px solid white;
	padding:5px;
}

.footer{
	border-top: 1px #CCCCCC solid;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}

.submenu{
	font-size:15px;
	padding: 5px 5px 0px 5px;
}

.submenu a{
	color: #FF9933;
}