/*for firefox BG positioning*/
html, body {
  padding: 0;
  margin: 0;
/*  height: 100%;*/
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	background-image: url(images/bgAni2.gif);
/*	background-repeat: no-repeat;
	background-position: top left;
*/
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #d401a9;
}
a:active {
	text-decoration: none;
}

.style1 {
	color: #8d526f;
	font-style: italic;
}

.horTop{
	color: #d401a9;
}


.style2 {
	color: #8d526f;
	font-weight: bold;
}

#content{
width: 320px;
float:right;
margin:200px 140px 10px 0;
padding:10px 70px 10px 0;
background-color:#fff;
border: 1px solid #0faaf1;
}

#content2{
width: 320px;
float:right;
margin:20px 140px 10px 0;
padding:10px 70px 10px 0;
background-color:#fff;
border: 1px solid #0faaf1;
}

ul li{
margin: 0 0 0 0;
padding:3px 0 3px 0;
list-style:none;
letter-spacing:0.8px;
font-size: 1.0em;
display:block;
}

hr{
width: 300px;
border: 0;
color: #003399;
background-color: #0faaf1;
height: 1px;
text-align: left;
}

