﻿
a:link
{
  text-decoration: underline;
  color: black;
}
a:visited
{
  text-decoration: underline;
  color: black;

}
a:hover
{
  text-decoration: underline;
  color: red;

}


a.bluelink:link
{
  text-decoration: none;
  color: #000066;
}
a.bluelink:visited
{
  text-decoration: none;
  color: #000066;
}
a.bluelink:hover
{
  text-decoration: underline;
  color: #CC0000;
}

textarea
{
  border-style: solid;
  border-color : #4791C5;
	border-width: 1px;
	font-family: Verdana;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;

  
}

input
{
  border-style: solid;
  border-color: #4791C5;
  border-width: 1px;
  font-family: Verdana;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  height: 18px;
}
input.inputimage
{
  border-style: solid;
  border-color:inherit;
  border-width : 0px;
  font-family : Verdana;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  height: auto;
}

select
{
  border: 1px solid #4791C5;
  font-family: Verdana;
    font-size: 8pt;
  width: 104px;
}

body
{
  font-family: Verdana;
  font-size: 10pt;  
}

.imglink
{
    CURSOR: hand;
}
table.boxborder
{
	border: 1px hidden #DCE0EB;
}
table.borderrow
{
	border: 1px solid #DCE0EB;
}

hr
{
border: 0;
height: 1px;
color: #4791C5;
background-color: #4791C5;
}






