/*
Hauptdesign für Datura-Web-Applikationen Version "blue"
*/

/* Tags */
BODY, P, TD, TH {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  color : #575900; /* 004C0C dark green, 575900 dark olive */
  scrollbar-arrow-color : Gray;
  scrollbar-base-color : Gray;
  scrollbar-darkshadow-color : Gray;
  scrollbar-face-color : White;
  scrollbar-highlight-color : none;
  scrollbar-shadow-color : White;
}

H1 {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 18px;
  font-weight : bold;
  border-style : solid;
  border-color : #000080; /* dark blue */
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  width : 100%;
}

.firstLevelTitle {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #575900; /* 575900 dark olive */ 
}

.secondLevelTitle {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #CCCCCC; /* grey */ 
}

.contentTitleFont{
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 14px;
  font-weight: bold;
  color : #990000; /*dark wine red */
  text-transform: uppercase;
}

.contentSubtitleFont{
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight: bold;
  color : #990000; /* dark wine red */
}

.smallFont {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight: normal;
  color : #575900; /* 575900 dark olivew */
}

.formFieldSmall {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 11px;
  font-weight: normal;
  color : #282A00; /* 282A00 dark olive2 */
}

input {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  /*font-size : 12px;*/
  font-weight: normal;
  color : #282A00; /* 282A00 dark olive2 */
}

.footerFont {
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 10px;
	border-style : solid;
   border-color : #990000; /* dark wine red */ /*575900; /* dark olive */
   border-top-width : 1px;
   border-bottom-width : 0px;
   border-left-width : 0px;
   border-right-width : 0px;
	
}
.mainMenuTitle {
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 12px;
	font-weight: normal;
	border-style : dotted;
   border-color : #575900; /* 575900 dark olive */
   border-top-width : 0px;
   border-bottom-width : 0px;
   border-left-width : 0px;
   border-right-width : 1px;
}

#mainMenuBg{
	background-color: #DEEBDE; /* DEEBDE beste farbe bis jetzt, D5F2DB, DCF3DE, CEEFD0 light green, FFFFDE; light yellow */
}

.subMenuTitle {
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 12px;
	font-weight: bold;
	color : #990000; /* dark wine red */	
}

.rahmen{
	border: groove;
	border-color: #87CEEB;
	border-width: thick;
}

.pinkTableFont {
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 11px;
	font-weight: normal;
	color : #575900; /* 575900 dark olive */
}

.pinkTableFontBold {
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 11px;
	font-weight: bold;
	color : #575900; /* 575900 dark olive */ 
}

.pinkTableLeftHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  height: 30px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* light grey*/
}

.pinkTableRightHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  height: 30px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* light grey*/
}

.pinkTableSpecialHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  height: 30px;
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* light grey*/
}

.pinkTableLeftBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 11px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #FFCECE; /* light pink */
  border-style : solid;
}

.pinkTableRightBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 11px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #FFCECE; /* light pink */
  border-style : solid;
}

.oliveTableLeftHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  height: 30px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #808000; /* olive */
  border-style : solid;
  background-color : #FFFFE1; /* FFFFE1 light yellow, F3F3F3 light grey*/
}

.oliveTableRightHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  height: 30px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #808000; /* olive */
  border-style : solid;
  background-color : #FFFFE1; /* FFFFE1 light yellow, F3F3F3 light grey*/
}

.oliveTableLeftBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 11px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 2px;
  border-left-width : 1px;
  border-right-width : 0px;
  border-color : #808000; /* olive */
  border-style : solid;
}

.oliveTableRightBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 11px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 2px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #808000; /* olive */
  border-style : solid;
}

.subMenuContent {
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 10px;
	font-weight: normal;
	color: #BC8F8F; /* 999999 grey */
	border-style : dotted;
   border-color : #990000; /* dark wine red */
   border-top-width : 0px;
   border-bottom-width : 1px;
   border-left-width : 0px;
   border-right-width : 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.upperFrame{
	border-style : solid;
   border-color : #575900; /* dark olive */
   border-top-width : 1px;
   border-bottom-width : 0px;
   border-left-width : 1px;
   border-right-width : 1px;
}

.lowerLeftFrame{
	border-style : solid;
   border-color : #575900; /* dark olive */
   border-top-width : 0px;
   border-bottom-width : 0px;
   border-left-width : 1px;
   border-right-width : 0px;
}

.lowerRightFrame{
	border-style : solid;   
   border-top-width : 1px;
	border-top-color: #990000; /* dark wine red */
   border-bottom-width : 0px;
	border-bottom-color : #575900; /* dark olive */
   border-left-width : 0px;
   border-right-width : 1px;
	border-right-color : #575900; /* dark olive */
}

.defaultTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #575900; /* dark olive */
  border-style : solid;
  background-color : #FFF8DC; /* light yellow cornsilk*/
}

.rightTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* light grey*/
}

.leftTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* light grey*/
}

.specialTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* F6F6F6 light grey*/
  /*background: url(www.datura.ch/datura/images/ImgBgTestimonialsTest.gif); */
}

.boxGoldTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : Olive; /* Olive */
  border-style : solid;
  background-color : #EEE8AA; /* EEE8AA pale goldenrod, FFFFE8 light yellow*/
  padding: 4px;
}

.boxGoldTableBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #CECA91; /* CECA91 light olive  , Olive */
  border-style : dashed;
  background-color : #FFFFE8; /* FFFFE8 light yellow, FFF4F8 light lilac, F6F6F6 light grey*/
  padding: 4px;
}

.boxGoldTableFooter {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 5px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-bottom-style: dashed;
  border-left-width : 1px;
  border-left-style: dashed;
  border-right-width : 1px;
  border-right-style: dashed;
  border-color : Olive0; /* Olive */
   /*border-style : solid; */
  background-color : #F3F2CF; /* F3F2CF light pale goldenrod, FFFFE8 light yellow*/  
}

.boxGreenTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #006400; /* dark greend */
  border-style : solid;
  background-color : #E7F1E7; /* E7F1E7 light green1, FFFFE8 light yellow*/
  padding: 4px;
}

.boxGreenTableBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #006400; /* dark green */
  border-style : dashed;
  background-color : #F3FAF3; /* F3FAF3 light green2, FFFFE8 light yellow, FFF4F8 light lilac, F6F6F6 light grey*/
  padding: 4px;
}

.boxGreenTableFooter {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 5px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-bottom-style: dashed;
  border-left-width : 1px;
  border-left-style: dashed;
  border-right-width : 1px;
  border-right-style: dashed;
  border-color : #006400; /* dark green */
   /*border-style : solid; */
  background-color : #E7F1E7; /* E7F1E7 light green1, FFFFE8 light yellow*/  
}

.boxBlueTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #2B4D79; /* 2B4D79 dark blue */
  border-style : solid;
  background-color : #DCE6F3; /* CFDEEF light blue, FFFFE8 light yellow*/
  padding: 4px;
}

.boxBlueTableBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #2B4D79; /* dark blue */
  border-style : dashed;
  background-color : #ECF2F8; /* F3FAF3 light green2, FFFFE8 light yellow, FFF4F8 light lilac, F6F6F6 light grey*/
  padding: 4px;
}

.boxBlueTableFooter {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 5px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-bottom-style: dashed;
  border-left-width : 1px;
  border-left-style: dashed;
  border-right-width : 1px;
  border-right-style: dashed;
  border-color : #2B4D79; /* dark blue */
   /*border-style : solid; */
  background-color : #DCE6F3; /* E7F1E7 light green1, FFFFE8 light yellow*/  
}

.boxTableHeader {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : bold;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  background-color : #F6F6F6; /* F6F6F6 light grey*/
  padding: 4px;
}

.boxTableBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #990000; /*  FFE1EB lilac, 990000 dark wine red */
  border-style : dashed;
  background-color : #FFF4F8; /* FFF4F8 light lilac, F6F6F6 light grey*/
  padding: 4px;
}

.boxTableFooter {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 5px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-bottom-style: dashed;
  border-left-width : 1px;
  border-left-style: dashed;
  border-right-width : 1px;
  border-right-style: dashed;
  border-color : #990000; /* dark wine red */
   /*border-style : solid; */
  background-color : #F3F3F3; /* F6F6F6 light grey, FFEAF3 light lilac */  
}

.rightTableBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
}

.leftTableBody {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 10px;
  font-weight : normal;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
}

.lineHight5 {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 5px;
}

.defaultTableLeftBorder {
  border-top-width : 0px;
  border-bottom-width : 0px;
  border-left-width : 1px;
  border-right-width : 0px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
}

.defaultTableContentLine {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #BDB76B; /* dark khaki */
  border-style : solid;
  background-color: #FFFAF0; /* floral white */
}

.defaultTableContentLastLine {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
  /*background-color: #FFFAF0; /* floral white */
}

.specialTableContentLastLine {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 5px;
  border-top-width : 0px;
  border-bottom-width : 2px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #990000; /* dark wine red */
  border-style : solid;
}

.dottedTableContentLastLine {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  border-top-width : 0px;
  border-bottom-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-color : #000080; /* dark blue */
  border-style : dashed;
}

.button {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #990000; /* dark wine red */
	background-color : #FCF4E7; /* very light yellow*/
	border-bottom-style : solid;
	border-bottom-color : #990000; /* dark wine red */
	border-left-style : solid;
	border-left-color : #DAA520; /* goldenrod */
	border-right-style : solid;
	border-right-color : #990000; /* dark wine red */
	border-top-style : solid;
	border-top-color : #DAA520; /* goldenrod */
}

.buttonBox {
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #990000; /* dark wine red */
	background-color : transparent;
	/*border-bottom-style : solid;
	border-bottom-color : #990000; /* dark wine red */
	/*border-left-style : solid;
	border-left-color : #DAA520; /* goldenrod */
	/*border-right-style : solid;
	border-right-color : #990000; /* dark wine red */
	/*border-top-style : solid;
	border-top-color : #DAA520; /* goldenrod */
}

