
P { color: black; font-family: arial, helvetica, sans-serif;  font-size: 10pt }

H3 { color: black; font-family: arial, helvetica, sans-serif; font-size: 12pt }

H1 { color: black; font-family: arial, helvetica, sans-serif; font-size: 10pt }

H2 { color: #165B9E; font-family: arial, helvetica, sans-serif; font-size: 20pt }
H4 { color: #165B9E; font-family: arial, helvetica, sans-serif; font-size: 16pt }


/* This is an example of a class - it can be used for 1 or more tags 

	<table class="tablecolors" etc ..
	
*/


.tablecolors { border-color: #165B9E;
border-width: 2px;
border-style: solid;
border-top-width: 20px;
border-top-color: #165B9E;
border-top-style: solid;

border-right-width: 2px;
border-right-color: #165B9E;
border-right-style: solid;

border-bottom-width: 2px;
border-bottom-color: #165B9E;
border-bottom-style: solid;
}

.tablecolors0 { border-color: #165B9E;
border-width: 2px;
border-style: solid;
}



.lf {font-size: 15pt; }
.bu {font-weight: bold; text-decoration:underline; }
.b {font-weight: bold; }
.i {font-style: italic;}
.pagefont {  color: black; font-family: arial, helvetica, sans-serif; font-size: 10pt; }

/*  This is an example of a id - can only be used for one tag only 

	<table id="tablecolors" etc ..
	
*/
#tableheight { height: 100px; }
#tableheight50 { height: 50px; }
#tableheight150 { height: 150px; }
#tableheight200 { height: 200px; }
#tableheight250 { height: 250px; }
#tableheight300 { height: 300px; }
#tableheight350 { height: 350px; }
#tableheight400 { height: 400px; }
#tableheight500 { height: 500px; }
#tableheight600 { height: 600px; }

#formtitle { color: #165B9E; }