@charset "iso-8859-1";
/* CSS Document */
body 
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: rgb(236,30,36);*/
  line-height: 15px;
}

A.more_link:LINK, A.more_link:VISITED
{
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: rgb(37,42,142);
}

A.more_link:HOVER
{
  font-family: Verdana;
  font-size: 11px;
  text-decoration: underline;
  color: rgb(37,42,142);
}
A.porlink:VISITED
{
  font-family: Arial;	
	font-weight: bold;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  color: #c30000;
}

A.porlink:LINK
{
  font-family: Arial;	
	font-weight: bold;
  font-size: 12px;
  text-align: right;
  text-decoration: none;
  color: #c30000;
}
A.porlink:HOVER
{
  font-family: Arial;	
	font-weight: bold;
  font-size: 12px;
  text-align: right;
  text-decoration: underline overline;	
  color: rgb(1,48,128);
}	

/* Text Formating */

.text
{
  font-family: Verdana;
    font-size: 10px;
   color: rgb(0, 0, 0);
}

.normaltext
{
  font-family: Arial;
    font-size: 12px;
  color: rgb(0, 0, 0);
}

.normaltext1
{
  font-family: Arial;
    font-size: 12px;
  color: rgb(0, 0, 0);
	text-align: justify;

}

.labeltext
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: rgb(1,48,128);
}
.labeltext1
{
    font-family: Arial;
      font-size: 18px;
    font-weight: bold;
    color: #c30000;
}

/* Input Controls */

.edit
{
  border-width:1px;
  border-color:rgb(53,53,53);
  background-color:rgb(247,247,247);
  font-family: Verdana;
  font-size: 11px;
  color: rgb(0, 0, 0);
}

.editsend
{
  border-width:1px;
  border-color:rgb(53,53,53);
  background-color:#c30000;
	height:18px;
  font-family: Verdana;
	font-weight: bold;
  font-size: 12px;
  color:#f0f0f0;
}

.male {
		font-family: Tahoma, Helvetica, sans-serif; 
		font-size: 8pt;
}
fieldset {
	padding: 10px;
}

