/*----------------------------------------------------------------------------*
 *File Name    : jargon2.css
 *Purpose      : Globally define how the document's text and layout
 *               should behave under IE, Firefox and other Mozilla browsers.
 * 
 *Company Name : Jargon Software, Inc. 
 *Copyright 1997-2006 Jargon Software Inc. - All Rights Reserved
 ------------------------------------------------------------------------------*/

/* The default style */
BODY  {
  font-family:     Arial, arial, Verdana, verdana, Helvetica, sans-serif;
  font-style:      normal;
  font-weight:     normal;
  font-size:       14pt;
  color:           black;
  background:      white;
  text-decoration: none;
  text-align:      left;
  margin-top:      0px; 
  margin-bottom:   0px; 
  margin-left:     0px; 
  margin-right:    0px;
  padding-top:     0px;
  padding-left:    0px;
}

/* Heading styles */
H1  {
  font-size:      150%;
  font-weight:    bold;  
  text-transform: capitalize;
}
H2  {
  font-size:      125%;
  font-weight:    bold;  
  text-transform: capitalize;
}

H3  {
  font-size:      115%;
  font-weight:    bold
}

H4 {
  font-size:    105%;
  font-weight:  bold
}

H5 {
  font-size:    100%;
  font-weight:  bold
}

H6 {
  font-size:    100%;
  font-style:   italic;
  font-weight:  bold
}

/* The default font for text within a table. */
TABLE, TD, TH, TR {
  font-family:   Arial, arial, Verdana, verdana, Helvetica, sans-serif;
  font-style:    normal;  
  font-size:     14pt;
  margin-top:    0px; 
  margin-bottom: 0px; 
  margin-left:   0px; 
  margin-right:  0px;
}
TABLE.whitebg {
  color:      black;
  background: white;
}
TABLE.greybg, TR.greybg, TD.greybg {
  margin-top:    0px; 
  margin-bottom: 0px; 
  color:         black;
  background:    #DDDDDD;
}
/* Used to override the <TD> style set above */
.TextBlock {
  margin-left:   5px; 
}
.ArialThin24 {  
  font-family: "Arial Narrow";
  font-style:  normal;
  font-weight: normal;
  font-size:   150%;  
  color:       black;
  background:  white;
}

.ArialBold15 {  
  font-family: Arial, sans-serif;
  font-size:   125%;
  font-style:  normal;
  font-weight: bold;
  color:       black;
  background:  white;
}

.CopyrightText {  
  font-size: 65%;
}

.SideHead {
  color:       white;
  background:  #8342cf;
  line-height: 40px;
  vertical-align: middle;
  text-indent: 2px;
  font-size:   13pt;  
  font-style:  italic;
  font-weight: bold;
}
.SideItem {
  line-height: 30px;
  text-indent: 4px;
  font-size:   11pt;
  white-space: nowrap;
}

/* DEFINE JARGON SOFTWARE'S COLORS
**
** RED:    R=227 G=025 B=082  quark RGB%: 93.1  13.5  21.9  PMS 199 
**
** PURPLE: R=131 G=066 B=207  quark RGB%: 29.8  30.0  70.1  PMS 2665
**
** GREEN:  R=130 G=230 B=000  quark RGB%: 56.7  78.9  09.7  PMS 375
*/
.JargonRed {
  color:      white;
  background: #e31952;   
}
.JargonGreen {
  color:      black;
  background: #82e600;   
}  
.JargonPurple {
  color:      white;
  background: #8342cf;   
}

DIV {
  font-size:   14pt;  
}

DIV.W600 {
  font-size:   13pt;  
}

.in20 {
  margin-left: 20px;
}
.in40 {
  margin-left: 40px;
}
.in60 {
  margin-left: 60px;
}
.inboth10 {
  margin-left:  10px;
  margin-right: 10px;
  text-align:   left;
}
.inboth40 {
  margin-left:  40px;
  margin-right: 40px;
  text-align:   left;
}


UL, OL {
  line-height:   20px;
  margin-top:    3px;
  margin-bottom: 3px;
}

LI {
  font-size:   14pt;  
  margin-top:    3px;
  margin-bottom: 6px;
}

HR.hr_purple {
  background: #8342cf;
  height:     5px;
}
HR.hr_green {
  background: #82e600;
  height:     10px;
}
HR.hr_red {
  background: #e31952; 
  height:     15px;
}

/* The anchor tags */
A:link {
/* font-weight: bold; */
  color:       blue;
  text-decoration: none;
  white-space: nowrap;
}

/* This works for NC only */
A:active {
  font-weight: bold;
  color:       #e31952;
  text-decoration: none;
}

/*Hover works under IE only */
A:hover {
  font-weight: bold;
  color:       #e31952;
  text-decoration: none;
}

A:visited {
  font-weight: bold;
  color:       purple;
  text-decoration: none;
}

A.MenuLink:Link {
  text-decoration: none;
  font-weight:     bold;
  color:           white;
}

A.MenuLink:visited {
  text-decoration: none;
  font-weight:     bold;
  color:           white;
}

/*Hover works under IE only */
A.MenuLink:hover {
  color: black;
}

/*This works for NC only */
A.MenuLink:active {
  color: black;
}

/*The anchor tags */
A.News:link {
  color:      blue;
  background: white;
}

/*Hover works under IE only */
A.News:hover {
  color:      #00ff00;
  background: white;
}

A.News:visited {
  color:      purple;
  background: white;
}

