@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg3.gif) repeat;
}
td {
	font: 12px/1.5em Verdana, Geneva, sans-serif;
	color: #333;
	background: #FFF;
}
.tdPadded {
	padding: 7px 10px 7px 15px;
}
a:link {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #C00;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #30C;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #30C;
	text-decoration: underline;
}
#lefttd {
	background: url(images/site/left.gif) repeat;
}
#righttd {
	background: url(images/site/right.gif) repeat;
}
h1 {
	font: bold 16px/1.25em Verdana, Geneva, sans-serif;
	color: #C00;
}
.imgRight {
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {
	font: bold 14px/1.25em Verdana, Geneva, sans-serif;
	color: #039;
}

