h1 { font-size: 135%; font-style: italic; text-align: center; line-height: 1.25em;
font-family:"Times New Roman", Times, serif;}

h2 { font-size: 115%; font-style: italic; text-align: center; line-height: 1.25em;
font-family:"Times New Roman", Times, serif;}

h3 { font-size: 110%; font-style: italic; text-align: left; line-height: 1.25em; padding:0 30px 0 30px;
font-family:"Times New Roman", Times, serif;}

h4 { font-size: 100%; font-style: italic; text-align: center; line-height: 1.25em;
font-family:"Times New Roman", Times, serif;}

h5 { font-size: 105%; font-style: italic; text-align: left; line-height: 1.25em; padding:0 30px 0 30px;
font-family:"Times New Roman", Times, serif;}

ul {
	padding-left: 70px;
}


div.menu ul {
	margin-left:0;
}

ol {
	list-style:armenian;
	margin-left: 10px;
}

.bold{
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.boldItalic{
	font-weight:bold;
	font-style:italic;
}

.normal{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1em;
	color: #393939;
}

.imgLeft{
	float:left;
	margin: 5px 10px 5px 0;
}

.imgRight{
	float:right;
	margin: 5px 0px 5px 10px;
}

.imgLeftWithBorder{
	float:left;
	margin: 15px 10px 10px 0;
	border: solid #393939 5px;
}

.imgRightWithBorder{
	float:right;
	margin: 10px 0px 10px 15px;
	border: solid #393939 5px;
}