   
*{}
* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 0.8em;
	background: #fff;
}
html {
	background: #fff;
}
a:link {
	color: #2642A6;
	text-decoration:none;
}
a:visited {
	color: #2642A6;
	text-decoration:none;
}
a:hover {
	color: #5393EB;
	text-decoration: underline;
}
a:active {
	color: #2642A6;
	text-decoration:underline;

}
p {
	margin: 15px 0 0 0; 
}
img {
	border:none;
}
table{
	border-collapse: collapse;
	margin: 15px 1px;
	

}
th{
	border: 1px solid #888;
	padding: 4px;
	text-align: center;
	color: #2642A6;
	font-size: 1em;
}
td{
	border-color:#888;
	padding: 4px;
	font-size: 0.9em;
	border-color: #888;
	vertical-align: top;
}
ol, ul{
    
}
ol li{
   list-style: decimal outside; 
   margin: 5px 0 5px 30px;
}
ul li{
    list-style: disc outside;
    margin: 5px 0 5px 30px;
}
h1, h2, h3, h4, h5, h6
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *{
    text-align: left;
    margin: 10px 0;
    font-family: "Times New Roman", Times, serif;
    color: #2642A6;
    font-weight: bold;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 0.9em;
}
hr {
	border: 1px #D8E7F8 inset;
    display: none;
}
select {
	border: 1px solid #BFBEC2;
}
fieldset {
	border: 1px solid #D8E7F8;
	padding: 10px;
}
legend {
	font-size: 0.8em;
	padding: 0 10px;
	color: #2642A6;
}
input[type="button"], button, input[type="submit"], input[type="reset"], input.btn {
	border: 1px #b4c3ea solid;
	padding: 1px 4px;
	height: 1.7em;
	margin: 3px;
	background: url('img/button_bg.jpg') repeat-x #5185DB;
    color: #fff;
}
input[type="file"] {
		margin: 3px;
		height: 1.7em;
		background: #FbFBFb;
		border: 1px solid #BFBEC2;
}
input[type="text"], input[type="password"] {
	border: 1px #BFBEC2 solid;
	padding: 1px 2px;
	height: 1.2em;
	margin: 3px;
	background: #FbFBFb;
}
textarea {
	border: 1px #BFBEC2 solid;
	padding: 1px 2px;
	height: 5em;
	width: 20em;
	margin: 3px;
	background: #FbFBFb;
}
label {
	color: #2642A6;
	margin: 3px;
}

.overflow{
    overflow: hidden;
    width: 100%;
}
.sitemap_child{
    margin-left: 1.5em;
    font-size: 95%;
}


.news{
	border-bottom: 1px solid #eee;
	padding: 0 0 25px 0;
}
.news_title{
    margin: 10px 0 0 0;
    font-family: "Times New Roman", Times, serif;
    color: #2642A6;
    font-weight: bold;
    font-size: 1.5em;
}
.news p{
	margin: 10px 0 0 0;
}

.news .news_date{
	color: #777;
	font-size: 80%;
	display: block;
	margin: 5px 0;
}
.news .read_more a{
	font-size: 90%;
}
