@import url("http://yui.yahooapis.com/2.6.0/build/reset-fonts-grids/reset-fonts-grids.css");
   
   
html {
   font-size: 62.5%;
   background-color: #fff;
   /*background-image: url('gradient.gif');
   background-repeat: repeat;*/
}

body {

	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 100%;
	}

p {
		font-size: 1.2em;
		line-height: 1.12em;
		color: #333;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }  

a , visited{
/*background-color: #999;*/
font-size: 1em;
color: #333;
/*padding: 0 0.1em 0 0.1em;*/
text-decoration: underline;
}
a:hover, active{
color: #666;
/*padding: 0 0.1em 0 0.1em;
background-color: #FFD100;*/
text-decoration: none;
}

h1 {
	font-size: 3.0em;
	font-weight: normal;
    line-height: 2em;
	letter-spacing: -0.04em;
	
}
h1 a, hover, active, visited hover {
	color: #000;
	text-decoration: none;
}

h2 {
	font-size: 1.8em;
	letter-spacing: -0.01em;
	line-height: 1em;
	margin-bottom: 0.55em;
	
}

h4 {
	font-size: 1em;
	letter-spacing: 0em;
	line-height: 1.4em;
	/*text-decoration:underline;*/
	margin-bottom: 2.2em;
	margin-top: 0.55em;
}

ul {
	margin-top:1.1em;
	font-size: 1.2em;
	line-height: 1.12em;
}

#hd {
padding-top:1.2em;
height: 14.4em;
}
#ft{
margin-top: 2.4em;
font-size: 0.8em;
}



.colorbar1 {
border-top: 1em solid #fffeb3;
}
.colorbar2 {
border-top: 1em solid #bbfece;
}
.colorbar3 {
border-top: 1em solid #00fece;
}


