body, td{
	font-family: 	arial;
	font-size: 		12px;
	color:			#000000;
	line-height: 	16px;
}

a:link,a:active,a:visited {
	font-family: 	arial;
	font-size: 		11px;
	color:			#000000;
	font-weight: 	bold;
	text-decoration:none;
}

a:hover {
	font-family: 	arial;
	font-size: 		11px;
	color:			#000000;
	text-decoration:underline;
}
input {
	border: 1px solid #000000;
}

textarea {
	border: 1px solid #000000;
}

h1 {
	font-size: 15px;
	line-height: 18px;
}

table.border-black{
	border: 1px solid #000000;
}

td.border-black{
	border: 1px solid #000000;
}

td.border-dot{
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px none #000000;
}

td.content{
	font-family: 	arial;
	font-size: 		12px;
	color:			#000000;
	line-height: 	16px;
}

td.menu{
	font-family: 	arial;
	font-size: 		11px;
	color:			#FFFFFF;
	line-height: 	16px;
}

.bottom{
	font-family: 	arial;
	font-size: 		10px;
	color:			#FFFFFF;
	line-height: 	13px;
}

table.smallcontent{
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #FFFFFF;
}

td.border-left-white{
	border-left-width: 1px;
	border-left-style: double;
	border-left-color: #FFFFFF;
}

td.border-right-white{
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #FFFFFF;
}

.smallfont {
	font-family: 	verdana,arial;
	font-size: 		9px;
	line-height: 	11px;
	color:			#000000;
}