/* CSS Document */

html{
	scrollbar-face-color:#97D9B9;
	scrollbar-base-color:#EBF5FF;
	scrollbar-arrow-color:black;
	scrollbar-track-color:#F3F3F3;
	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;
	scrollbar-3dlight-color:#black;
	scrollbar-darkshadow-Color:#black;
}
body
{
	font-family:Verdana;
	font-size:11px;
}

TD
{
	font-family:Verdana;
	font-size:11px;
	padding: 2px 2px 2px 2px;
}


.uili{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

/*Styles inside the box*/
P{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	text-align:justify;
	margin-left:5px;
	margin-bottom:5px;
	margin-right:5px; /* Spidy# Before 10px Now 5px  */
	margin-top:5px;
}
/*this is for the header title of each container*/
.welcome{
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:white;
}

.tableCaption{
	font-family:Verdana;
	font-weight:bold;
	font-size:11px;
	color:#666666;
}

.tableHeader{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
}

.links{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	/*color:#666666;*/
}

.toplink
{
	font-family:Verdana;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#006600;
}
.toplink:hover
{
	font-family:Verdana;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;
	color:#009900;
}
A
{
	font-family:Verdana;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#CC3300;
}

A:hover{
	font-family:Verdana;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	color:#FF3333;
}
/*this is for the sectional heading bars*/
.sectionhead {
	font-family:Verdana;
	font-size: 16px;
	color:#CCCC99;
	font-weight: bold;
	text-align:center;
}
/*this is used for the rows of the table inside the container*/
.outputrow
{
	background-color: #FFFFFF;
	font-family:Verdana;
	font-size:11px;
	text-align:justify;
}

.innerTable
{
	border: 1px solid #CCCC99;
}


/*this is used for the table header inside the container*/
.header
{
	background-color: #CCCC99;
	font-family:Verdana;
	font-size:11px;
	font-weight: bold;
	color:black;
	text-align:justify;
}

/* Spidy# : Before - no styles for Headers now - styles applied for headers */

H1	{ 
		text-decoration: none; 
		color: 000000; 
		background-color: #ffffff; 
		font-family: Tahoma;
		font-weight: bold;
	}

H2	{ 
		text-decoration: none; 
		color: #000000; 
		background-color: #FFFFFF; 
		font-family: Tahoma; 
		margin-top: 0; 
		margin-bottom: 0; 
	}

H3	{ 
		color: #000000; 
		background-color: #ffffff; 
		font-family: Tahoma; 
		font-weight: bold;
		margin-top: 0; 
		margin-bottom: 0; 
	}

H4	{ 
		color: #000000; 
		background-color: #ffffff; 
		font-family: Tahoma; 
		font-style: normal;
		margin-top: 0; 
		margin-bottom: 0; 
	}

H5	{ 
		text-decoration: none; 
		color: #000000; 
		background-color: #ffffff; 
		font-family: Tahoma;
	}

