/* 
	Tags
*/
body {
	background-color: #FFF;
	margin: 0;
}
td {
	font: 12px tahoma;
	color: #989797;
}
img {
	border: none;
}
h1 {
	padding: 5 0 5 30;
	margin: 0 0 15;
	font: 20px tahoma;
	color: #706f6f;
	text-align: left;
}
h5 {
	margin: 0px 0px 10px 20px;
	font: 13px tahoma;
	font-weight: bold;
	color: #706f6f;
}
h6 {
	font: 11px tahoma;
	color: #487838;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5;
	text-align: center;
}
a {
	color:#66CCFF;
	text-decoration: none;
}
a:visited {
	color: #66CCFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/*
	Classes
*/
.golub {
	color: #32a0db;
}
.darkGrey {
	color: #706f6f;
}
.white {
	color: #FFF;
}
.bold {
	font-weight: bold;
}
.down {
	background-color: #d4e562;
	text-align: center;
	font: 10px tahoma;
	color: #487838;
	font-weight: bold;
}
.down a {
	color: #487838;
	text-decoration: underline;
}
.down a:visited {
	color: #487838;
	text-decoration: underline;
}
.down a:hover {
	color: #FFF;
	text-decoration: underline;
}
.favorite {
	font: 9px tahoma;
}
.favorite a {
	color: #FFF;
	text-decoration: underline;
}
.favorite a:hover {
	color: #FFF;
	text-decoration: underline;
}
.eleven {
	font: 11px;
}
.boxBlue {
	color: #b6e5ff;
	padding: 5;
	font: 11px tahoma;
	text-align: left;
	margin: 0;
}
.boxBlue a {
	color: #b6e5ff;
	text-decoration: none;
}
.boxBlue a:visited {
	color: #b6e5ff;
	text-decoration: none;
}
.boxBlue a:hover {
	color: #b6e5ff;
	text-decoration: underline;
}
.boxBlue ul {
	color: #b6e5ff;
	list-style-type: disc;
	padding-left: 15;	
	margin: 0;
}
.boxbottomRight {
	width: 90%;
}
.button {
	width: 70px;
	background-color: #32a0db;
	font: 11px tahoma;
	color: #FFF;
	height: 20px;
	border: #017dc3 1px outset;
}
div.boxGrey {
	background: #efefef;
	width: 90%;
	font: 11px tahoma;
	color: #cbcaca;
}
div.recomend ul {	
	list-style-type: circle;
	padding-left: 15;	
	margin: 0;
	text-align: left;
}
div.where {
	text-align: right;
	font: 10px tahoma;
	color: #dcdcdc;
}
div.where a {
	color: #dcdcdc;
	text-decoration: underline;
}
div.comment {
	font: 10px tahoma;
}
td.nav {	
	padding: 5;
	vertical-align: top;
}
td.main {
	vertical-align: top;
	padding: 0 15 20 15;
	text-align: justify;

}
td.banner {
	vertical-align: top;
	text-align: center;
	padding: 0 0 20 0;
}
a.log {
	color: #32a0db;
	text-decoration: none;	
}
a.log:visited {
	color: #32a0db;
	text-decoration: none;	
}
a.log:hover {
	color: #32a0db;
	text-decoration: none;
	border-bottom: #32a0db 1px dashed;
}



/*
	Identificators
*/

#sky {
	margin: 0;


}
#clouds {
	margin: 0;
}

div#login table {
	margin: 5px 0px 5px 5px;
}
div#login table .button {
	width: 70px;
	background-color: #32a0db;
	font: 11px tahoma;
	color: #FFF;
	height: 20px;
	border: #32a0db 1px outset;
}
#bottom {	
	margin: 0;
}
#bottom td.grass {
}
#comment {
	margin: 0;
}
#comment td {
	font: 11px tahoma;
	color: #989797;
	text-align: justify;
}