/* @import url(reset.css); */

p, a, h1, h2, h3, h4, h5, div, span,

input, textarea, select, option {

	font-family: Tahoma, Arial, Geneva, sans-serif;

	font-size: 11px;

	font-weight: normal;

}

@font-face {
	font-family: 'BYekan';
	src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'BRoya';
	src: url('fonts/BRoya.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BRoya.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BRoya.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
    font-style: normal;
}
body
{
	background-image: url('bg.jpg');
	background-attachment: fixed;
}

.content
{
	padding: 10px;
	font:20px BRoya ;
}
#sum
{
	font-family: BYekan;
	font-size: 16px;
	padding: 10px;
	vertical-align: top;
	line-height: 40px;
}
#comp
{
	font-family: BRoya;
	font-size: 20px;
	padding: 10px;
	vertical-align: top;
	line-height: 30px;
	text-align: justify;
}
.center
{
	text-align: center;
	font-family: inherit;
	vertical-align: inherit;
	line-height: inherit;
	font-size: inherit;
	display: block;
}
.left
{
	text-align: left;
	font-family: inherit;
	vertical-align: inherit;
	line-height: inherit;
	font-size: inherit;
	display: block;
}
.right
{
	text-align: right;
	font-family: inherit;
	color: blue;
	vertical-align: inherit;
	line-height: inherit;
	font-size: 21px;
	display: block;
}
/* #comp span
{
	font-family: inherit;
	font-size: inherit;
	padding: inherit;
	vertical-align: inherit;
	line-height: inherit;
} */