html {
height: 100.1%;
} 

body	{
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin-left: 0px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	}
        
        
img.RedBorder
        {
        border:2px solid red;        

        }

h1		{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	}

h5.textStandard{
        background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	border-right:10px solid white;
        border-left:10px solid white;
        text-align:justify;
        font-weight: normal;
	}


h2		{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	}

table	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}


table.tableLeftRight {
        border-right: 1px dotted red;
        border-left: 1px dotted red;
        border-top: 1px dotted red;
        border-bottom: 1px dotted red;
        }
table.redDotBorder {
        border: 1px dotted red;
        }

                


form	{
	margin-top: 0px;
	margin-bottom: 0px;
	}

textarea,select	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}
input.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	}

input.check {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: white;
	border: 0px;
	}

input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
        font-weight: bold;
	color: red;
        border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	} 
  
td.inline	{
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}
td.cellTopBottom{
border-top: 1px dotted red;
border-bottom: 1px dotted red;
}
td.cellTopBottomRight{
border-top: 1px dotted red;
border-bottom: 1px dotted red;
border-right: 1px dotted red;
}
td.cellTop      {
border-top: 1px dotted red;
}
td.cellRight{
border-right: 1px dotted red;
}
td.cellLeft{
border-left: 1px dotted red;
}


  
A:link,A:visited	{
	font-weight: bold;
	text-decoration: none;
	color: blue;
	}
        
a:link img       { border: none; }
a:visited img    { border: none; }
a:hover img      { border: none; }
a:active img     { border: none; }

A:hover	{
	font-weight: bold;
	text-decoration: none;
	color: red;
	}
       
