TD{
	font-size:11px;
}
input, select, textarea{
	font-family:Tahoma;
	font-size:11px;
	background-color:#FEFEFE;
	border:1px #CCCCCC solid;
}
UL{
	margin:0px;
}
A{
	color:#000000;
	text-decoration:none;
}
A:hover{
	color:#cc0125;
}
H3{
	font-size:14px;
}
H2{
	font-size:18px;
}
H1{
	font-family:yekan, b yekan, traffic, b traffic;
	font-size:21px;
}

/* ----------------------------------- */
.headerMenu{
	font-family: tahoma;
	font-size: 11px;
}
.copy {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.footerMenu {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.footerMenuSeperator{
	color:#FF0000;
}
#nav {
  font-family:tahoma;
  font-size:11px;
  list-style: none;
  margin: 0px;
  /*padding: 1.0em 0px;*/
   }

#nav li {
  background:url(../img/menuLine.gif) no-repeat bottom center;
  font-size: 1.0em; 
  padding:2px 2px;
  }

#nav li a {
  border-bottom: 1px solid green;
  border: 0;
  display: block;
  padding: 2px 2px; 
  padding-right: 8px; 
  text-decoration:none;
  color:#000000;
  }

#nav li a:hover{
  background: #cc0125;
  color: white; }

.main{
	font-family:tahoma;
	font-size:11px;
	text-align:justify;
}
.main UL{
	margin:30px;
}


/*---------------------------- Dynamic Menu -------------------------------------*/
/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	/*border-top: 1px solid;*/
	width: 156px;
}
.vertical li a{
	display: block;
	width: 152px;
	text-decoration: none;
	height: 1.2em;
	/*padding: .1em 1px;*/
	
	border-bottom: 1px solid;
	border-top: 0px;
	font-family:tahoma;
	font-size:11px;
	padding: 2px 2px; 
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -1.7em;
	margin-right: 146px;
}
/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	padding: 0px;
	/*border-right: 1px solid;*/
	display: block;
	height: 1.4em;
}
.horizontal li{
	float: right;
	display: inline;
}
.horizontal li a{
	text-decoration: none;
	height: 1.2em;
	float: right;
	display: block;
	width: 125px;
	padding: .1em 1px;
	/*border: 1px solid;*/
	border-right: none;
}
.horizontal li li a{
	border-top: none;
	/*border-right: 1px solid;*/
}
.horizontal li ul{
	position: absolute; 
	margin-top: 1.3em;
	margin-right: -1px;
	width: 129px;
	border: none;
	display: block;
	height: auto;
	/*border-top: 1px solid;*/
}
.horizontal li li ul{
	position: absolute;
	margin-top: .1em;
	margin-right: 125px;
}
.horizontal li ul li a{
width: 125px;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
padding-right: 1em;
/*font-size: 85%;*/
font-size: 10px;;
}
.arrow a:hover span{
/*padding-right: 2em;*/
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-right: .5em;
}
/*colors for menu*/
.blackwhite li a{
	/*background-color: #cccccc;*/
	/*background:url(../img/menuLine.gif) no-repeat bottom center;*/
	background:url(../img/menuBack.gif);
	color: black;
	border-color: black;
}
.blackwhite li a:hover{
	background-color: black;
	color: white;
	border-color: black;
	
	/*myself
	padding-right: 8px;*/
}
.blackwhite ul{
	border-color: black;
}
.bluewhite li a{
	background-color: white;
	color: #000033;
	border-color: #000033;
	/*myself
	padding-right: 8px;*/
}
.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul{
	border-color: #000033;
}

#item{
	background:url(../img/flash.png) no-repeat right top;padding-right:23px;padding-bottom:4px;padding-top:3px;border-bottom:1px dotted #666666;font-weight:bold;
}
#hint{
	border-bottom:1px dotted #666666;border-top:1px dotted #666666;padding:5px;text-align:center;color:#000000;background-color:#ff8989;margin-top:1px;
}
#innerTable TD{
	text-align:center;
	padding:3px;
	background-color:#f3c0c0;
}
#innerTable{
	border-bottom:1px dotted #666666;
	border-top:1px dotted #666666;
}