@charset "windows-1251";
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top : 10px;
	margin-bottom : 10px;
}
.leftBg {
	background-image: url(images/leftbg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightBg {
	background-image: url(images/rightbg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.headArea {
	border: 1px solid #556A8C;
}
.logoArea {
	background-image: url(images/headbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.blueHeadArea {
	background-color: #667CA2;
	background-image: url(images/headbg2.gif);
	background-repeat: repeat-x;
	background-position: 5px top;
}
.mainArea {
	border-right: 1px solid #556A8C;
	border-left: 1px solid #556A8C;
}
.menuDecor {
	background-color: #F7F7F7;
	background-image: url(images/menudecorbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.menuArea {
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.menuItem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	padding-left: 10px;
	font-size: 11px;
	color: #333333;
	cursor: pointer;
}
.menuItem a{
	color: #333333;
	text-decoration: none;
}

.menuItem a:hover{
	color: #333333;
	text-decoration: none;
}

.menuItemOver {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	padding-left: 10px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #859ABF;
	cursor: pointer;
}
.menuItemOver a{
	color: #FFFFFF;
	text-decoration: none;
}

.menuItemOver a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.bottomArea {
	border-right: 1px solid #556A8C;
	border-left: 1px solid #556A8C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #556A8C;
}
.copyrightArea {
	background-color: #8596B5;
	background-image: url(images/copyrightbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #667CA2;
}
.gray {
	font-size: 11px;
	color: #333333;
	cursor: pointer;
	background-color: #F7F7F7;
}
.bottomLine {
	font-family: "Ms Sans Serif", Arial, Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #667CA2;
}
.bottomLine a{
	color: #FFFFFF;
	text-decoration: none;
}

.bottomLine a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.mainTextArea {
	font-size: 70%;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align : justify;
}

.mainTextAreaLeft {
	font-size: 70%;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}

.mainTextHeader {
	font-size: 12px;
	color: #667CA2;
	font-weight: bold;
}


.mainTextArea a, .mainTextAreaLeft a{
	color: #667CA2;
}
.headerText {
	font-size: 11px;
	color: #667CA2;
}
.gray2 {
	font-size: 11px;
	color: #333333;
	cursor: pointer;
	background-color: #DBDBDB;
}

li {
	list-style-type : none;
	list-style-image : url(images/itempoint2.gif);
	margin-top: 4px;
	margin-bottom: 4px;
}

.corners li {
	list-style-type : none;
	list-style-image : url(images/item3.gif);
	margin-left : -3px;
	line-height : 14px;
}

.submenu {
  margin-left : 16px;
}

.caption {
  font-size:11px; !important
  margin: 0px 10px 15px 20px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 50px;
  text-align : justify;
}