/*  The default BODY setting  */#EDBD58
.my_body, html, div, p, td
{
	font-family: Verdana, lucidia, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #EDBD58;
}
.my_body img
{
	border: none;
}


/*  Table settings  */
.lr	/* light row */
{
	background-color: #232323;
	font-size: 13px;
}
.dr	/* dark row */
{
	background-color: #000000;
	font-size: 13px;
}
.my_big_hl
{
	color: #EDBD58;
	font-size: 28px;
	font-weight: bold;
}
.my_th
{
	color: #FFFFFF;
	background-color: #2A2828;
	border: 1px solid #BFBFBF;
	font-size: 13.5px;
	font-weight: bold;
}


/* button */
.button
{
	color: #EDBD58;
 	background-color: #34393F;
	font-family: Verdana;
	font-size: 16px;
/*	text-align: left;  */
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer; 
	border: 1px solid #BFBFBF;
/*	padding: 3px 10px 3px 10px;  */
}


/* small text input */
.smtextinput
{
	color: #EDBD58;
 	background-color: #34393F;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold#EDBD58;
	border: 1px solid #BFBFBF;
}


/* select */
.my_select
{
	color: #EDBD58;
	background-color: #1F2328;
	font-family: Verdana;
	font-size: 12px;
}

