
/* Default CSS Stylesheet for a new Web Application project */
	body, input, p, td, th
	{
		font-family:'Lucida Sans Unicode', Arial, Verdana, 'Microsoft Sans Serif';
		color:Black;
	}
	body, p, td
	{
		font-size:9pt;
	}
	th, input
	{
		font-size:8pt;
	}
	input
	{
		text-align:right;
		width:50;
	}
	.t /* title */
	{
		font-size:16pt;
	}
	.bc, .lbc
	{
		font-size:9pt;
		vertical-align:baseline;
		text-align:center;
		background-color:white;
	}
	.bc /*button cell*/
	{
		border-top:Black 1px solid;
		border-left:Black 1px solid;
		border-bottom:Black 1px solid;
		border-right:white 1px solid;
	}
	.lbc /*left button cell*/
	{
		text-align:left;
		border-top:Black 1px solid;
		border-left:Black 1px solid;
		border-bottom:Black 1px solid;
		border-right:white 1px solid;
	}
	.rbc /*right button cell*/
	{
		vertical-align:baseline;
		text-align:center;
		border-left:Black 1px solid;
		border-right:white 1px solid;
	}
	.ic /*instruction cell*/
	{
		vertical-align:baseline;
		text-align:left;
		color:Black;
		background-color:white;
		border-top:Black 1px solid;
		border-bottom:Black 1px solid;
		border-left:Black 1px solid;
		border-right:Black 1px solid;
	}
	.lc /*label cell*/
	{
		text-align:right;
	}
	.dec /*data entry cell*/
	{
		text-align:left;
	}
	.lc, .dec /*data entry cell, label cell*/
	{
		border-top: A5C7EA 1px solid;
		border-left: A5C7EA 1px solid;
		border-right: A5C7EA 1px solid;
		border-bottom: A5C7EA 1px solid;
	}
	.dc /*data cell*/
	{
		border-bottom: BADCFF 1px solid;
	}
	.sc /*spacer cell*/
	{
		border-top:A5C7EA 7px double;
		border-bottom:A5C7EA 7px double;
		border-left:A5C7EA 1px solid;
		border-right:A5C7EA 1px solid;
	}
	.ch /*column header*/
	{
		border-top: A5C7EA 1px solid;
		border-left: A5C7EA 1px solid;
		border-right: A5C7EA 1px solid;
		border-bottom: A5C7EA 1px solid;
	}
	.sub /*subscript*/
	{
		font-size:7pt;
		font-weight:normal;
		vertical-align:sub;
	}
	A	
	{	
	font-size:11pt;
	text-decoration:none;
	color:	Black;
	}	

	a:link	
	{	
	text-decoration:none;
	color:	Black;
	}	
		
	a:visited
	{	
	text-decoration:none;
	color:	Black;
	}	
		
	a:active
	{	
	text-decoration:none;
	color:	Black;
	}	
	a:hover
	{	
	text-decoration:none;
	color:Black;
	}
	.clearButton
	{
		height:1px;
		width:1px;
	}
	.loginButton
	{
		border:Black 1px solid;
		background-color:white;
		padding:2px;
		padding-left:30px;
		padding-right:30px;
	}
	.navButton
	{
		background-color:white;
		padding-left:2px;
		padding-right:2px;
	}
	.navButton:hover
	{
		background-color:Black;
		color:white;
	}
	.loginButton:hover
	{
		border-top:white 1px solid;
		border-left:white 1px solid;
		background-color:Black;
		color:white;
	}

