BODY
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  z-index: 1;
  media: screen;
}

TABLE
{
	border: none;
}

IMG
{
	border: none;
}

TEXTAREA
{
	overflow: auto;
}

H1
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #009900;
	padding: 3px 5px 5px 5px;
	margin: 0px;
}


/* BOXES */

.box
{
	border: solid 2px #ff9900;
	color: #ffffff;
	background-color: Transparent;
	font-family: tahoma,arial,helvetica;
	font-size: 12px;
	font-weight: bold;
}


/* TEXT */

.menu
{
	padding: 5px 10px 5px 10px;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}

.menu A, .menu A:visited
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
	text-decoration: none;
	
}

.menu A:hover, .menu A:active
{
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #009900;
	text-decoration: none;
}

.menu_sel
{
	padding: 5px 10px 5px 10px;
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #009900;
}

.menu UL
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 5px;
}

.menu UL LI
{
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 0px;
}

.title
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}


.text10
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.text10 A, .text10 A:visited, .text10 A:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.text10 A:hover
{
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}


.text11
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.text11 A, .text11 A:visited, .text11 A:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.text11 A:hover
{
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}



.text12
{
	font-family: verdana,tahoma,arial,helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text12 A, .text12 A:visited, .text12 A:active
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.text12 A:hover
{
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}

/*
.text12 P
{
	text-align: justify;
}
*/

.imglink
{
	border: solid 2px #ffffff;
}

.imglink:hover
{
	border: solid 2px #009900;
	cursor: pointer;
}





@media print{
  #toprow { display:none;}
  #footerrow { display:none;}
  #contentrow { display: block; }
}

