@charset "UTF-8";
/* CSS Document */
/*---------- general--------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
p, h1, h2, h3 {
	display: block;
	margin: 6px;
}
h1 {
	font-family: 'Snippet', sans-serif;
	font-size:20px;
	color:  #000;
}
h2 {font-family: 'Snippet', sans-serif; font-size:16px; color: #999}
h3 {
	font-family: 'Snippet', sans-serif;
	font-size:11px;
	color: #000
}

/*------------ Top Logo ------------*/
.header {
	display: block;
	background-color: #FFF;
	color: #fff;
	margin-bottom:10px;
	padding: 10px 0;
}

.logo {
	display:block;
	margin-top: 10px;
	margin-left: 12px;
	clear:both;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	
}
.logo:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor:pointer;
	}

/*------------- link -----------*/

.download{
	font-family: 'Snippet', sans-serif; font-size:20px; color: #999;
	width: 125px; 
	heigth: 20px;
	float:right;
	vertical-align:middle;
	margin: 2px;
	display:block;
	background:#404041;
	text-align:center;
	font-size:14px;
	}
.download:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	cursor:pointer;
	}	
.download a, download a:hover, .article a:visited  {
	display:block;
	color:#ccc;
	text-align: center;
	text-decoration: none;
	}


/*------------- Text area -------------*/
.underline {
	margin: 0;
	bottom: 0;
	border-bottom: 1px solid #404041;
	clear:both;
	margin:0px;
	padding: 10px 15px 0px 0px;
	 
	 }
	 
.sidebar {
	width: 150px;
	height: 20px;
	float: right;
	vertical-align:middle;
	margin-left: 5px;
	margin-bottom: 10px;
}

.article {
	text-align: left;
	alignment-baseline:baseline;
}

.article h2{
	font-family: 'Snippet', sans-serif; 
	color: #999;
	font-size:12px;}

.article a, article a:hover, .article p, .article a:visited  {
	color:#999;
	text-align: left;
	}
.article a:link {
	color:#999;
	text-decoration:underline;

}
.article a:hover {
	color:#CCC;
	text-decoration:underline;

}
.news {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	top: 0;
	alignment-baseline:baseline;
	margin: 4px;
	
}
.news h2{
	font-family: 'Snippet', sans-serif;
	color: #666;
	font-size:14px;
}

.news img{
	clear:both;
	width: 100%;
		}
	
.news a, .news a:hover, .news a:visited, .news a:link {
	color: #666;
	text-decoration:none;
}

.news:hover {
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  cursor: pointer;
}

img:hover {
  opacity:0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  cursor: pointer;
}

img d1 {
  width: 100%;
  clear:both;
}

/*------------ Bottom -------------*/
.footer {
	bottom: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size:10px;
	padding: 10px 0;
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	z-index: 99;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}


.footer p, .footer a  {
	color:#999;
	text-align: left;
}

.footer a:link {
	color:#999;
	text-decoration:underline;
}
.footer a:hover {
	color:#CCC;
	text-align:center;
}
