a:link, a:visited {
	color: #A0A0A0;
	text-decoration: none;
}

a:hover {
	color: #ffcc00;
	font-stretch: unchanged;
	text-decoration: overline underline;
}

body,p {
	color: #000000;
	line-height: 1.4em;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
  	background           : #000000;
  	background-image     : url(bg.jpg);
  	background-attachment: fixed;
  	background-repeat    : no-repeat;
  	background-position  : center;
}
table{
	color: #000000;
	line-height: 1.4em;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
}
.border2 {
	border-right-width: 1px;
	border-top-width: 0px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

file, input, select, textarea, option {
	font-family: Tahoma;
	font-size: 10pt;
}

input, select {
	font-size: 10px;
}