body {
	margin:0px;
	background-image:url(../images/site/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	cursor:default;
	color: #303030;
	font-family:Georgia, Times New Roman;
	line-height:18pt;
	font-size:13px;
}
img.pngfix {
	behavior: url(css/iepngfix.htc);
}
table {
	color: #303030;
	font-family:Georgia, Times New Roman;
	line-height:18pt;
	font-size:13px;
}
a {
	color:navy;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:red;
}
div.footer a {
	color: #dc143c
}

input.inputText {
	border:1px solid gray;
	background-image:url(../images/site/small_shadow.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	font-size:13px;
}

input, select {
	font-size:11px;
}
.button {
	font-weight:bold;
	color:white;
	background-color:gray;
	cursor:hand;cursor:pointer
}



div.errorMessage {
	color:red;
}

table.contentTable {
	width:670px;height:350px
}
td.leftColumn {
	width:223px;border:1px solid silver;border-top:none;background-color:#EDEDD9;
}
td.contentColumn {
	border:1px solid silver;border-left:none;border-top:none;background-color:white;
}

.bookmarkLinks {
	padding-top:3px;
}
.bookmarkLinks a img {
	margin-right:3px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.bookmarkLinks a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}