/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	small;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
SPAN {
    font-size: small;
    }	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

.speciallinksize 
{
    font-size: small;
}

A:link	
{
    font-size: x-small;
	color:	#3333cc;
	}	
		
A:visited	{	
    font-size: x-small;
	color:	#3333cc;
	}	
		
A:active	{	
    font-size: x-small;
	color:	#333399;
	}	
		
A:hover	{	
    font-size: x-small;
	text-decoration:	underline;
	color:	#3333cc;
	}

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
.helpbodytext 
{
    font-size: small;
}

.largeTcItem 
{
    font-size:medium;
}

.medTcItem 
{
    font-size:small;
}
	
.helptitlespan 
{
    font-size: large;
}

.label
{
    font-size: x-small;
    text-align: left;
    font-weight: bolder;
}

.label2
{
    font-weight: normal;
    font-size: x-small;
    text-align: left;
}

.label3
{
  text-align: right;
  font-weight: bolder;
  font-size: x-small;
}

.textbox 
{
    font-size: x-small;
    text-align: left;
    font-weight: normal;
}

.button
{
    font-size: small;
}

.header
{
  font-weight: bold;
  font-size: small;
  text-align: left;
  vertical-align: bottom;
}

.header1
{
  font-weight: normal;
  font-size: small;
  text-align: left;
  vertical-align: bottom;
}

.header2
{
  font-weight: bold;
  font-size: x-small;
  text-align: right;
  vertical-align: bottom;
}

td
{
  font-size: x-small;
}

.menu
{
  background-color: #990033;
  color: #ffffff;
  padding: 2px;
  font-weight:bolder;
  font-size: x-small;
}

.menu A:link, .menu A:visited
{
	color: White;
}

.menu A:active
{
	color: Yellow;
}
 
.menuOver
{
  background-color: #ffffff;
  color: #000000;
  padding: 2px;
  font-weight:bolder;
  font-size: x-small;
}

/* Radio button list "label" elements*/
label
{
    font-size: small;
}

.input
{
  text-align: left;
  width: 60%;
}

.message
{
  color: black;
} 

.messageError
{
  color: red;
} 

.backspan 
{
    font-size: x-small;
}

/* generic unspecified */
span 
{
    font-size: x-small;
}