a:link {  text-decoration: none; color: Blue}
a:hover {  text-decoration: underline}
a:active {  text-decoration: underline}
a:visited {  text-decoration: none; color: Purple}

a.note:link {  text-decoration: none; color: #990000}
a.note:hover {  text-decoration: underline; color: #990000}
a.note:active {  text-decoration: underline; color: #990000}
a.note:visited {  text-decoration: none; color: #990000}

a.red:link {  text-decoration: none; color: #FF0000}
a.red:hover {  text-decoration: underline; color: #FF0000}
a.red:active {  text-decoration: underline; color: #FF0000}
a.red:visited {  text-decoration: none; color: #FF0000}

a.green:link {  text-decoration: none; color: #009900}
a.green:hover {  text-decoration: underline; color: #009900}
a.green:active {  text-decoration: underline; color: #009900}
a.green:visited {  text-decoration: none; color: #009900}

a.blue:link {  text-decoration: none; color: #0000FF}
a.blue:hover {  text-decoration: underline; color: #0000FF}
a.blue:active {  text-decoration: underline; color: #0000FF}
a.blue:visited {  text-decoration: none; color: #0000FF}

font { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.bold12 {
	font-weight: bold;
	font-size: 12px;	
}

.protocol {
	font-size: 10px;
}

.small {
	font-style: normal;
	font-size: 9px;
}

.size10 {
	font-size: 10px;
}

.size12 {
	font-size: 12px;
}

.size14blue {
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
}
.alwaysRed {
	color: #FF0000
}

.alwaysGreen {
	color: #009900
}

.alwaysBlue {
	color: #0000FF
}

.footer {
	font-size: 9px;
}

.normal {
	font-size: 12px;
	color: black;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.component {
	font-size: 9px;
	color: #990000;
	font-style: italic;
}

.unOrderedList {
	font-weight: bold;
	color: Blue;
}

.orderedList {
	background: #F5F5F5;
	font-weight: bold; 
}

.header_text {
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
}

.header_text_italic {
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
	color: #990000;
}

.header_text2 {
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}

.prodTable {
	border-width: thin;
	padding: 3px 3px 3px 3px;
	border-top: thin;
	border-right: thin;
	border-bottom: thin;
	border-left: thin;
}

.prodTableHeader { 
	background-color: #2A3B78; 
	height: 18px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
}

.prodTableHeaderText {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
color: White;	
}

.special {
	color: Fuchsia;
	font-weight: bolder;
	font-size: medium;
	font-style: oblique;
	font-variant: small-caps;
}
.prodTableCell {
	border-top: thin;
	border-left: thin;
	background-color: #DCE2ED;
}

.prodTableRow {
	border-top: thin;
	border-left: thin;
	background-color: #DCE2ED;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	font-size: 10px;	
}

.note  {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}

.prodTableText {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px; 
}
