﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 18px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: l6px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: l4px;
}
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.e1:link{
	color: black;
	text-decoration: none;
}
.e1:visited{
	color: black;
	text-decoration: none;
}
.e1:hover{
	color: blue;
	text-decoration: none;
}	
.e2:link{
	color: #404070;
	text-decoration: none;
}
.e2:visited{
	color: #404070;
	text-decoration: none;
}
.e2:hover{
	color: blue;
	text-decoration: underline;
}	
ul {
	list-style-type: square;
}
img {
	border-width: 0px;
	border-style: none;
}
hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: silver;
	background-color: silver;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.news_color {
	color: red;
	font-weight: bold;
}
.dark_color {
	color: black;
}
.grey_color{
	color: #666666;
}
.lightgrey_color{
	color: #CCCCCC;
}
.light_color {
	color: white;
}
.communica_color {
	color: #007121;
}
.background_dark {
	background-color: #F0F0F0;
}
.background_light {
	background-color: white;
}
.background_green {
	background-color: #007121;
}
.text_spec {
	font-family: Verdana;
	font-size: 10px;
}
.small_text_black {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 8pt;
}
.small_text_grey {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
}
.normal_text_black{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}
.normal_text_grey{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}
