﻿/* CSS layout */

a			{font-family: Tahoma, Arial, Verdana;; font-size: 10pt; font-weight: normal; text-decoration: none; }
:link		{ color: #F06F0F}
:visited  	{ color: #F06F0F }


p			{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; font-weight: normal; color: #000000 }
b			{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; font-weight: bold; color: #000000 }
li			{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; font-weight: normal; color: #000000}
ul			{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; font-weight: normal; color: #000000}
span		{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; font-weight: normal; color: #000000}

table		{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; color: #000000}
td			{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; color: #000000; text-align: justify}

h1        	{ font-family: Tahoma, Arial, Verdana; font-size: 16pt; color: #000000; text-decoration:
               	underline; font-weight: bold }

h2        	{ font-family: Tahoma, Arial, Verdana; font-size: 14pt; color: #000000; text-decoration:
               	underline; font-weight: bold }

h3        	{ font-family: Tahoma, Arial, Verdana; font-size: 12pt; color: #000000; text-decoration:
               	none; font-weight: bold }

h4        	{ font-family: Tahoma, Arial, Verdana; font-size: 10pt; color: #000000; text-decoration:
               	none; font-weight: bold }
.h10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline blink;
	line-height: normal;
	height: auto;
	width: auto;
}

