/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
    	background-color: white;
    	font-family: Arial;
	font-size: .8em;
    	text-transform: none;
}

TD	{	
	font-size:	x-small;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
		
SELECT	{	
	font-size:	8.5pt;
	}

INPUT	{	
	font-size:	8.5pt;
	}

TEXTAREA	{	
	font-size:	8.5pt;
	}
		
TH	{	
	vertical-align:	middle;
	font-size:	8.5pt;
	background-color: #003366;
	font-family: Arial;
	color: #ffffff;
	}	

.justify
	{
	text-align:justify
	}

.title
{

	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
}
.toplevel
{

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.italic
{
	font-style: italic;
}

.tdnav {
         background:black;
         color:white;
	 font-family: Helvetica;
	 font-size: 12px;
	 font-weight: bold;
         cursor: hand;
         text-align: center;
    }

.red	{	
	color: #B91806;
	}	

.blue
	{
	color: #004096;
	}

.orange
	{
	color: #D65208;
	}

.white
	{
	color: #FFFFFF;
	}

.medium	{	
	font-size:	medium;
	}	

.large	{	
	font-size:	large;
	}	

.xlarge	{	
	font-size:	x-large;
	}	

.xsmall	{	
	font-size:	x-small;
	}	

.xxsmall	{	
	font-size:	xx-small;
	}	

.bold	
{
	font-weight:	bold;
}

.center{
  text-align: center;
} 

.left{
  text-align: left;
} 

.right{
  text-align: right;
} 

.middle{
  vertical-align: middle;
} 

.bottom{
  vertical-align: bottom;
}

.top{
  vertical-align: top;
}