@import url(./layout.css);
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	background-color: #EBEBEB;
}

h1, h2, h3, h4, h5, h6, div, p, table, td, tr, ul, ol, li, input, textarea, select, iframe {
	margin: 0pt;
	padding: 0pt;
}
p, li {
	border: 0pt none;
	font-size: 1em;
	font-weight: normal;
}
h2, h3 {
	font-weight: bold;
	color: #D82022;
    text-align: left;
    border-bottom: 3px #AAAAAA solid;
}
h4, h5, h6 {
	font-weight: bold;
	color: #1F1F1F;
	text-align: left;
}
h2 {
	font-size: 1.7em;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
    margin-bottom: 0.5em;
}
h4 {
	font-size: 1.1em;
    margin-bottom: 0.2em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 0.9em;
}
p, small, ul, ol {
	padding-bottom: 0.5em;
}
small {
	font-size: 0.8em;
	border: 0 none;
	font-weight: normal;
}
li {
	list-style-type: disc;
}
li li {
	list-style-type: circle;
}
li li li{
	list-style-type: square;
}
ol , ul {
	margin-left: 1em;
	}
ol ol, ul ul {
 	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
img {
	border: 0px;
}
div.imgright, div.imgleft {
	border: 1px silver solid;
	padding: 1px;
	text-align: center;
}
div.imgright {
	float: right;
	margin: 0 0 0.3em 0.5em;
}
div.imgleft {
	float: left;
	margin: 0 0.5em 0.3em 0;
}
div.imgright div, div.imgleft div {
	padding: 1px 0;
	text-align: center;
}
a:link, a:visited{
	font-weight: normal;
	color: #365D95;
	text-decoration: underline;
}
a:hover, a:focus, a:active  {
	font-weight: normal;
	color: #1F1F1F;
	background-color: #EFEFEF;
	text-decoration: underline;
}
table.border {
	border-collapse:collapse;
}
table.border th {
	background-color :#2F2F2F;
	color: white;
	font-weight: normal;
	text-align: center !important;
}
table.border td, table.border th {
	border:1px solid silver;
	padding: 2px;
	text-align: left;
}
.hidden {
	display: none;
}
.Mail > span:before {
 	content: "@";
 }
.Mail > span span {
	display: none;
}
