/* -------------------------------
	tag definitions
-------------------------------- */
	


body	{	background-attachment:fixed;
			background-color:#ffffff;
			background-position:right top;
			background-repeat:no-repeat;
			font-family:Arial,Helvetica,sans-serif;
			font-size: smaller;
			background-image:url(../images/.jpg);
			margin: 0;
			padding: 0;
			color: #666666; }
			
td		{	font-family: Arial, Helvetica, sans-serif;
			font-size : 10pt;
			color: #000000;
			vertical-align : top;
			/*margin: 0px;
			padding: 0px;*/	}
			
#header
{
width: 100%;
padding: 0;
margin: 0;
font-family: Arial;
font-size: small;
line-height: normal;
color: #797979;
}	

#headerinfo
{
padding: 0;
margin: 55px 20px 15px 0;
font-family: Arial;
font-size: small;
color: #000000;
position: absolute;	
top:0;	
right:0;
}


#content
{
width: 100%;
padding: 0;
margin: 0;
font-family: Arial;
font-size: 11pt;
line-height: normal;
color: #000000;
border: 0px;
}
			

input,select,option,textarea	{	font-family: Arial, Helvetica, sans-serif;
									font-size: 10pt; }
form	{	margin: 0px;
			padding: 0px;	}

a 		{	text-decoration: none;  color: #000000  }  /* for anchors without HREFs */ 						
a:link		{	color: #734DA6; text-decoration: underline;	}	/* all links not yet visited */
a:visited	{	color: #734DA6; text-decoration: underline;	}       /* visited links */
a:active	{	color: #734DA6; text-decoration: underline;	}       /* active links  */
a:hover 	{	color: #734DA6; text-decoration: underline;  }  /* underline links */ 



A:link.gray,A:visited.gray,A:active.gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
	}
A:hover.gray { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:9pt;
	color: #999999;
	font-weight: normal;
	}


/* -------------------------------
	miscellaneous
-------------------------------- */	
	
H2 {
	font-size: 15pt;
	margin: 0;
	padding: 0;
}
	

.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color: #666666;
	}
