﻿body {
	background: #eeeeee;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 10pt;
	margin: 0;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	width: 75;
	height: 25;
}

td {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}

input, textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt; 
}

select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt; 
}

select.qa {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt; 
}

A:link {
	color : #0000ff;
	text-decoration :none;
}

A:visited {
	color : #0000ff;
	text-decoration :none;
}

A.links:link {
	color : #990000;
	font-weight: bold;
	text-decoration :none;
}

A.links:visited {
	color : #990000;
	font-weight: bold;
	text-decoration :none;
}

A.links:hover {
	COLOR: #990000; 
	font-weight: bold;
	text-decoration: underline;
}

A.tag:link {
	color : black;
	text-decoration :none;
}

A.tag:visited {
	color :  black;
	text-decoration :none;
}

A.tag:hover {
	color: black; 
	text-decoration: underline;
}

A.tag_over:link {
	color : white;
	text-decoration :none;
}

A.tag_over:visited {
	color :  white;
	text-decoration :none;
}

A.tag_over:hover {
	color: white; 
	text-decoration: underline;
}

A.foot:link, A.foot:visited, A.foot:hover {
	color : #ffffff;
	font-weight: bold;
	text-decoration :none;
	font-size : 8pt; 
}

A.whitehead:link, A.whitehead:visited, A.whitehead:hover {
	color : #ffffff;
	font-weight: bold;
	text-decoration :none;
}

A.bluehead:link, A.bluehead:visited, A.bluehead:hover {
	color : #2e389c;
	font-weight: bold;
	text-decoration :none;
}

.heading {
	font-size : 14pt;
	color : #3366CC;
	font-weight : bold;
}

.errMsg {
	color : #ff0000;
	font-weight : bold;
}

.ssb {
	font-weight : bold;
	font-size: 14pt;
}

.ssb13 {
	font-weight : bold;
	font-size: 13pt;
}

.stxt{
    color : #666666;
}

.st{
    font-size: 16pt;
	color: #FF6600;
	font-weight: bold;
}

.foot{
	font-size: 12px;
	font-weight: bold;
}

.tagRole {
	color : #000000;
	font-weight : bold;
	font-size : 9pt;
}

.labtd {
	font-size : 8pt;
}

.hdtitle {
	color : #0066CC;
	font-weight : bold;
	font-size : 12pt; 
}

.annlist {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt; 
}

.hideDisplayStyle {
    visibility: hidden;
}

 .hide{
	display: none;
}

.show{
	display: block;
}

.verticaltext {
	writing-mode: tb-rl;
	filter: flipv fliph;
}

