/* Default CSS Stylesheet for a new Web Application project */

#header 
{
	padding-left: 10px;
	font-size: 14pt;
	font-family: Arial;
	color: black; 
}

#content
{ 
	margin: 0 30px;
	font-size: 10pt;
	font-family: Verdana;
	color: black; 
}

#footer 
{
	position: absolute; 
	bottom: -50px; 
	padding: 5px; 
	font-size: 10pt;
	font-family: Verdana;
	color: black; 
}

td
{
	font-size: 10pt;
	font-family: Verdana;
	color: black; 
}

std_bdy
{
	font-size: 10pt;
	font-family: Verdana;
	color: black; 
}

input
{
	font-size: 10pt;
	font-family: Verdana;
	color: black; 
}

.appTitle
{
	padding-left: 10px;
	font-size: 14pt;
	font-family: Arial;
	color: black; 
}