body {
	background-color: #FFFFFF;
	font-family: times, arial, helvetica;
	font-size: medium;
	font-style: normal;
	background-image: url(ims/logo_bg2.jpg);
}

/* Links */

A:link, A:active
	{
	text-decoration:underline;
	color:#0000ff;
	background:transparent;
	}
A:visited 
	{
   	text-decoration:underline; 
   	color:#0000ff; 
  	background:transparent; 
	}		
A:hover 
	{
	text-decoration:underline;
	color:#000000;
	background:#ffff00;
	clip:auto;
	table-layout:fixed;
	}


/* Text */
.text { color:#000000; font-size:12px; font-family:times, arial, helvetica }

/* More Content */
.more { color:#003366; font-size:12px; font-family:arial, helvetica; text-decoration:none }
.more.hover { color:#CC0000 }

/* Content Header */
.ch {
	color: #000000;
	font-size: x-large;
	font-family: times, arial, helvetica;
	font-weight: bold;
}

/* Content Header Smaller */
.chs { color:#000000;
	font-size:large;
	font-family:times, arial, helvetica;
	font-weight:bold;
	text-decoration:none }

/*Footer */
.footer { color:#000000; font-size:9px; font-family:verdana, helvetica, arial; font-weight:normal; text-decoration:none }
.footer:hover { color:#0000FF; text-decoration: underline }