body { color: black; 
	   background-color: #D8D8D8;
       font-size: 13px;
       font-family: tahoma, verdana, arial, helvetica, sans-serif;
	   cursor:url(images/poeziya.cur);
       scrollbar-face-color: #4C9EDD;
       scrollbar-arrow-color: #000000;
       scrollbar-base-color: #ffffff;
       scrollbar-shadow-color: #0054A4;
       scrollbar-darkshadow-color: #003577;
       scrollbar-highlight-color: #77BBEE;
       scrollbar-track-color: #A4ABB2;
       scrollbar-3d-light-color:#77BBEE;
}

p { color: black; 
	background-color: #FFFFFF;
    font-size: 13px;
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
}

hr {
	background:url(images/divider.jpg) left no-repeat;
	border:0px;
	height:3px;
}

.year, a.year {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	text-decoration: none;
	font-size: 18px;
	font-weight:bold;
}

a.year:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-size: 18px;
	font-weight:bold;
	background-color : #0479D0;
}

a, div a {
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
	color: #0479D0;
	text-decoration: none;
	font-size: 13px;
	cursor:url(images/poeziya-h.cur);
}

a:hover, div a:hover {
    font-family: verdana, arial, tahoma, helvetica, sans-serif;
	color: White;
	text-decoration: none;
	font-size: 13px;
	background-color : #0479D0;
}

a.bold {
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
	color: #0479D0;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}

a.bold:hover {
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	background-color : #0479D0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	text-decoration: none
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none
}

.gray {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: none;
}

a.gray, div.gray a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #5C5C5C;
	text-decoration: none;
}

a.gray:hover, div.gray a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: transparent;
	color: #0479d0;
	text-decoration: none;
}

/* Drop Down Data */
.chromestyle{
	font-size: 13px;
	width: 100%;
	font-weight: bold;
}

.chromestyle ul{
	vertical-align: top;
	width: 100%;
	/* background: url(chromebg.gif) center center repeat-x; */
	padding: 0px 0px 0px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li, .chromestyle ul li img{
	display: inline;
	vertical-align:middle;
}

.chromestyle ul li a{
	color: #0479D0;
	padding: 4 6 2 6;
	margin:  0 6 0 0;
	text-decoration: none;
	vertical-align:middle;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
   background: url(images/chromebg-over.gif) center repeat-x;
   color: #FFFFFF;
   vertical-align: middle;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	font-weight: bold;
	line-height:15px;
	z-index:100;
	background-color: #F0F0F0;
	width: 130px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#7A7A7A,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 1px 3px 1px;
	text-decoration: none;
	color: #0479D0;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	color: white;
	background-color: #0479D0;
}
