body {
	color: #000;
	background-color: #AAA;
    background-image: url(../images/bg.gif);
	padding: 0px;
	margin: 0px;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }
h6 {  font-size: .8em; }
h1,  h2,  h3,  h4,  h5,  h6 {
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
}
p {
	margin: 0.5em 0px;
	font-size: .8em;
	 line-height: 120%;
	font-family:  verdana, arial, helvetica, sans-serif;
}
a				{ text-decoration: none; }
a:link		{ color: #E068A0; background-color: transparent; }
a:visited   { color: #E068A0; background-color: transparent; }
a:hover     { color: #0000FF; background-color:  transparent; }
a:active    { color: #0000FF; background-color: transparent; }
img { border-width: 0; }
.main{
	background-color: #FFF;
	margin: 3% 3% 0% 3%;
	border: #000000 4px solid;
}
.head {
		background-color: transparent;
		margin-bottom:30px;
}
.logo {
	margin: 5px 20px 0px 10px;
	float: right;
}
.title {
	margin: 5px 0px 10px 10px;
}
.size {
	text-align:left;
	color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: .8em;
	margin: 0px 0px 10px 30px;
}
.thisimg {
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	white-space: nowrap;
}
.thatimg {
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	white-space: nowrap;
}
.return {
	text-align: left;
	color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: .8em;
	margin: 0px 0px 10px 30px;
}
.ad {
	text-align: center;
	/* width: 90%;  */
	/* border: #000000 1px solid; */
	margin: 10px 10px 0px 10px;
	background-color: transparent;
}
.subtitle {
	text-align: center;
	color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: .9em;
	margin: 10px 0 0 0;
	white-space: nowrap;
	background-color: transparent;
}
.descr {
	text-align:left;
	color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 120%;
	border: #000000 1px solid;
	width: 400px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	/* margin: 20px 10% 20px 10%; */
	background-color: #eeeeee;
}
.crnotice {
    text-align: center;
	color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: .7em;
	padding: 3px;
    line-height: 120%;
}