/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #E2E6EC;
    font-family: arial;
    FONT-SIZE: .75em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #003366;    
}

.Banner
{
	padding-top:0px;
	padding-bottom:0px;
}


.Title
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #003366;    
}

.NameDate
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #666666;    
}

.Heading
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #003366;    
}

.SubHeading
{
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    COLOR: #003366;    
}

.HomeLink 
{
	font-family: Arial;
	font-size:8pt;
	font-weight:normal;
	TEXT-TRANSFORM: none;
	color:	#666666;
}

A.HomeLink:link	{	
	text-decoration:	none;
	COLOR: #666666;
	}	
		
A.HomeLink:visited	{	
	text-decoration:	none;
	COLOR: #666666;
	}	
		
A.HomeLink:active	{	
	text-decoration:	none;
	COLOR: #666666;
	}	
		
A.HomeLink:hover	{	
	text-decoration:	none;
	color:	#860106;
	}

.MainNav 
{
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
	TEXT-TRANSFORM: uppercase;
}

A.MainNav:link	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A.MainNav:visited	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A.MainNav:active	{	
	text-decoration:	none;
	color:	#666666;
	}	
		
A.MainNav:hover	{	
	text-decoration:	none;
	color:	#860106;
	}
	
	
.divide
{  background-image:url(images/mn_divide.jpg);
   width:21px;
   height:24px;
}

.Logout 
{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	TEXT-TRANSFORM:  none;
	padding-bottom:0px;	
}

A.Logout:link	{	
	text-decoration:	none;
	color:	#860106;
	}	
		
A.Logout:visited	{	
	text-decoration:	none;
	color:	#860106;
	}	
		
A.Logout:active	{	
	text-decoration:	none;
	color:	#860106;
	}	
		
A.Logout:hover	{	
	text-decoration:	none;
	color:	#860106;
}


H1, H2, H3, H4, H5
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2.00em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.38em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:#666666;
	}	
		
H4	{	
	font-family: Arial, Verdana, 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: Arial, Verdana, 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: Arial, Verdana, 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;
	}	
		
	

A 
{
	font-family:Arial, Verdana;
	font-size:1.0em;
	font-weight:bold;
}

A:link	{	
	text-decoration:	underline;
	color:	#003366;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#003366;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#003366;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#666666;
	}
	


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Arial, Courier New, monospace;
	font-size: .75em;
	}	
	

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;
	}	

LI        
{
	list-style-type:	square;
	margin-left:10px;
}



.footer
{
	font-family:Arial;
	font-size: 10px;
	color:#003366;
}


HR
{
	color:#cccccc;
	height:1px;
	width:100%;
}	

.JournalForm
{
	line-height:26px;
}

Input
{
	height:14px;
	line-height:14px;
	font-family:Arial;
}



