/* 

	this stylesheet is handwritten with Edxor :-)

	if you dont know css-syntax then i suggest to use 
	"StyleSheet Editor for Professional Webmasters" -
	TopStyle LITE 2 for win32!

	HomePage: http://www.bradsoft.com/topstyle/

	DOWNLOAD CERTAINLY __LITE VERSION__ NOT $_PRO_$
	(its download link is quite small, on bottom of download page)
*/

body,input,select,textarea,table,td,p,pre {
	font-family:Arial, Helvetica, sans-serif;
	color: black;
}

input,select,textarea {
	border-top: 1px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	background: rgb(245,245,245);
}

body {
	background: rgb(255,255,255);
}

/*
a {
	color: #3C94FF;
}
a:hover {
	color: #006CF0; text-decoration:underline overline;
}

a:visited {
	color: #667773;
}
*/

hr {
	size: 2px;
	color: #D9E3D6;
}

.code {
	font-family: courier new, courier;
	color: #006CF0;
}

.borders {
	border: rgb(0,0,0) 1px solid;
}

.border2
{
	border-right: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
	border-top: rgb(0,0,0) 1px solid;
}

.border3
{
	border-right: rgb(0,0,0) 1px solid;
	border-left: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
}

.border4
{
	border-right: rgb(0,0,0) 1px solid;
	border-bottom: rgb(0,0,0) 1px solid;
}

.left_corner0 {
	background: #FDFDFD;
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
	border-left: rgb(0,0,0) 1px solid;
}

.left_corner1 {
	background: rgb(240,240,240);
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
	border-left: rgb(0,0,0) 1px solid;
}

.back0 {
	background: #FDFDFD;
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
}

.back1 {
	background: rgb(240,240,240);
	border-bottom: rgb(0,0,0) 1px solid; 
	border-right: rgb(0,0,0) 1px solid; 
}

.header {
	font-size: 12px;
	font-weight: bold;
}

.smaller {
	font-size: 11px;
}

.small {
	font-size: 9px;
	color: rgb(164,164,164);
}

blockquote {
  background-image: url(/tf/tf.img/quote.png);
  background-position: left top;
  background-repeat: no-repeat;
  border: rgb(173,173,173) 1px solid;
  padding: 4px 0px 2px 4px;
  overflow: hidden;
}

.acotat{
  font-weight:bold;
}