﻿body 
{
	margin: 0px 0px 0px 0px;
	font-family:Tahoma;
	font-size:12px;
	color:Black;
	
}
a
{
	color:White;
	text-decoration:none;
}
a: hover
{
	color:Yellow;
	text-decoration:none;
}
a:visited
{
	color:Yellow;
	text-decoration:none;
}
.news
{
	font: 12px Tahoma;
	color: White;
	text-decoration: none;
	cursor: hand;
	line-height: 18px;
}
.news:hover
{
	font: 12px Tahoma;
	color:yellow;
	text-decoration:none;
	cursor: hand;
	line-height: 18px;
}
.menu
{
	font: 12px Tahoma;
	color: White;
	text-decoration: none;
	cursor: hand;
}
.menu:hover
{
	font: 12px Tahoma;
	color:yellow;
	text-decoration:none;
	cursor: hand;
}
.sidetitle
{
	color: White;
	font-weight:600;
	padding-right: 5px;
}
.madares
{
	font: 12px Tahoma;
	color: #006600;
	text-decoration: none;
}
.madares:hover
{
	font: 12px Tahoma;
	color: #66cc00;
	text-decoration: none;
}
.text
{
	text-align:justify;
	line-height:18px;
}
#preview
{
	font: 12px Tahoma;
	position:absolute;
	border:3px solid red;
	background:#f5f5f5;
	display:none;
	color:#444;
	padding: 5px 5px 5px 5px;
	direction: rtl;
}
.previewli
{
	font: 12px Tahoma;
	list-style:none;
	display:inline;
	margin-right:10px;
	height:67px;
}
.title
{
	font:600 12px Tahoma;	
	color:Green;
}
img
{
	border:0px 0px 0px 0px;
}
.graytitle
{
	font-family: Tahoma;
	font-size: 10px;
	color: dimgray;
	font-weight: 400;
}
.textbox
{
	background-image: url(images/textbox.jpg);
	background-repeat: repeat-x;
	font-family: tahoma;
	color: dimgray;
	font-size: 12px;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}
.button
{
	background-image: url(images/button.jpg);
	background-repeat: repeat-x;
	font-family: tahoma;
	color: black;
	font-size: 12px;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}