﻿/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:small;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 30;
	text-align: left;
 }
/*
A:link      { color:Maroon; text-decoration:none; }
A:visited 	{ color: #00732E; text-decoration:none; }
A:active 	{ color: #00732E;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #CFC98B;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #00732E; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #00732E; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #00732E;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #CFC98B;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

*/
hyplnkFooter
{
    font-size:medium; 
    color:Black;
}
/*		
p
{
	line-height: 1.4em;
}

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #00732E;
 }

hr {
	border: 0;
	border-top: 2px solid #00732E;
	height: 2px;
}

img
{
	border-width: 0;
}*/