.nav:link       { color: #ff0000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.nav:visited      { color: #ff0000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.nav:hover     { color: #ff0000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Times New Roman", Times, Arial; text-decoration: none }

.home:link       { color: #ff0000; font-style: normal; font-weight: normal; font-size: 8pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline; text-transform: uppercase; }
.home:visited      { color: #ff0000; font-style: normal; font-weight: normal; font-size: 8pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline; text-transform: uppercase;  }
.home:hover     { color: #ff0000; font-style: normal; font-weight: normal; font-size: 8pt; font-family: "Times New Roman", Times, Arial; text-decoration: none; text-transform: uppercase;  }

.int:link        { color: #ff0000; font-style: normal; font-weight: normal; font-size: 11pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.int:visited       { color: #ff0000; font-style: normal; font-weight: normal; font-size: 11pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.int:hover      { color: #ff0000; font-style: normal; font-weight: normal; font-size: 11pt; font-family: "Times New Roman", Times, Arial; text-decoration: none }

.news:link          { color: #ff0000; font-style: normal; font-weight: bold; font-size: 10pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.news:visited         { color: #ff0000; font-style: normal; font-weight: bold; font-size: 10pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.news:hover        { color: #ff0000; font-style: normal; font-weight: bold; font-size: 10pt; font-family: "Times New Roman", Times, Arial; text-decoration: none }

.main:link     { color: #000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline }
.main:visited    { color: #000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline;  }
.main:hover   { color: #000; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Times New Roman", Times, Arial; text-decoration: none;  }

.clin:link       { color: #f00; font-style: normal; font-weight: normal; font-size: 12pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline; text-transform: uppercase }
.clin:visited      { color: #f00; font-style: normal; font-weight: normal; font-size: 12pt; font-family: "Times New Roman", Times, Arial; text-decoration: underline; text-transform: uppercase }
.clin:hover     { color: #f00; font-style: normal; font-weight: normal; font-size: 12pt; font-family: "Times New Roman", Times, Arial; text-decoration: none; text-transform: uppercase }

div.pdmenu {
	padding: 0px; font-size: 8pt; font-family: "Times New Roman", Georgia, Times; text-align: center;
}

.pdmenu ul {
	margin: 0;
	padding: 0 0 25px 0;
	list-style-type: none;
	
}

.pdmenu li   { color: red; text-decoration: none; background-color: #ebebeb; float: left; margin: 0 0px 0 0; padding: 0; border: solid 0px black; width: 100px; }

.pdmenu a  { color: red; text-decoration: underline; background-color: #ebebeb; padding: 5px; display: block }

.pdmenu a:hover  { color: red; text-decoration: none; background-color: #ffffff; }

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:120px;
	height:50px;
	padding: 5px;
	margin: 0;
	border:0px solid black;
}

.pdmenu li li {
	border: none;
	}	

.pdmenu li li a {
	padding: 2px 2px 10px 10px;
}

.support {
	clear: both;
}

#hdr  { color: #000; font-style: normal; font-size: 26pt; font-family: "Times New Roman", Georgia, Times }
#title  { color: #000; font-style: normal; font-size: 18pt; font-family: "Times New Roman", Georgia, Times }
#title2   { color: #000; font-style: normal; font-size: 22pt; font-family: "Times New Roman", Georgia, Times; text-decoration: underline }