body
{
font-size: 10px; 
color: #000066; 
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif
}

tr
{
font-size: 12px; 
color: #006699; 
line-height: 1.5em;
font-family: Verdana, Arial, Helvetica, sans-serif
}

p
{
	margin: 2px 0 2px;
	padding: 0;
	text-align: justify;
}

h1
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px solid #ffcc00;
	background: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h2
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #006699;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

h3
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #006699;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;

}
h5 {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}


h6
{
	margin: 1px 0 0 0;
	padding-bottom: 2px;
	color: #006699;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #003399;
	line-height: 14px;
	font-weight: bold;
	text-align: right;

}
img {
	text-align: center;
	vertical-align: middle;
}


a{
	color: #0066FF;
	text-decoration: none;
	background: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:hover {color: #FFCC33; text-decoration: blink; background: inherit;}

ul
{
	color: #fff;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
}

li
{
	font-weight: normal;
	text-transform: none;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #006699;
	list-style-type: decimal;
	list-style-position: outside;

}

blockquote
{
width: 30em;
margin: 0 0 0 10px;
padding: 5px;
border-left: 1px solid #666
}

