/* reset standard elements */
body {
	background-color: #FFFFFF;
	color: #000000;
}
a {
	color: #000;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
h4, .question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
h5, .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 0.3em 0;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
hr {
	border: thin solid #000000;
}
p {
	margin: 0 0 0.75em 0;
}

/* hide the jump to content options from visual browsers */
.hide {
	position: absolute;
	left: -9999px;
}
.hide :focus {
	left: 0;
}

/* style tables */
table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
th, td {
	vertical-align: top;
	border: thin solid #000000;
	padding: 0.5em;
	text-align: left;
}
td h3 {
	margin-top: 0;
}
.table95 {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
caption {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.table-noborder {
	border: 0;
	margin: 1em;
	padding: 0.5em;
}
.backgroundcolor {
	background-color: #ebecec;
}
.noborder-nomargin {
	border: 0;
	margin: 0;
	padding: 0 0.5em;
}
/* style form elements*/
form {
	margin-left: 0.5em;
	background-color: #ebecec;
	padding: 0.5em;
	text-align: left;
	font: 100% Arial, Helvetica, sans-serif;
}
form h5 {
	margin-top: 1em;
	margin-bottom: 0.2em;
}
form p {
	margin-bottom: 0.8em;
}
.submitbutton {
	display: none;
}
/* style the stuff in the header */
#header {
	float: left;
	vertical-align: top;
	min-height: 150px;
}
#header h1 {
	font-size: 120%;
}
#jta {
	display: none;
}
#tgalogo {
	float: left;
	width: 291px;
}
#medsafelogo {
	width: 200px;
	float: right;
	margin-right: 5px;
	top: 0;
}



 /* styles for the stuff under the header */
#main {
	width: 99%;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
#leftnav {
	display: none;
}
#content {
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding: 0.5em;
	margin-bottom: 1em;
}
#breadcrumb {
	display: none;	
}
#acro {
	display: none;
}
#moh {
	float: right;
	text-align: left;
}

/* other styles */
.bigger {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.emphasis {
	font-style: italic;
}
.indented-text {
	margin-left: 2em;
}.largefilewarn {
	font-size: 90%;
}
.pubtitle {
	font-style: italic;
}
.reference { 
	font-size: 85%;
	font-style: normal;
}
.small {
	font-size: 75%;
}
.top, .noprint {
	display: none;
}
.urlprint {
	border-top: 1px solid #000000;
}
