﻿}
body {
	background-color: #F9F9EF;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
.table {
	border-collapse: collapse;
	border-style: none;
	border-width: 0;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.bodyLG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.bodySM {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.whiteLG {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
}
.whiteSM {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: none;
	color: #0000ff;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}
a.b:link {
	color: white;
	font-size: 14px;
} 
a.b:visited {
  	color: white;
  	font-size: 14px;
} 
a.b:active {     
	color: white;
	font-size: 14px;
} 
a.b:hover {     
	color: red;
	font-size: 14px;
}