﻿/* Default CSS Stylesheet for a new Web Application project */

.MainTable
{
	border-color: #999999;
	background-color: White;
	width: 820px;
	border-width: 1px;
	border-style: solid;
	min-height:600px;
}

.PageFooter, .PageHeader, .PageMenu
{
	visibility:visible ;
}

Body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #eeeeee; /*#f5f6f7;*/
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	color:#555555
}



H1	{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	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:	12pt;
	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;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#0000FF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#333399;
	}


DIV 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	}

	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;	
	}	

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;
	}	
	
P 
{
	font-size:x-small;
	font-family:Arial;
}
