/* CSS */

<STYLE tyle="text/css">

.styletext2 {
	font-size: 18px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.styletext1 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 200%;
}

.styletext4 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-right:20px;
}

.styletext21 {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-right:10px;
	padding-left:10px;
}


.styletext14 {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.styletextbig {
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}

.styletext3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.stylegeorgia {
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, Serif;
	line-height: 200%;
}

.greenish {
	font-size: 14px;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
}

.styletext40 {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* ALL LINKS WITH NO DEFINED CLASS ACT LIKE THIS */

a:text    {color:#FF6600; text-decoration:none}
a:link    {color:#FF6600; text-decoration:none}
a:visited {color:#FF6600; text-decoration:none}
a:active  {color:#FF6600; text-decoration:none}
a:hover   {color:#FF6600; text-decoration:underline}

/* ORANGE LINKS */

a.orange:text    {color:#333333; text-decoration:none}
a.orange:link    {color:#333333; text-decoration:none}
a.orange:visited {color:#333333; text-decoration:none}
a.orange:active  {color:#333333; text-decoration:none}
a.orange:hover   {color:#FF6600; text-decoration:underline}

/* ORANGE2 LINKS */

a.orange2:text    {color:#000000; text-decoration:none}
a.orange2:link    {color:#000000; text-decoration:none}
a.orange2:visited {color:#000000; text-decoration:none}
a.orange2:active  {color:#000000; text-decoration:none}
a.orange2:hover   {color:#FF6600; text-decoration:none}

/* GREEN LINKS */

a.green:text    {color:#666666; text-decoration:none}
a.green:link    {color:#666666; text-decoration:none}
a.green:visited {color:#666666; text-decoration:none}
a.green:active  {color:#666666; text-decoration:none}
a.green:hover   {color:#006600; text-decoration:none}

/* GREEN2 LINKS */

a.green2:text    {color:#333333; text-decoration:none}
a.green2:link    {color:#333333; text-decoration:none}
a.green2:visited {color:#333333; text-decoration:none}
a.green2:active  {color:#333333; text-decoration:none}
a.green2:hover   {color:#006600; text-decoration:underline}


</STYLE>
