body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

td 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

img 
{
    border: none;
} 

ul 
{
	list-style: none;
	margin: 0;
	padding: 0 10px 10px 0;
}


#titletext 
{
	font-weight: 800;
	color: #0066CC;
	font-size: 190%; /*x-large;*/
	margin-bottom: 1%;
}

#subtitletext 
{
	font-weight: 600;
	font-size: 120%; /*large;*/
	color: #0066CC;
}

#copyrighttext 
{
  font-size:10px;
}

#content 
{ 
  padding-bottom:1.5em; 
}


/* basic link formatting */
a:link 
{
	color:#0033CC;
	text-decoration: none;
	font-style: italic;
}	

a:visited 
{
	color:#0033CC;
	text-decoration: none;
	font-style: italic;
}


a:hover 
{
	color:#0033CC;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

