body {
  background-color: #ffffff;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: white;
}
.bg1{
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
h1{

	font-size: 14px;
}

a:link    {  color: #000000; font-family: Verdana; font-size:11px; text-decoration:underline; }
a:visited {  color: #000000; font-family: Verdana; font-size:11px; text-decoration:underline;      }
a:active  {  color: #000000; font-family: Verdana; font-size:11px; text-decoration:underline;      }
a:hover   {  color: #FFCC00; font-family: Verdana; font-size:11px; text-decoration:underline; }

.style1 {color: #FFFFFF}
.smallText{
	font-size: 10px;
}
.bold{
	font-weight: bold;
}
.smallBold{
	font-size: 10px;
	font-weight: bold;
}
.black{
	color: black;
}

.link{
	font-family: Verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}