/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    background-color: White
}

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;
	}	
	
.commentor
{
	font-size: xx-small;
}

.comment
{
	font-size:x-small;
	font-weight:bold;
}
	
TD  
{
	font-size: .8em;
	font-family: Verdana;
}
		
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:	#0068AD;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#003366;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#0068AD;
	}
	
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;
	}*/
	
EM.disclaimer 
{
	font-size:xx-small;
}

TD.disclaimer
{
	font-size:xx-small;
}

.announcementHeader
{
	margin-left:15px;
	color:#7D7D80;
	font-weight:bold;
}

.news
{
	margin-left:20px;
	color:#606161;
	font-size:10pt;
	font-weight:bold;
}

.pastNews
{
	/*margin-left:80px;*/
	line-height:25px;
	/*color:#606161;*/
	font-size:10pt;
	/*font-style:italic;*/
}

.updates
{
	/*margin-left:80px;
	/*color:#606161;*/
	font-size:10pt;
	font-weight:bold;
	/*font-style:italic;*/
}

A.demoSite
{
	/*margin-left:80px;*/
	color:#FF0000;
	font-size:10pt;
	font-weight:bold;
	/*font-style:italic;*/
}

A.demoSite:visited
{
	color:#FF0000;
	font-size:10pt;
	font-weight:bold;
}

.updatesMod
{
	/*margin-left:33px;*/
	/*color:#606161;*/
	font-size:10pt;
	/*font-style:italic;*/
}

.announcementClick
{
	margin-left:20px;
	color:#7D7D80;
	/*font-style:italic;*/
	font-size:.7em;
}

.resolutionWarning
{
	color:Red;
	font-weight:bold;
	font-size:xx-small;
}

.dateOnUpdate
{
	margin-left:10px;
	font-size:x-small;
	font-weight:bold;
}

.subjectOnUpdate
{
	margin-left:30px;
	color:darkblue;
	font-size:.9em;
	font-weight:bold;
}

.bodyOnUpdate
{
	margin-left:55px;
	color:#606161;
	font-size:xx-small;
	font-weight:bold;
}

.InstructionsHeader

{
	font-weight:bold;
	font-size:medium;
}

.ThreeLinks {	
	text-decoration:	none;
	color:	White;
	}	

.ThreeLinks a:link	{	
	text-decoration:	none;
	color:	White;
	}	
		
.ThreeLinks a:visited	{	
	text-decoration:	none;
	color:	White;
	}	
		
.ThreeLinks a:active	{	
	text-decoration:	none;
	color:	White;
	}	
		
.ThreeLinks a:hover	{	
	text-decoration:	underline;
	color:	White;
}

.Copyright
{
	font-size:xx-small;
}

.Copyright a:link	{	
	text-decoration:	none;
	color: Black;
	}	
		
.Copyright a:visited	{	
	text-decoration:	none;
	color: Black;
	}	
		
.Copyright a:active	{	
	text-decoration:	none;
	color: Black;
	}	
		
.Copyright a:hover	{	
	text-decoration:	underline;
	color: Black;
}

IMG
{
	border:0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
