body {
	margin: 0px;
	padding: 0px;
}

p, td, li {
	color: #000000;
	font: normal 11px Verdana;
	margin: 7px 0px;
}

span {
	color: #ffffff;
	font: normal 11px Verdana;
}

a {
	color: #660000;
	font: normal 11px Verdana;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

/* Controls */

label {
	font: normal 11px Verdana;
	display: block;
}

label.norm {
	font: normal 11px Verdana;
	display: block;
	width: 0%;
}

select {
	font: normal 11px Tahoma;
	background color: #ECECEC;
}

.edit {
	font: normal 11px Tahoma;
	background color: #ECECEC;
	border-top: 1px solid #840000;
	border-left: 1px solid #840000;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.area {
	font: normal 11px Tahoma;
	background color: #ECECEC;
	border-top: 1px solid #840000;
	border-left: 1px solid #840000;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}


.subm {
/*
	background color: #ECECEC;
	border-top: 2px solid lightgrey;
	border-left: 2px solid lightgrey;
	border-bottom: 2px solid grey;
	border-right: 2px solid grey;*/

	font: normal 11px Tahoma;
	padding: 0px 10px;
	border-width: 1px;
	height: 21px;
	background-color: #ECECEC;
	border-top-color: #F4F4F4;
	border-left-color: #F4F4F4;
	border-bottom-color: #969696;
	border-right-color: #969696;
}

/* Arrows */

img.sarr {
	margin: 0px 5px 1px 0px;
}

img.fsarr {
	margin: 0px 5px 1px 11px;
}

/* td classes */

td.page-head {
	color: #ffffff;
	background-color: #660000;
	font: bold 13px Tahoma;
	letter-spacing: 1px;
	padding: 0px 5px;
}

/*Sasha Start*/
td.block-head {
	color: #000000;
	font: bold 13px Trebuchet MS;
	background-color: #F3F3F3;
	border-bottom: 2px solid #CCCCCC;
	text-align: center;
	height: 20px;
	cursor: default;
}
/*Sasha end*/

td.ba-cell {
	width: 20px;
	padding-top: 4px;
}

td.clink {
	padding-bottom: 7px;
}

td.reg-v-name {
/*	width: 200px;*/
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

td.error-msg {
	color: red;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 7px;
}

/* link classes*/

a.common {
	display: block;
	margin: 6px 0px;
	padding-left: 21px;
	background-image: url(/data/images/arrows/b_arrow.gif);
	background-position: 7px 5px;
	background-repeat: no-repeat;
}

a.strong, a.strong:hover, a.strong:visited {
	color: #000000;
	font-weight: bold;
	display: block;
	margin: 2px 0px;
	padding-left: 11px;
	background-image: url(/data/images/arrows/br_arrow.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

.sm, .sm:hover, .sm:visited {
	font-size: 10px;
	color: #000000;
}

/* list classes */

ul.cm {
	list-style-type: none;
	margin: 10px;
}

li.cm {
	margin: 4px 0px;
	padding: 0px 0px 0px 11px;
	background-image: url(/data/images/arrows/b_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

/* other */

span.text {
	color: #000000;
	font: normal 12px Verdana;
}

span.text td {
	font: normal 12px Verdana;
	margin: 12px 0px;
}

span.text ul, ol, li {
	font: normal 12px Verdana;
}

span.text p {
	font: normal 12px Verdana;
	margin: 15px 0px;
}

span.text span {
	color: #000000;
	font: normal 12px Verdana;
}

span.text a {
	font: normal 12px Verdana;
	text-decoration: underline;
}

.link{

}

td.lblock-head {
	color: #000000;
	font: bold 13px Trebuchet MS;
	background-color: #F3F3F3;
	border-bottom: 2px solid #CCCCCC;
	text-align: left;
	height: 20px;
	cursor: default;
}

td.head {
	color: #630000;
	font: bold 13px Trebuchet MS;
	background-color: #FFFFFF;
	text-align: center;
	height: 20px;
	cursor: default;
}


a.footer {
	margin: 4px 0px;
	padding: 0px 0px 0px 11px;
	background-image: url(/data/images/arrows/b_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	}
	
	
td.page-head {
		background-color:#FFCC33;
		padding-top:2px;
		padding-bottom:2px;
		margin:0px;
		padding-left:0px;
		margin-right:0px;
		font-size:16px;
		color:#990000;
		font-family:Arial;
		}
.page-head h1 {
		font-size:16px;
		color:#990000;
		font-family:Verdana;
		font-weight:bold;
		margin : 0px;
		}


/*Sasha Start*/
a.footerlink {
	display: block;
	margin: 6px 0px;
	padding-left: 21px;
	background-image: url(/data/images/design/arrow_dark_common.gif);
	background-position: 7px 5px;
	background-repeat: no-repeat;
}

a.menu  {
	color: #FFFFFF;
	font-size:14px;
	font-weight:800;
	font-family:Arial;
	text-decoration:none;               
}

a.menu:hover {
	color: #990000;
	font-size:14px;
	font-weight:800;
	font-family:Arial;
	text-decoration:none;	
}

div.menu{
	background-color:#CC9900;
	height:21px;
	valign:bottom;
}
/*Sasha End*/


/************************* evgtsn Start ******************************/

h1 {
	font: 18px Verdana;
	font-weight : normal;
}

span.text {
	color: #000000;
	font: normal 12px Verdana;
	margin-left:20px;
}

.form-head {
	color: #ffffff;
	background-color: #FFCC33;
	font: bold 13px Tahoma;
	letter-spacing: 1px;
	padding: 3px 3px 3px 10px;
}

/************************* evgtsn end ******************************/

.related-content-container p{font-size: 10px;}
#ednote P {    MARGIN: 0px}
#ednote {font-size: 11px;}
