body
{
	font-family: "Verdana", "Arial", "Helvetica", "Osaka", "sans-serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-color: rgb(255,255,255)
}
a:link 
{
	text-decoration: none;
	color: rgb(0,0,160);
}
a:visited 
{
	text-decoration: none;
	color: rgb(0,0,160);
}
a:hover 
{
	text-decoration: none;
	color: rgb(160,0,0);
}
a:active 
{
	text-decoration: none;
	color: rgb(160,0,0);
}
a:focus 
{
	text-decoration: none;
	color: rgb(160,0,0);
}
a:link.image
{
	text-decoration: none;
	color: rgb(255,255,255)
}
a:visited.image
{
	text-decoration: none;
	color: rgb(255,255,255)
}
a:hover.image 
{
	text-decoration: none;
	color: rgb(160,0,0);
}
a:active.image 
{
	text-decoration: none;
	color: rgb(160,0,0);
}
a:focus.image 
{
	text-decoration: none;
	color: rgb(160,0,0);
}
table
{
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0; 
}
td
{
	 padding: 0
}
cssTitle 
{
	text-align: left;
	font-size: 24px;
	font-style: normal;
	font-weight: normal
}
cssSection 
{
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold
}
cssText 
{
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal
}
cssSmallSection 
{
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: bold
}
cssSmallText 
{
	text-align: left;
	font-size: 10px;
	font-style: normal;
	font-weight: normal
}
p.cssFooter 
{
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal
}
img
{
vertical-align:text-top;
}