/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

HIDDEN
{
	font-size:1px; 
	color:#ff6699 
	visibility: hidden;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	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;
	}	
		
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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

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;
	}

/* Specific style classes */

/* Black */

.LinkBlack
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: arial;
	text-decoration: none;
}
A.LinkBlack:LINK
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}
A.LinkBlack:VISITED
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}
A.LinkBlack:HOVER
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: arial;
	text-decoration: underline;
}

/* Black Medium */
.LinkBlackMedium
{
	font-size: 10pt;
	color: #000000;
	font-family: arial;
}
A.LinkBlackMedium:LINK
{
	font-size: 10pt;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}
A.LinkBlackMedium:VISITED
{
	font-size: 10pt;
	color: #000000;
	font-family: arial;
	text-decoration: underline;
}
A.LinkBlackMedium:HOVER
{
	font-size: 10pt;
	color: red;
	font-family: arial;
	text-decoration: underline;
}

/* my Items */
.my
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: none;
}
.myLarge
{
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
.myMedium
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
}
.myB
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: none;
}
A.my:LINK
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.my:VISITED
{
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.my:HOVER
{
	font-size: 8pt;
	color: red;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}

.MenuB
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: none;
}
A.MenuB:LINK
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.MenuB:VISITED
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.MenuB:HOVER
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}

/* Schedule Items */
.Sched
{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: none;
}
A.Sched:LINK
{
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.Sched:VISITED
{
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.Sched:HOVER
{
	font-size: 10pt;
	color: red;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}

.SchedB
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: none;
}
A.SchedB:LINK
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.SchedB:VISITED
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}
A.SchedB:HOVER
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Tahoma,Verdana,Arial;
	text-decoration: underline;
}

.fileHeader
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: #666666 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #666666 1px solid;
	background-color: #d4d0c8;
}

/* Form Items */
.textfield
{
	border-right: #646464 1px solid;
	border-top: #646464 1px solid;
	font: 11px Tahoma,Verdana,Arial;
	border-left: #646464 1px solid;
	border-bottom: #646464 1px solid;
}

.textfieldGray
{
	border-right: #888888 1px solid;
	border-top: #888888 1px solid;
	font: 11px Tahoma,Verdana,Arial;
	border-left: #888888 1px solid;
	border-bottom: #888888 1px solid;
}

.labelfield
{
	font: 11px Tahoma,Verdana,Arial;
}

.textbutton
{
	border-right: #646464 1px solid;
	border-top: #646464 1px solid;
	font: 11px Tahoma,Verdana,Arial;
	border-left: #646464 1px solid;
	border-bottom: #646464 1px solid;
	background-color: silver;
}

.whiteOption		
{
	font: normal 12px Arial; 
	color: #FFFFFF; 
	background: #FFFFFF;
	}

.AdminMenu 
{ 
	font-weight: bold;
	font-size: 10pt;
	color : #FF0000; 
	text-decoration : none; 
	FONT-FAMILY: 'Arial Narrow'; 
}

A.AdminMenu:LINK 
{ 
	font-weight: normal;
	font-size: 10pt;
	color : #D1D1D1; 
	text-decoration : none; 
	FONT-FAMILY: 'Arial Narrow'; 
}

A.AdminMenu:VISITED 
{ 
	font-weight: normal;
	font-size: 10pt;
	color : #E1E1E1; 
	text-decoration : none; 
	FONT-FAMILY: 'Arial Narrow'; 
}
	
A.AdminMenu:HOVER
{ 
	font-weight: normal;
	font-size: 10pt;
	color : #FFFFFF; 
	text-decoration : underline; 
	FONT-FAMILY: 'Arial Narrow'; 
}

.Crum
{
	font-weight: bold;
	font-size: 8pt;
	color : #4E4E4E; 
	text-decoration : none; 
	FONT-FAMILY: 'Arial'; 
}

A.Crum:LINK 
{ 
	font-weight: normal;
	font-size: 8pt;
	color : #3E3E3E; 
	text-decoration : underline; 
	FONT-FAMILY: 'Arial'; 
}

A.Crum:VISITED 
{ 
	font-weight: normal;
	font-size: 8pt;
	color : #3E3E3E; 
	text-decoration : underline; 
	FONT-FAMILY: 'Arial'; 
}
	
A.Crum:HOVER
{ 
	font-weight: normal;
	font-size: 8pt;
	color : #FF0000; 
	text-decoration : underline; 
	FONT-FAMILY: 'Arial'; 
}