/* Common Styles*/

H1, H2, H3, H4 {
	font-family : "Times New Roman";
	color : #6a6a6a;
	font-weight : bold;
	margin : 0 0 4px 0;
}
H1 {
	font-size : 21px;
}
H2 {
	font-size : 19px;
}
H3 {
	font-size : 17px;
}
H4 {
	font-size : 15px;
}
.indent {
	text-indent : 33px;
}
.woi {
	text-indent : 0px;
}
P {
	text-align : justify;
	text-indent : 33px;
	font-family :  "Times New Roman";
	font-size : 13px;
	margin : 0 0 4px 0;
}
FONT {
	color : #4e4e4e;
	font-family :  "Times New Roman";
	font-size : 13px;
}
big, .big {
	font-size : 15px;
}
.small, small {
	font-size : 11px;
}
.bright {
	color : Red;
}
TH {
	font-family :  "Times New Roman";
	font-size : 14px;
	font-weight : bold;
	color : #4e4e4e;
	background-color : #dad0be;
}
TD {
	font-family :  "Times New Roman";
	font-size : 13px;
	color : #4e4e4e;
}
.white {
	background-color : White;
}
.yellow {
	background-color : #FEFDEE;
}
.gray {
	background-color : #f0f0f0;
}
.beige  {
	background-color : #fff7ec;
}
.blue {
	background-color : #eef9ff;
}
.g-beige  {
	background-color : #eee7dd;
}
A {
	font-size : 13px;
	color : #4e4e4e;
	text-decoration : underline;
}
A:VISITED {
	color : #956000;
	text-decoration : underline;
}
A:HOVER {
	color : Red;
	text-decoration : underline;
}
OL, UL {
	font-size : 13px;
	text-align : justify;
	margin : 0 0 4px 0;
	padding: 0 0 0 50px;
}
OL li, UL li {
	margin: 0;
	padding: 0;
}
OL OL, OL UL, UL UL, UL OL {
	padding: 0 0 0 25px;
}
HR {
	color : #c6c6c6;
}
INPUT.button {
	color : #282828;
	cursor: pointer;
	background-color : #cfd6d5;
	background-image: url(/img/button_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family : Arial;
	font-size : 12px;
	padding : 2px 10px 1px 10px;
	border-color : #7c766b;
	border-style : solid;
	border-width : 1px;
}
INPUT.text {
	color : Black;
	font-family :  "Times New Roman";
	font-size : 14px;
	background-color : White;
	border-color : #7c766b;
	border-style : solid;
	border-width : 1px;
}
TEXTAREA {
	color : Black;
	font-family :  "Times New Roman";
	font-size : 14px;
	background-color : White;
	border-color : #7c766b;
	border-style : solid;
	border-width : 1px;
}
SELECT {
	color : Black;
	font-family :  "Times New Roman";
	font-size : 13px;
	background-color : White;
}

/* Photogallery */
  .album-photo {
	  width: 20%;
	  text-align: center;
	  vertical-align: top;
	  padding: 5px;
  }
	.album-photo img {
		width: 100px;
		border: 8px solid #f9f9f9;
	}
  .album-descr {
	  width: 30%;
	  text-align: left;
	  vertical-align: middle;
	  padding: 0;
  }
  .photo-item {
	  background: #f9f9f9;
	  display: block;
	  float: left;
	  margin: 0 10px 10px 0;
	  padding: 10px;
  }
  .photo-item img {
	  border: 0;
  }
  .photo-item span {
  }