.contentLinkArea{
	font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
	font-size: 12px;
	font-weight: normal;
	border-style : dotted;
   border-color : #DAA520; /* goldenrod */
   border-top-width : 0px;
   border-bottom-width : 1px;
   border-left-width : 0px;
   border-right-width : 0px;
}

/* classes for validator */
.tfvHighlight {
   color: #DD0000;
}
.tfvNormal {
   color: black;
}
.inputHighlighted {
   color: #DD0000;
}
.inputNormal {
  color: black;
}

A {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  color : #575900; /* 575900 dark olive */
}

A:LINK {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  color : #3333CC; /* 18327B blue1, 3333CC blue oder 990000 dark wine red, DAA520 goldenrod */
  text-decoration : none;
}
 
A:VISITED {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  color : #4682B4; /* 2855D7 blue2, 008080 teal, DAA520 goldenrod, 990000, E8C600 dark gold */
  text-decoration : none;
}
 
A:ACTIVE {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  color : #DAA520; /* DAA520 goldenrod */
  text-decoration : none;
}

A:HOVER {
  font-family : Verdana, Arial, sans-serif; /* family and color same as systemFont -> because of NS */
  font-size : 12px;
  color : #E8C600; /* dark gold, BDB76B dark khaki, 990000 dark wine red */
  text-decoration : none;
}

A.subMenu:LINK{	
	font-size: 10px;
	font-weight: normal;
	color :#990000; /* dark wine red */
	text-decoration : none;
}

A.subMenu:VISITED{	
	font-size: 10px;
	font-weight: normal;
	color : #990000; /* dark wine red */
	text-decoration : none;
}

A.subMenu:ACTIVE{
	font-size: 10px;
	font-weight: normal;
	color :#990000; /* dark wine red */
	text-decoration : none;	
} 

A.subMenu:HOVER {	
	font-size: 10px;
	font-weight: normal;
	color : #575900; /* BC8F8F rosy brown */
	text-decoration : none;
}

A.mainMenu:LINK{
	font-size: 12px;
	font-weight: bold;
	color :#575900; /* 575900 dark olive */
	text-decoration : none;
}

A.mainMenu:VISITED{	
	font-size: 12px;
	font-weight: bold;
	color :#575900; /* 575900 dark olive */
	text-decoration : none;
}

A.mainMenu:ACTIVE{	
	font-size: 12px;
	font-weight: bold;
	color :#575900; /* 575900 dark olive */
	text-decoration : none;
}

A.mainMenu:HOVER {	
	font-size: 12px;
	font-weight: bold;
	color :#990000; /* dark wine red */
	text-decoration : none;
}

A.big:LINK{
	font-size: 12px;
	font-weight: bold;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.big:VISITED{	
	font-size: 12px;
	font-weight: bold;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.big:ACTIVE{	
	font-size: 12px;
	font-weight: bold;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.big:HOVER {	
	font-size: 12px;
	font-weight: bold;
	color :#990000; /* dark wine red */
	text-decoration : none;
}

A.small:LINK{	
	font-size: 10px;
	font-weight: normal;
	color : #990000; /* dark wine red, DAA520 goldenrod */ /*#575900; /* dark olive */
	text-decoration : none;
}

A.small:VISITED{	
	font-size: 10px;
	font-weight: normal;
	color : #18327B; /* dark blue, 008B8B dark cyan, 008080 teal, DAA520 golden rod, 575900 dark olive */
	text-decoration : none;
}

A.small:ACTIVE{
	font-size: 10px;
	font-weight: normal;
	color :#DAA520; /* DAA520 golden rod, 575900 dark olive */
	text-decoration : none;	
} 

A.small:HOVER {	
	font-size: 10px;
	font-weight: normal;
	color :#DAA520; /* DAA520 golden rod, E8C600 dark gold, BDB76B dark khaki */
	text-decoration : none;
}

A.statusLink:LINK{
	font-size: 9px;
	font-weight: normal;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.statusLink:VISITED{	
	font-size: 9px;
	font-weight: normal;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.statusLink:ACTIVE{	
	font-size: 9px;
	font-weight: normal;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.statusLink:HOVER {	
	font-size: 9px;
	font-weight: normal;
	color :#990000; /* dark wine red */
	text-decoration : none;
}

A.quickLink:LINK{
	font-size: 12px;
	font-weight: normal;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.quickLink:VISITED{	
	font-size: 12px;
	font-weight: normal;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.quickLink:ACTIVE{	
	font-size: 12px;
	font-weight: normal;
	color :#575900; /* dark olive */
	text-decoration : none;
}

A.quickLink:HOVER {	
	font-size: 12px;
	font-weight: normal;
	color :#575900; /* 990000 dark wine red */
	text-decoration : underline;
}
