/* CSS Document */
td {
margin: 190px 0px 5px 350px;
padding: 190px 0px 5px 350px;
}
body {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-color: #eceded;
}
h1 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 24px;
line-height: 0.9 em;
color: #333333;
}
h2 {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
line-height: 0.9 em;
color: #333333;
}
p {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
line-height: 1.2 em;
color: #333333;
}
a {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
line-height: 1.2 em;
color: #666666;
}
a.links {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
line-height: 1.2 em;
color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.links:link {
	text-decoration: none;
	font-size: 18px;
}
a.links:visited {
	text-decoration: none;
	color: #666666;
	font-size: 18px;
}
a.links:hover {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
}
a.links:active {
	text-decoration: none;
	color: #333333;
	font-size: 18px;
}



