/*
  Void Style Sheet
*/

/*Link Coloring */
A:link		{color:#DBCB98; text-decoration:none}
A:visited	{color:#DBCB98; text-decoration:none}
A:active	{color:#DBCB98; text-decoration:none}
A:hover		{color:#A68B2B; text-decoration:none}

/* General text */
.text		{ font-size : 15px; color : #ADA188; font-family: Tahoma,Arial; }
.darktext		{ font-size : 15px; color : #7E7664; font-family: Tahoma,Arial; }
.colortext  { font-size : 15px; color : #C0981f; font-family: Tahoma,Arial; }
.blacktext  { font-size : 15px; color : #000000; font-family: Tahoma,Arial; }
.smalltext	{ font-size : 13px; color : #ADA188; font-family: Tahoma,Arial; }
.smalldark	{ font-size : 13px; color : #7E7664; font-family: Tahoma,Arial; }

/* General Tables */
td.standardrow	{
	background-color: #000000;
	border-spacing:1px;
}
td.altrow	{
	background-color: #140f0A;
	background-image: url('images/background2.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border-spacing:1px;
}
td.standardrow, td.altrow {
	border-top: 1px #221A12 solid;
	border-left: 1px #221A12 solid;
	border-bottom: 1px #19130C solid;
	border-right: 1px #19130C solid;
	empty-cells: show;
	border-spacing:0px;
}

td.standardrow, td.altrow {
  padding: 3px;
}

table.maintable	{
	border-spacing: 0px;
}