body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.left_border {
	background-image: url(images/index_12.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.right_border {
	background-image: url(images/index_14.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.text_top {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #333333;
    font-weight: normal;
}

h1 ,h2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #000;
    font-weight: normal;
}

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 0px;
}
.normal_text_read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 150px;
	text-decoration: none;
}
.read {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4CCE9;
}
.link_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#content {
    margin: 30px;
}

#footer-menu {
    margin-top: 30px;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


#footer-menu a {
    padding: 5px;
}

#footer-menu p a {
    font-size: 11px;
    padding: 0;
    text-decoration: underline;
}
