<style type="text/css">

/* --- Defining the body settings ---  */
A 		{color:Blue;}
A:Visited 	{color:Blue;}
A:Active 	{color:Red;}
A:Hover 	{color:Green;}

/* --- Defining the main links ---  */
.lnk-00  
{	color: #000000;
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	cursor: default;
}
.lnk-00 A:link 
{	color: #000000;
	text-decoration: none;
}
.lnk-00 A:visited 
{	color: #000000;
	text-decoration: none;
}
.lnk-00 A:hover 
{	color: #006600;
	text-decoration: none;
}

.lnk-01  
{	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	cursor: default;
}
.lnk-01 A:link 
{	color: #336699;
	text-decoration: none;
}
.lnk-01 A:visited 
{	color: #336699;
	text-decoration: none;
}
.lnk-01 A:hover 
{	color: #FF0000;
	text-decoration: none;
}

.lnk-02  
{	color: #666666;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

/* --- Defining the titles ---  */
.title-00  
{	color: #006600;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	cursor: default;
}

.title-01  
{	color: #006600;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

/* --- Defining the settings for the form fields ---  */

.formField-00  { 
	background-color: #EEEEEE; 
	border-bottom: #000000 solid 1px; 
	border-left: #000000 solid 1px; 
	border-right: #000000 solid 1px; 
	border-top: #000000 solid 1px; 
	color: #333333;  
	font-size: 12px;
}

/* --- Defining the settings for the body ---  */
BODY {
	font-family: Arial;
}

</style>