body			{background-image: url(images/bg_main.jpg);
				 font-family: Arial;
				 font-size: 12pt;
				 margin-left: 0px;
				 margin-right: 0px;
				 margin-top: 0px;
				 scrollbar-arrow-color: #CBCBCB;
				 scrollbar-face-color: #121212;
				 background-color: #000000;}
				
a.menuitem:hover {background-color: #333333;
				 text-decoration: italic;}

#background		{align: center;}

#centered		{align: center;
				 width: 100%;}

#maintable		{text-align: center;
				 width: 100%;
				 height: 100%;}

#lcorner		{width: 15%;
				 height: 48px;}
				 
#toptable0		{width: 5%;
				 height: 48px;}

#toptable1		{background-image: url(images/slash.gif);
				 width: 60%;
				 height: 48px;
				 background-color: #000000;}

#toptable2		{width: 5%;
				 height: 48px;}

#rcorner		{width: 15%;
				 height: 48px;}

#toplefttd		{background-image: url(images/slash.gif);
				 width: 15%;
				 height: 36px;}

#topcontent		{text-align: center;
				 color: #CBCBCB;
				 font-family: Arial;
				 background-color: #000000;
				 width: 60%;
				 height: 36px;}
				 
#topmenu		{background: url(images/slashgb2.gif) repeat-y top right;
				 background-color: #444444;
				 width: 5%;
				 height: 36px;}
				 
#toprighttd		{width: 17%;
				 height: 36px;}

#upperlefttd	{background-image: url(images/slash.gif);
				 width: 15%;
				 height: 180px;}

#uppercontent	{text-align: center;
				 background: url(images/bg.gif)
				 color: #CBCBCB;
				 font-family: Arial;
				 background-color: #000000;
				 width: 60%;
				 height: 180px;}
				 
#uppermenu		{background: url(images/slashgb2.gif) repeat-y top right;
				 background-color: #444444;
				 width: 5%;
				 height: 180px;}
				 
#upperrighttd	{background-image: url(images/slash.gif);
				 width: 15%;
				 height: 180px;}

#lefttd			{width: 17%;}

#content		{background: black url(images/bg.gif);
				 padding: 10px;
				 width: 100%;
				 height: 180px;
				 text-align: center;
				 color: #222222;
				 font-family: Arial;}
				 
#results		{width: 100%;
				 border-style: double;
				 border-width: medium;
				 border-color: #BBBBBB;
				 font-family: Arial;
				 color: #FFFFFF;
				 text-align: center;}

#fullresults	{width: 750px;
				 border-style: double;
				 border-width: medium;
				 border-color: #BBBBBB;
				 font-family: Arial;
				 color: #FFFFFF;
				 text-align: center;}

#righttd		{background-image: url(images/slash.gif);
				 width: 15%;}

#midlefttd		{width: 17%;
				 height: 12px;}

#midcontent		{background: black url(images/slashgb2.gif) repeat-x top right;
				 width: 60%;
				 height: 12px;}

#midrighttd		{background-image: url(images/slashgb2.gif);
				 width: 15%;
				 height: 12px;}

#footer			{text-align: center;
				 color: #DCF858;
				 font-family: Arial;
				 padding: 10px;
				 background: black url(images/slashgb2.gif) repeat-y top right;}

#blcorner		{width: 17%;
				 height: 26px;}
				 
#bottomtable0	{width: 5%;
				 height: 26px;}

#bottomtable1	{background-image: url(images/slash.gif);
				 width: 60%;
				 height: 26px;
				 background-color: #000000;}

#bottomtable2	{width: 5%;
				 height: 26px;}

#brcorner		{width: 17%;}

.menuitem		{text-decoration: none;
				 background-color: #111111;
				 width: 120px;
				 margin: 3px;
				 text-align: left;
				 font-family: Arial;
				 font-size: 12pt;
				 font-variant: small-caps;
				 color: #FFFFFF;
				 font-weight: 900;}

.menuitem:first-letter {color: #E60000;}

#title			{font-family: Arial;
				 font-size: 16pt;
				 font-weight: 900;}

#menulittle			{font-size: 10pt;}
				 
#small			{font-size: 7pt;}
				 
#bold			{font-weight: 900;}

#red			{color: #E60000;}

#white			{color: #FFFFFF;}

img			{border-style: none;}

.jspmaker {
	color: #FFFFFF; /* text color */
	font-family: ; /* font name */
	font-size: x-small; /* font size */
}

input, textarea, select {	
	font-family: ; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: yellow; /* link color */
}

a:visited {
	color: #DDDDDD; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: #000000; /* text color */
	font-family: ; /* font name */
	font-size: x-small; /* font size */
	text-align: left;
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #000000;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #594FBF; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	color: #000000; /* text color */
	background: url(images/bg.gif);
	background-color: #000000;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	color: #000000; /* text color */
	background-image: url(images/bg_main.jpg);
	background-color: #FFFFFF; /* alt row color 2 */	
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #000000;	
}