body {
	background: url(images/bg.gif) repeat-y center;
	margin: 2px 2px 2px 2px;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
    text-decoration: underline;
    color: black;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #333;
}

hr {
	border: 1px dashed black;
	height: 1px;
}

/* text sytle */
.headline {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.focus {
	color: #00416e;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	color: #930000;
}

h2 {
	font-size: 16px;
	color: #930000;
}

h3 {
	font-size: 14px;
	color: #930000;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.red {
	font-size: 13px;
	color: #930;
}


.ul {
	font-size: 13px;
	color: #00416e;
	font-weight: bold;
}

/* div style */
#copyright {
    position: absolute;
    width: 100%;
    text-align: center;
    background: black;
    color: white;
}
.edc{

margin-left:3px;
width:12px;
float:left;
}
ul {
	list-style-image: url(images/li_img.gif);
}
