/***********************************************/
/* FloydTaubMD.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #000000;
	margin: 0px;
	padding: 5px;
	font: small/1.166 Arial, Helvetica, sans-serif;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #660066;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	text-align: center;
}

h2{
 font-family: Verdana, Arial, sans-serif;
 font-size: 115%;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 110%;
}

h4{
 font-family: Arial,sans-serif;
}

h5{
 font-family: Arial,sans-serif;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.spaced_list li{
	margin-bottom: 8pt;
}

.nav_bar_top {
	background-color: #EAEAEA;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: right;
	font-size: x-small;
}

.nav_bar_bot {
	line-height: 110%;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
}

.gazette_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: justify;
	text-indent: 0.25in;
	line-height: 13pt;
	margin-bottom: 0px;
	margin-top: 0px;
}
.gaz_caption_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.superscript {
	vertical-align: super;
	font-size: 85%;
}


