body,td,th {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	line-height:17px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 { font-size:25px; }
h2 { font-size:18px; }
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #990000;
}
span { font-size: 12px; color:#2b569a; }
li {
	list-style-position: outside;
	list-style-image: url(../images/square.gif);
	font-weight: bold;
}
.tableBg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#ececec;
}
.menu {
	background-color: #C0C0C0;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px;
}
.line {
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
	height:2px;
}

.floatLeft {
	float: left;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

