@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
    font: 12px/1.4 Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:normal;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
    margin:0;
    padding:0;
   	color: #474747;
}

html {
	
}

a {
    outline:none;
    color:#18426f;
    text-decoration:none;
}

a:hover {
    text-decoration:none;
    color:#da0000;
}

input { 
    padding:2px 0 2px 0;
    font-size:12px;
    margin:0;
}

select { margin:2px; font-size:10px;}

h1 {
}


h2 {
}

h3 {
}

h4 {
}

h5 {
}

sup {
    vertical-align:baseline;
    font-size:0.8em;
    position:relative;
    top:-0.4em;
}

.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

#container {
	padding: 20px;
	width: 800px;
}

h1 {
	color: #bb1300;
	font-family: Georgia;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: solid 4px #bb1300;
	padding-bottom: 8px;
	margin-bottom: 10px;
	margin-top:4px;
}

#news_view {
	padding-top: 10px;
}

.date {
	padding:4px 0 4px 0;
	font-weight: bold;
}

.img {
	padding: 5px 0 5px 0;
}