<!--

TD.mat { 
	height: auto;
	width: auto; 
	background: transparent url(images/bkg_head_blue.gif);
	border: 18px ridge #663300;
	padding:12px; 
} 

.navbar {
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Serif;}

   	a.navbar:hover {color: green; text-decoration: none;}

   	A:link {color: #FFFFFF; text-decoration: none; font-family: "Times New Roman", Serif}
   	A:visited {color: #FFFFFF; text-decoration: none; font-family: "Times New Roman", Serif}
   	A:active {color: #FFFFFF; font-family: "Times New Roman", Serif}
   	A:hover {text-decoration:underline; font-family: "Times New Roman", Serif}

	A.navwin:link {color: black; text-decoration: none; font-family: "Times New Roman", Serif}
	A.navwin:visited {color: black; text-decoration: none; font-family: "Times New Roman", Serif}
	A.navwin:active {color: black; text-decoration: none; font-family: "Times New Roman", Serif}
	A.navwin:hover {text-decoration:underline; font-family: "Times New Roman", Serif}

   H1, H2, H3{
	color: black;
	text-align: center;
	font-family: "Times New Roman", Serif;
	}

   HR{
	color: green;
	}	

   DIV.c2 {color: black; font-size: 20px}
	
   TD.c3 {
	height: 200px;
	width: 768px; 
	background: transparent url(./images/Heading.jpg) no-repeat 0 0;
	}

body {font-family: "Times New Roman", Serif;
	background-image: url(./images/green_stucco.gif);
	background-repeat: repeat;
	background-attachment: scroll; 
	margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    scrollbar-face-color: #343434;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    scrollbar-3dlight-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #343434;
    scrollbar-arrow-color: green; }

   FONT {font-family: "Times New Roman", Serif}

table.frame{
	border-style: ridge;
	border-width: 15px;
	border-bottom-color: #343434;
	border-left-color: #343434;
	border-right-color: #343434;
	border-top-color: #343434;
	background-color: gray;
	}

TH	{
	height: 50px; 	
	vertical-align: middle;
	font-size: 30px;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: "Times New Roman", Serif;
	background: transparent url(images/bkg_head_blue.gif); 
	}	

#normBtn{
	background-color:undefined;
	color:undefined;
	font-family: "Times New Roman", Serif;
	}
#btnFocus{
	background-color:green;
	color:#FFFFFF;
	font-family: "Times New Roman", Serif;
	}
.clickable{
	cursor:pointer;
	}
-->