/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	font-size:			x-small;
	font-family:			 Arial, Helvetica, sans-serif;
;
	background-color: #FFFFCC;



}

p					/* applies to all paragraphs */
{
	font-size:			x-small;
	font-family:			Arial, Helvetica, sans-serif;
; color: #000000}

table					/* applies to all tables */
{
	font-size:			x-small;
	font-family:			Arial, Helvetica, sans-serif;
; color: #000000
}

td					/* applies to all table cells */
{
	font-size:			x-small;
	font-family:			Arial, Helvetica, sans-serif;
; color: #000000
}

ol					/* applies to all ordered lists */
{
	font-size:			x-small;
	font-family:			Arial, Helvetica, sans-serif;
;
	color: #000000;
}

ul					/* applies to all unordered lists */
{
	font-size:			x-small;
	font-family:			Arial, Helvetica, sans-serif;
;
	color: #000000;
}

li					/* applies to all list items */
{
	font-size:			x-small;
	font-family:			Arial, Helvetica, sans-serif;
;
	color: #000000;
}
h1
{
	font-size:			small;
	font-family: Tahoma, Verdana, Arial;
	color: #FF0000;
}

h2
{
	font-size:			x-small;
	font-family: Tahoma, Verdana, Arial;
	color: #FF0000;
}

h3
{
	font-size:			14pt;
}

h4
{
	font-size:			12pt;
}

h5
{
	font-size:			10pt;
}

h6			/* applies to all headings */
{
	color:				#990000;
	font-family:			"Arial", "Verdana", "Helvetica", sans-serif;
	font-size: 9pt;
}

a:visited
{
	color:				#666666;
	font-weight:			normal;
; text-decoration: underline
; font-family: Arial, Helvetica, sans-serif; font-size: x-small
}

a:hover
{
	color:				#FFFFFF;
	;
	text-decoration: underline
;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	background-color: #FF0000;
}


a:link { 
	color:				#000000;
	font-weight:			normal;
; text-decoration: underline
; font-family: Arial, Helvetica, sans-serif; font-size: x-small
 } 
.form {
	font-family: Tahoma, Verdana, Arial;
	font-size: x-small;
	background-color: #CCCCCC;
}
.LTtitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: x-small;
	font-weight: bold;
	color: #FF0000;
}
.LTtitle2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: x-small;
	font-weight: bold;
	color: #000;
}
