* {
	margin:0;
	padding:0;
}

p {
	padding: 0.6em 0em 0.4em 0em;
}

ul, ol {
	margin: 20px;
}

html, body {
	width:100%;
	height:100%;
}
body {
	font-family : Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.75em;
	color: #000;
}

a:link.svej, a:visited.svej {COLOR: #2871B6; text-decoration:none;}
a:hover.svej, a:active.svej {COLOR: #2871B6; text-decoration: underline;}


table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
}

table td{
padding:0px; /* cellspadding="0" */
font-size: 0.75em;
}

table.stuff{
border-collapse:separate;
}

table.stuff td{
padding:5px 10px;
border:1px solid #666666;
}

td.leftcol {
	width: 50%;
	vertical-align: top;
	padding-bottom: 20px;
}

a:link, a:visited{
	color: #798bbf;
	text-decoration: underline;
}

a:hover, a:active{
	color: #798bbf;
	text-decoration: none;
}

.footer {
	font-size: 0.6em;
	color: #006060;
	background-color: #fafafa;
}

.small {
	font-size: 0.8em;
}

.small09 {
	font-size: 0.9em;
}

.smalltop {
	font-size: 0.7em;
}

.smallcomment {
	font-size: 0.6em;
}

input {
	border: solid 1px #d0d0d0;	
	font-size: 13px;	
}

.noborder {
	border: none;
}

.title_author {
	color:#006060;
	font-size:0.9em;
}

.title_author_inner {
	color:#006060;
}

.mydiv {
	background-position: 50% 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	border:1px solid #d0d0d0;
	width:110px;
	height:110px;
	top:-18px;
	position:relative;
}

.mydiv_inner {
	background-position: 50% 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	border:1px solid #d0d0d0;
	width:110px;
	height:110px;
	float:left;
	margin-right:10px;
}


.mydiv_personal {
	background-position: 50% 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	border:1px solid #d0d0d0;
	width:110px;
	height:110px;
	margin-right:10px;
}

.mydiv_speed {
	background-position: 50% 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	border:0px;
	width:25px;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:center;

}

.bg1{background-image:url(/images/bg1.gif);background-repeat:repeat-x;background-position : top;}
.bg2{background-image:url(/images/bg2.gif);background-repeat:repeat-x;background-position : bottom;}
.bg3{background-image:url(/images/bg3.gif);background-repeat:repeat-y;background-position : right;}
.bg4{background-image:url(/images/bg4.gif);background-repeat:repeat-y;background-position : left;}

.bg21{background-image:url(/images/bg21.gif);background-repeat:repeat-x;background-position : top;}
.bg22{background-image:url(/images/bg22.gif);background-repeat:repeat-y;background-position : right;}
.bg23{background-image:url(/images/bg23.gif);background-repeat:repeat-x;background-position : bottom;}
.bg24{background-image:url(/images/bg24.gif);background-repeat:repeat-y;background-position : left;}

.bg31{background-image:url(/images/bg31.gif);background-repeat:repeat-x;background-position : top;}


#tip {
	/*
	Все параметры кроме Left,
	Position и Top 
	можно менять
	*/
	background: #fffdd3;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	left: -1000px;
	padding: 5px;
	position: absolute;
	top: -1000px;
	z-index:100;
}	

.scrollDiv {
	/* position:absolute; */
	z-index:1;
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	_margin-right: -50000px;
	border: 1px solid #DBE1EB;
	padding: 5px 0;
	margin-bottom:20px;
}
	
	

