@charset "utf-8";
/* CSS Document */
.flashclass{ /*sample CSS class added to image slideshow container*/
width: 300px; /*a width should be defined for transition to work*/
height:200px;
border: 3px groove #C00;
padding: 5px;
}

.flashclass img{
border-width: 0;
}
body{
font-family:tahoma;
font-size:10px;
}
.evote{
line-height:2;
}
input{
font-family:tahoma;
font-size:10px;
}
legend{
	font-size:12px;
	color:#C00;
}

h5{
font-family:titr,"Times New Roman";	
}
.articles{
font-family:"b nazanin",tahoma;
font-size:12px;
}
.path{
	font-family:tahoma;
	font-size:11px;
}
td,th {
	font-family: Tahoma;
	font-size:12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}