
/* ************* START general layout and template formatting ************* */

body
{      
	background-color : #ffffff;
	background-image: url(images/background_long.gif);
    background-repeat: repeat; 

	color: #000000;
	font-family: Arial, Helvetica, Georgia, Verdana, Courier New, sans-serif;
	margin: 0;
	
	/*
	text-align: justify; 
	text-justify: distribute; 
	line-height:20px;
	*/
}

td
{
    text-align: left;  /* set default behavior: override the centered default behavior in IE with XHTML */
}

.td-right
{
    text-align: right;  /* overriding the default choice above, since you cannot do so in HTML (CSS takes precedence) */
}

.td-center
{
    text-align: center;  /* overriding the default choice above, since you cannot do so in HTML (CSS takes precedence) */
}

a
{
	color: #003366;
}

.maintext-alert
{
	color: #ff0000;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}

/* ************* END general layout and template formatting ************* */