a:link  {
    color:#0000FF;
}
 
a:visited  {
     color:#990099;
}

.navName  {
    color:#000000;
}


#topnav ul {
	margin: 0;
	padding:0; 
	list-style-type: none;
	text-align: center; 
}

#topnav  ul li {
     display: block;
	 float: left;
}
 
#topnav ul li a {
    background-color: #f2d780;
	 padding: 10px 10px 10px 10px;
	 text-decoration: none;
	 color: #000;
}



/* This section changes the link color when users mouse over it */
#topnav  ul li a:hover, #topnav ul li a:active, #topnav ul li a:focus {
     color:#c4a42d;
	 background-color: #0e85bf;
}

/* This section makes the active page stand out from the menu */
.aboutus #aboutus a {
	color: #fff;
	background-color: #0e85bf;
	/*
	padding: 10px;	
	*/
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #FFFDC9;
}
td {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
        cellpadding: 5px;
	vertical-align: top;
}
th {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
        cellpadding: 5px;
	color: #000066;
}
p {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.bold {
	font-weight: bold;
}
h3 {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.large {
	font-size: 14pt;
	font-weight: bold;
}
li {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom: 6pt;
	padding-left:1em;
        /*list-style-image: url(image/diamond.gif);*/
}
li li {
    font-family: Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	list-style-position: inside;
    list-style-type: circle;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.center {
	text-align: center;
}

.product {
     font-size: 12pt;
	 font-weight: bold;
}
