body {
	margin: 0px;
	padding: 0px;

}
.pageBg {
	background-image: url(images/default_bg.png);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.white:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.white:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.white:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.white:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:link { color: blue; text-decoration: underline }
a:active { color: blue; text-decoration: underline}
a:visited { color: blue; text-decoration: underline}
a:hover { color: black; text-decoration: none }
.heading1 {
	font-size: 18px;
}
.photoBg {
	background-image: url(images/photo_bg.png);
	width: 215px;
	height: 165px;


}


a.black:link {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.black:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.black:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a.black:hover {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}