/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:white;
    FONT-FAMILY: Verdana, Arial, Helvetica, "Trebuchet MS", Tahoma, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P 
{
	FONT-SIZE: 12px; 
	COLOR:Black; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY:Verdana, 
	Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify; 
	line-height:20px;
	border-width:0px;
	bottom:0px;
}

.HeadingLink
{
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.Banner 
{
	BACKGROUND-COLOR: #0099ff;
	FONT-SIZE: 22px; 
	COLOR:WHITE; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
}

.Contents
{
	background-color: white;
	font-size: 12px;
	color: BLACK;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Contact
{
	
	FONT-SIZE: 12px; 
	COLOR:BLACK; 
	LINE-HEIGHT: 12px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
}
.td 
{
	FONT-SIZE: 11px; 
	COLOR: #083b79; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify;
	border-color:White
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color:Black;
}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.2em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	background-color: transparent;
	}	
		
H3
	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.0em;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	background-color: transparent;
	}	
		
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;
	border-left-color: white;
	border-bottom-color: white;
	border-top-style: solid;
	border-top-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-bottom-style: solid;
}	


A:link
{
	text-decoration: underline;
	color: #3333cc;
}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
A:hover
{
	text-decoration: underline;
	color: Black;
}		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		

		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul li
{
	text-align: left;
	border-width:0px;
	bottom:0px;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
}	

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;
	border-color:White;
	border-width:5px;
	border-right: white solid; 
	border-top: white solid; 
	border-left: white solid; 
	border-bottom: white solid;
	}

.cell_over
{
	background-color: silver;
	text-align:center;
}
.cell_out
{
	background-color: #d3d3d3 ;
	text-align:center;
}
.cell_over1 { BACKGROUND-COLOR: silver;
	text-align:center;}
.cell_out1 { BACKGROUND-COLOR: #d3d3d3;
	text-align:center; }

.cell_over_click
{
	background-color: #696969;
	cursor:pointer;
	text-align:center;
}
.cell_out_click
{
	background-color: #a9a9a9 ;
		cursor:auto;
		text-align:center;
}


#AccessDatabase_1_col1
{
	width:80%;
	float:left;
}


#AccessDatabase_1_col2 
{
	width:20%;
	float:left;
}

.HeaderBackGround 
{
	background-color:#d3d3d3; 
	text-align:center;
}

#HeaderSpace 
{
	width:100px; 
	background-color:white
}


Bullets
{
	text-align: left;
	border-width:0px;
	bottom:0px;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 18px;
}	