a {color: #73984E}
a {text-decoration: none}
a:hover {color: #AE6159}
a:hover {font-weight: bold}

body
{
	background-color: #FFFFFF;
}

form
{
	margin: 0em, 0em, 0em, 0em;
}

.form-required
{
  color: #f00;
	font-family :11px Arial, sans-serif;
}

.table-outer
{
  width: 100%;
}

.table-inner
{
	width: 100%;
	background-color: #AE6159;
}

.table-inner-green
{
	width: 100%;
	background-color: #73984E;
	font-family: Arial, sans-serif;	
	font-size: 8pt;
}

.row-header
{
	height: 19px;
	background-color: #AE6159;
}

.row-header-green
{
	height: 19px;
	background-color: #73984E;
}

.row-body
{
/*height: 85px;*/
	background-color: #F7F2F2;
	vertical-align: top;
	margin-top: 10px; 	
}

.data-header
{
	color: #FFFFFF;
	font-family: Arial, sans-serif;	
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0em, 0em, 0em, 0em;	
}

.data-body
{
	color: #73984E;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

.small-black  {font-size: 10px; font-family: Arial, sans-serif; color: #000000;}
.small-green  {font-size: 10px; font-family: Arial, sans-serif; color: #73984E;}
.small-red    {font-size: 10px; font-family: Arial, sans-serif; color: #AE6159;}

.medium-black {font-size: 12px; font-family: Arial, sans-serif; color: #000000;}
.medium-green {font-size: 12px; font-family: Arial, sans-serif; color: #73984E;}
.medium-red   {font-size: 12px; font-family: Arial, sans-serif; color: #AE6159;}

.large-black  {font-size: 14px; font-family: Arial, sans-serif; color: #000000;}
.large-green  {font-size: 14px; font-family: Arial, sans-serif; color: #73984E;}
.large-red    {font-size: 14px; font-family: Arial, sans-serif; color: #AE6159;}

.title-black  {font-size: 36px; font-family: "Bradley Hand ITC";	font-weight: bold; color: #000000; }
.title-green  {font-size: 36px; font-family: "Bradley Hand ITC";	font-weight: bold; color: #73984E; }
.title-red    {font-size: 24px; font-family: "Bradley Hand ITC";	font-weight: bold; color: #AE6159; }

.subtitle-green {font-size: 28px; font-family:"Bradley Hand ITC"; font-weight: bold; color: #73984E; }
.subtitle-red   {font-size: 20px; font-family:"Bradley Hand ITC"; font-weight: bold; color: #AE6159; }

.skip-line    {font-size: 3px}

.pushbutton
{
	padding: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	position: relative;
	cursor:hand;
}

.pushbuttonmiddle 
{
	font-size: 10px;
	font-family: Arial, sans-serif;
	vertical-align: middle;
	padding-left: 3px;
	padding-right: 3px;
	height:20px;
	background-image: url(../projects/images/button_middle.gif);
}

.inputfield {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}