/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 9pt;
	margin: 10px 0px;
	word-spacing: normal;
	text-transform: none;
	color: #1161e0;
	line-height: 12pt;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #e9f4fe;
	text-align: center;
	text-decoration: none;
}

table
{	
	font-size: 9pt;
		line-height: 12pt;
	}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FF0000;
	}
	
.mainoutline
{
	border-right: #1161e0 1px solid;
	border-top: #1161e0 1px solid;
	background-image: url(../images/bg.gif);
	border-left: #1161e0 1px solid;
	width: 750px;
	border-bottom: #1161e0 1px solid;

}
.contentoutline
{
	border-right: #1161e0 1px solid;
	border-top: #1161e0 1px solid;
	border-left: #1161e0 1px solid;
	width: 594px;
	border-bottom: #1161e0 1px solid;
	height: 350px;
	background-color: white;
}
	
.contentpadding
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 582px;
	padding-top: 10px;
}
.footer
{
	font-size: 8pt;
	padding-bottom: 5px;
	line-height: 11pt;
	padding-top: 5px;
	text-align: center;
}
.margin0
{
	margin-top: -2px;
}
