body
{
	font-size: 8pt;
	font-family: Arial;
}

P
{
	font-size: 8pt;
	font-family: Arial;
}

TD
{
	font-size: 8pt;
	font-family: Arial;
}

SELECT
{
	font-size: 8pt;
	font-family: Arial;
}

INPUT
{
	font-size: 8pt;
	font-family: Arial;
}
A 	{
	color: #006D65;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: underline;
  	}

A:link  {
	color: #007070; 
	text-decoration: none
   	}

A:active{
	color: #00A89C; 
	text-decoration: none
	}

A:visited {
	color: #006D65; 
	text-decoration: none
   	}

A:hover {
	color: #00A89C; 
	text-decoration: none
   	}

/*
INPUT.DM_Button
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	background-color: teal;
}
*/

A.HelpLink
{

 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 16px; 
 background-color: #00FF00;
 border: 1px solid #666666; 
}
A:link.HelpLink		{color: #7D7D96; text-decoration: none}
A:active.HelpLink 	{color: #7D7D96; text-decoration: none}
A:visited.HelpLink 	{color: #7D7D96; text-decoration: none}
A:hover.HelpLink 	{color: #C8C8C8; text-decoration: none}


/* under construction links*/
A.UnderConstruction 
{
	color: 		#006D65;
	font-family : 	Arial, Helvetica, sans-serif;
	font-size : 	12px;
	font-weight : 	bold;
	text-decoration: underline;
}
A:link.UnderConstruction {color: #7D7D96; text-decoration: none}
A:active.UnderConstruction 	{color: #7D7D96; text-decoration: none}
A:visited.UnderConstruction 	{color: #7D7D96; text-decoration: none}
A:hover.UnderConstruction 	{color: #C8C8C8; text-decoration: none}


.textbox
{
	font-size: 8pt;
	font-family: Arial;	
}

TR.FormHeader
{
	background-color: teal;
}
TD.FormHeader
{
	padding-left: 10px;
	font-size: 24pt;
	color: white;
	font-family: Tahoma, Arial;
}

TABLE.FrameTable
{
	border-right: teal thin solid;
	border-top: teal thin solid;
	border-left: teal thin solid;
	border-bottom: teal thin solid;
}

TR.Header
{
	background-color: teal;
}

TR.Tips
{
	background-color: crimson;
}

TD.Header
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 10pt;
	color: gainsboro;
	font-family: Arial;
}

TD.Label
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	color: black;
	font-family: Arial;
	background-color: powderblue;
}

.Validator
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10pt;
	color: red;
	font-family: Arial;
	background-color: powderblue;
}

UL
{
	margin-bottom: 0px;
}
