/* CSS Document */

body {
	background-color: #E0E0E0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.stretch {
	background-image: url(images/main_hadavand_12.jpg);
	background-repeat: repeat-y;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00267f;
}
a {
	font-size: 10px;
	color: #00267f;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00267f;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #00267f;
}
.footer-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00267F;
	text-align: center;
}

