@charset "utf-8";
/* CSS Document */
a{
	color:#3293D3;
}
.home_title{
	 background: #3293d3;
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding:20px;
  color:#777;
  font-size:14px;
  line-height:20px;
}
.body_div{
	 background: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding:20px;
  color:#777;
  font-size:14px;
  line-height:20px;
}
.left_div{
	  background: rgba(255,255,255,0.9);
  box-shadow: 0 0 20px rgba(0,0,0,.3);
  /*height: 100px;*/
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding:20px;
  color:#777;
  font-size:14px;
  line-height:20px;
}
.page_title{
	color:#fff;
	font-size:18px;
}
.announcement_titel{
	color:#3293d3;
	font-size:16px;
	padding:10px 0 20px 0;
	font-weight:bold;
}
.logo{
	color:#FFCC00;
	font-size:20px;
}
.footer_div{
	  background:#fff;
  box-shadow: 0 0 20px rgba(255,255,255,0.1);
  /*height: 100px;*/
  padding:20px;
  color:#3293d3;
  font-size:14px;
  line-height:20px;
}