/*######################
# Sayyed Vahid Faghihi
# --------------------
#   www.savafa.com
#  savafa@gmail.com
#     2000-2010
######################*/
.zero {
	margin:0; padding:0;
}
BODY {
	SCROLLBAR-FACE-COLOR: #f9f9f9; 
	FONT-SIZE: 8pt; 
	SCROLLBAR-HIGHLIGHT-COLOR: #f9f9f9; 
	SCROLLBAR-SHADOW-COLOR: #f9f9f9; 
	SCROLLBAR-3DLIGHT-COLOR: #aaaaaa; 
	SCROLLBAR-ARROW-COLOR: #666666; 
	SCROLLBAR-TRACK-COLOR: #f1f1f1; 
	SCROLLBAR-DARKSHADOW-COLOR: #aaaaaa; 
	SCROLLBAR-BASE-COLOR: #aaaaaa;
	FONT-FAMILY: tahoma; 
	color:#121212;
}
input, select { font-family:tahoma;vertical-align:middle; font-weight:normal;font-size:8pt;}
td{	
	font-family:tahoma; 
	font-size:8pt;
}
A {
color:#393a3e;
FONT-SIZE: 8pt;
TEXT-DECORATION: underline;
vertical-align:midddle;
}
A:hover{
FONT-SIZE: 8pt;
TEXT-DECORATION: none;
}
/*
.menuButton{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#393a3e;
	vertical-align:middle;
	text-align: center;
}
.menuButton:hover{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000;
	vertical-align:middle;
	text-align: center;
}

.headerButton{
	width: 100px;
	text-align: center;
	color: #393a3e;
}
.headerButton_hover{
	width: 100px;
	text-align: center;
	background: url(../images/headerButtonBG.png) no-repeat center center;
	color: #000000;
	cursor: pointer; cursor: hand;
}*/
.menuButton{
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	padding-top:18px;
	/*font-weight:bold;*/
	color:#393a3e;
	vertical-align:middle;
	text-align: center;
	margin:0px;
	font-variant:small-caps;
	font-size:14pt;
}
.menuButton:hover{
	font-size:14pt;
	text-decoration:underline;
	/*font-weight:bold;
	background: url(button_a.jpg) repeat-x center center;
	*/
}
.menuButton_active,.menuButton_active:hover{
	display:block;
	width:100%;
	height:100%;
	text-decoration:underline;
	/*font-weight:bold;
	background: url(button_a.jpg) repeat-x center center;
	*/
	vertical-align:middle;
	text-align: center;
	margin:0px;
	font-variant:small-caps;
	padding-top:18px;
	font-size:14pt;
}

.blueLinks{
	color:#797979;
	text-decoration:underline;
}

.blueLinks:hover{
	color:#797979;
	text-decoration:none;
}
blockquote {
 quotes: "\201C" "\201D";
}
blockquote:before {
  content: open-quote;
  font-weight: bold; 
  color: #ccc;
  float: left;
  font-size: 5em;
  margin-right: 5px;
  line-height: 0.1em;
}
blockquote:after {
  content: close-quote;
  font-weight: bold; 
  color: #ccc;
  float: right;
  font-size: 5em;
  margin-left: 5px;
  line-height: 0.1em;
}