﻿body {
   margin: 0;
   padding: 0;
   font-family:Tahoma;
   text-align: center;
   line-height: 1.5em;
   font-size: 10pt; /* This is for IE 5 version */
   font-size: 10pt; /* This is for easy scaling */
   font-size: small;
   background-color:#D2FFBF;
   color:#333;  	
}

p{
	text-align:justify;
	margin: 5px 10px 5px 10px;
	font-size:10pt;
	padding-right:5px;
}
a{
	text-decoration:none;
	border-bottom: 1px #138B00 solid;
	color:#138B00;	
}
a:hover {
	color: #013162;/*#556B2F*/
	text-decoration:none;
	border:0px;
}

a[href$='.doc'] {
	background:transparent url('../images/word.png') center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:15px;
}
a[href$='.pdf'] {
	background:transparent url('../images/pdf.png') center right no-repeat;
	display:inline-block;
	padding-right:20px;
	line-height:15px;
}

h1{
	color: #556B2F;
}

h2{
	color: #556B2F;
}

h3{
	color: #556B2F;
}

h4{
	color: #556B2F;
}

h5{
	color: #556B2F;
}

h6{
	color: #556B2F;
}
.linx a{
	color:#ed1c24;
	font-size:medium;
}
.image{
	border: 4px #013162 solid;
	padding: 5px 5px 5px 5px; 
	white-space: nowrap;
}
table{
	background-color:#fff;
}
hr{
	border-style:dotted;
	width:75%;

	border-width:thin;
	border-color: #ed1c24;
}

blockquote{
	background-image:url('../images/open-quote.gif');
	background-position: top left;
	background-repeat: no-repeat;
	
	text-indent: 20px;
	text-align: justify;
}
.col{
	background-color: #f0fff0;
}
/* LISTS */
	ul {list-style-type:square;}
	ul.related {margin-top: -1em}
	
	ol {margin: .5em .5em 1.5em;}
	ol li {margin-left: 1.4em;padding-left: 0;background: none; list-style-type: decimal}
	
	ul.nomarker li {background:none;padding-left:0;}
	
	dl {margin: 0 0 1em 0}
	dt {font-weight:bold;margin-top: 1.3em}
	dl dl {margin: 0 0 1.5em 30px}
	
	ol {margin: 0 0 1.5em;}	



