body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #C03475; background-image: url(../images/bgimg.png); background-position: left top; background-repeat: no-repeat;
	background-attachment: fixed;
}

p {	font-size: 14px; line-height: 16px;	color: #ffffff;}

h1{ font-size: 24px; line-height: 26px; color: #81224F;}
h2{font-size: 16px; line-height: 18px; color: #81224F;}

.rub{ font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 28px; line-height: 32px; color: #81224F;}
.rub2{ font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; font-size: 22px; line-height: 24px; color: #81224F;}
.subrub{font-size: 16px; line-height: 20px; color: #81224F;}
.light{color: #92D104;}
.small{font-size: 12px; color: #ffffff;}
.brod{font-size: 12px; color: #000000;}

.centertable{ margin-left: auto; margin-right: auto; text-align: center;}

.text{ width: 720px; height: auto; text-align: left; padding-top: 70px; padding-bottom: 20px;}
.inlinetext{ width: 720px; height: auto; text-align: left; padding-bottom: 15px;}
.star{ width: auto; height: auto; text-align: left; background-image: url(../images/star.png); background-position: left; background-repeat: no-repeat; padding-left: 20px; padding-top: 5px; padding-bottom: 5px;}

a:link {font-weight: normal; color: #FFFB90; text-decoration: none;}
a:active {font-weight: normal; color: #FFFB90; text-decoration: none;}
a:hover {font-weight: normal; color: #FFFB90; text-decoration: underline;}
a:visited {font-weight: normal; color: #FFFB90;	text-decoration: none;}

/*menu*/

.menu{margin:0; padding:0; width:170px; list-style:none;background:rgb(192,52,117);}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{text-align:left;height:40px; padding:0px 25px; font:14px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url(../images/verMenuImages.png) 0px 0px no-repeat; text-decoration:none;}
.menu li a:hover{background:url(../images/verMenuImages.png) 0px -40px no-repeat; color:rgb(255,255,255);}
.menu li a.active, .menu li a.active:hover{background:url(../images/verMenuImages.png) 0px -80px no-repeat; color:rgb(255,255,255);}
.menu li a span{line-height:40px;}
