﻿.body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #c4d6fc;
	font-family: 'Verdana' , sans-serif;
	 font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
}
 
 
.app_style {
	margin: 0;
	width: 220px;
	height: 25px;
}

.app_style ul {
	margin: 0;
	padding: 1px;
	font-size: 14px;
	list-style-type: none;
}
.app_style ul li {
	float: right;
	margin-bottom: 0;
	margin-right: 1.0em;
	line-height: 1;
	border: 0px solid #ccc;
	color: #000 !important;
}


a, a:after {
	text-decoration: none;
	color: #26385e;
}
a:hover, a.active, a:hover:after, a.after {
	text-decoration: none;
	color: #26385e;
}
 
.page_css {
	width: 100%;
	margin: 5px auto;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-box-shadow: 0px 1px 5px #333333;
	-moz-box-shadow: 0px 1px 5px #333333;
	/*box-shadow: 0px 1px 5px #333333;*/
	 border-radius: 10px;
	 height:auto !important;
	 background-color:#F1F1F1 !important;
 	 border: 0px solid White;
	 border-bottom:none;  
}

.page_css .header {
	width: 100%;
	margin: 0 auto;
	height: 90px; /*background: #00BFFF; 	background: linear-gradient(#00BFFF, #06b1ea);*/
 
	color: White;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	 
	text-align: center;
	font-family: Verdana;
}

.linkcss {
	margin: 0px auto;
	width: 100%;
	height: 25px;
	text-align: center;
	border-top:0px solid #fff; 
}
 
.style1 {
    text-align: center;
    text-decoration: underline;
    margin-top: 1px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #0E5587;
   }
         
  .style2 {
    font-size: 12px;
  }
  .topics  tr  { 
    height: 35px; 
  }