/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    /*BACKGROUND-COLOR: #006699;*/
    background-color:#ffffff;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}

.title	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.subtitle	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.text	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.boldtext	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
A.footer:link	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.footer:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.footer:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A.footer:hover	{	
	text-decoration:	none;
	color:	#ffffff;
	}
	
.footer
{
    color: #FFFFFF
}

.col1
{
	width:116px;
}

.col2
{
	width:733px;
}

.col3
{
	width:116px;
}

.pageWidth
{
	width:965px;
}

.table
{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	background-color:#ffffff;
	padding:0px;
}

.footerTable
{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	background-color:Transparent;
	padding:0px;
}

td
{
     padding:0px;
}

.datagrid td
{
     padding:5px;	
}

img
{
	border:0px;
}

.dataHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

.headerTagLine
{
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-style:italic;
	font-size:17px;
	line-height:18px;
	color:#ffffff;
	text-transform:none;
}