html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 19px;
	background-color: #EDEDED;
	color: black;
	font-family: Helvetiva ,Arial;
	font-size: 15px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {font-weight: bold;}

em, i { font-style: italic; }

.header {
	position: relative;
}

.hmenu {
	padding-top: 10px;
	border-bottom: 1px solid #CCCCCC;
	height: 103px;
}

.container {
	width:990px;
	margin: 0 auto;
}

ul.menu {
	float: left;
	color: black;
}

ul.menu li {
	float: left;
	padding: 5px 10px;
	position: relative;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
ul.menu:last-child {
	border-right: 1px solid #CCCCCC;
}

ul.menu li:hover {
	background-color: #CCCCCC;
} 

ul.menu li a{
	color: black;
	text-decoration: none;
}

.news {
	width: 100%;
	padding-top: 30px;
	float: left;
}

.content_main {
	width: 100%;
	padding-top: 30px;
	float: left;
}

.date {
	font-weight: bold;
	width: 130px;
	float: left;
}

.content {
	float: left;
	width: 860px;
}

.l_update {
	font-size: 10px;
	font-weight: normal;
	float: left;
}

h1 {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 19px;
}

h2 {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 17px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	}

h1.centered {
	font-size: 18px;
	font-weight: bold;
	text-align: center
}
h2.centered {
	padding-top: 60px; 
	padding-bottom: 5px; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: center
}

h3.centered {
	font-size: 14px;
	padding-top: 30px;
	padding-bottom: 5px;
	text-align: center
	}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}

ul.about {
	list-style: disc;
	padding-left: 20px;
	padding-top: 5px;
}

ul.about li {
	padding-bottom: 3px;
}

table
 {
 border-collapse:collapse;
 }
 table,th, td
 {
 border: 1px solid black;
 }
 
 th { padding: 5px 10px;}
 
 td {
	padding: 2px;
	text-align: center;
}

.fl {float: left;}
.w150 {width: 150px;}
.w350 {width: 350px;}
.w100 {width: 100%;}
 
 
