.frame {
border-top: 0px  ;
border-right: 3px #A3D1E8;
border-left: 0px ;
border-bottom: 3px #A3D1E8;
background-repeat:no-repeat; 
} 

.frame2 {
border-top: 0px  ;
border-right: 0px;
border-left: 3px #A3D1E8 ;
border-bottom: 3px #A3D1E8;
background-repeat:no-repeat; 
} 

.frame3 {
border-top: 3px #A3D1E8;
border-right: 3px #A3D1E8;
border-left: 3px #A3D1E8;
border-bottom: 3px #A3D1E8;
background-repeat:no-repeat; 
}  

.frame4 {
border-top: 0px  ;
border-right: 3px #A3D1E8;
border-left: 0px ;
border-bottom: 0px;
padding-right : 3px;
padding-bottom : 3px;
padding-top : 3px;
background-repeat:no-repeat; 
} 

.frame5 {
border-top: 0px  ;
border-right: 0px;
border-left: 3px #A3D1E8 ;
border-bottom: 0px;
padding-right : 3px;
padding-bottom : 3px;
padding-top : 3px;
background-repeat:no-repeat;  
} 

.frame6 {
border-top: 3px #A3D1E8 ;
border-right: 3px #A3D1E8;
border-left: 3px #A3D1E8;
border-bottom: 0px;
background-repeat:no-repeat;  
} 

.frame7 {
border-top: 0px;
border-right: 3px #A3D1E8;
border-left: 3px #A3D1E8;
border-bottom: 3px #A3D1E8;
background-repeat:no-repeat;  
} 

.shapka {
background-repeat:no-repeat
border-top: 0px;
border-right: 0px;
border-left: 0px;
border-bottom: 0px;
}



body {
	background: #ffffcc;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 76%;
	color: #333;
}

h1 {
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h2 {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 14px;;
	font-weight: normal;
	color: #333;
}

h3 {
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #135cae;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a:link, a:visited {
	color: #1B57B1; 
        text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #00c;	text-decoration: underline;
	font-weight: normal;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }