
body 
{	
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	/*color: #A1A1A1;*/
}

.title {	
	color: #808080;
	font-size:12pt;
	font-weight: bold;
}

.txtNormal {
	text-align: justify;
	font-size: 10pt;
}


.txtNormalBig {
	text-align: justify;
	font-size: 12pt;
}

.txtItalicPadding {
	text-align: justify;
	font-style:italic;
	font-size: 10pt;
	padding-left:30px;
}
.txtNormalPadding {
	text-align: justify;
	font-size: 10pt;
	padding-left:30px;
}
.txtNormalLowerCase 
{
	text-transform: lowercase;
	text-align: justify;
	font-size: 10pt;
}
.txtParagraph {
	text-align: justify;
	font-size: 10pt;
	padding: 30px 40px 10px 30px;
}
.txtAware
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	line-height: normal;
	font-style: italic;
	text-align: justify;
}
.txtBold {
	font-weight: bold;	
	font-size: 10pt;
}
.txtBoldBig {
	font-weight: bold;	
	font-size: 12pt;
}
.txtBoldPadding {
	text-align: justify;
	font-size: 10pt;
	padding-left:30px;
	font-weight: bold;	
}
.txtBoldUnderline {
	text-decoration: underline;	
	font-weight: bold;	
	font-size: 10pt;
}
.txtNormalRight {	
	font-size: 10pt;
}
a {
	/*color: #87A019;*/
	color: #2582A4;	
}

a:hover {
	text-decoration: none;
	color: #2582A4;
}
.lnk
{
	font-size: 10pt;
	color: #2582A4;	
}
.lnk:hover
{
	text-decoration: none;
	font-size: 10pt;
	color: #2582A4;	
}
.lnkBig
{
	font-size: 12pt;
	color: #2582A4;	
}
.lnkBig:hover
{
	text-decoration: none;
	font-size: 14pt;
	color: #2582A4;	
}
.box {	
	margin-bottom: 0;
	padding-bottom: 0;
	background: url(images/img07.gif) repeat-x left bottom;
}
.tableParentWidth
{
	width: 1000px;
}
.tableChildWidth
{
	width: 800px;
}
.toolboxWidth
{
	width: 230px;	
}
.titlebox {	
	
	padding: 0 10px 0px 30px;
	background: url(Images/img09.gif) repeat-x left center;
	color: #808080;
	font-size:12pt;	
	font-weight: bold;
	width:800px;
}
.titleboxIMG {	
	
	padding: 0 10px 0px 30px;
	background: url(Images/img09.gif) repeat-x left center;
	color: #808080;
	font-size:12pt;	
	font-weight: bold;
	text-align:right;	
}


.bottom {
	display: block;
	margin-bottom: 0;	
	padding: 10px 10px 0px 10px;
	background: url(images/img08.gif) no-repeat left bottom;	
}


/* Header */

.gridHeader
{
	padding: 5px 0;		
	background: url(images/gridHeaderFill.png);
	font-size: 10pt;
	font-weight:bold;
}

.gridRow {
	padding: 5px 0;		
	background: url(images/gridRowFill.png);
	font-size: 10pt;
}
.gridRowAlternate {
	padding: 5px 0;		
	background: url(images/gridAlterFill.png);
	font-size: 10pt;
}

.footer {
	clear: both;	
	margin: 0 auto;
	padding-top: 35px;
	background: url(images/img11.gif) repeat-x top;
	text-align: center;
	font-size:8pt;
	width:800px;
}
.lnkglow
{
	font-size: 10pt;
	color: #2582A4;	
	filter:glow(color=FFFF00,strength=3);
	width:100%;
	

}
.lnkglow:hover
{
	text-decoration: none;
	font-size: 10pt;
	color: #2582A4;	
}
#marqueecontainer{
position: relative;
width: 650px; /*marquee width */
height:200px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}