a{
	color: #0000FF;
	text-decoration:none;
}
a:visited{
	color: #0000FF;
	text-decoration:none;
}
a:hover{
	color: #FF0000;
}
td{
	font-family: arial;
	font-size: 10pt
}

.tdvbg {
	background-image: url('images/dots_vert.png'); background-repeat: repeat-y; background-position: right top
}

.tdbg {
	background-image: url('images/dot.png'); background-repeat: repeat-x; background-position: left bottom
}
.button{
font-family: Arial; font-size: 9pt; background-color: #E3E3E3; border-style: solid; border-color: #C0C0C0
}

.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	padding: .5em 2ex;
}
