.navpad {
	padding-right: 10px;
	padding-left: 10px;
}

body, td, p, input, select {
font-family:"Trebuchet MS";
font-size:14px;

}

h1 {
	font-family:"Trebuchet MS";
	font-size:18px;
	font-weight:bold;
	color:#9933CC;
	text-decoration: underline;

}

a { color:#ffffff;}
a:hover{
	text-decoration:underline;
	color: #28E72C;}

.menuLink{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-style: italic;
	color: #FFFFFF;


}

a.menuLink:hover{
	text-decoration:underline;
	color: #000066;


}

table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
	color: #00FF99;

}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFFFFF; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 2px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;


}
h2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #33FFCC;


}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660099;
	font-style: normal;
}
h4 {
	color: #FFFFFF;
}
h6 {
	font-size: 20px;
	color: #000000;
}

