body
{
	/* type: text */
	/* title: body */
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link
{
	/* type: link */
	/* title: default link */
	color: #fe7908;
	text-decoration: none;
}
a:visited
{
	/* type: link */
	/* title: default link */
	color: #fe7908;
	text-decoration: none;
}
a:hover
{
	/* type: link */
	/* title: default link */
	color: #999999;
	text-decoration: none;
}
a.white:link
{
	/* type: link */
	/* title: default link */
	color: white;
	text-decoration: none;
}
a.white:visited
{
	/* type: link */
	/* title: default link */
	color: white;
	text-decoration: none;
}
a.white:hover
{
	/* type: link */
	/* title: default link */
	color: white;
	text-decoration: none;
}
table
{
	/* type: table */
	/* title: default table */
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img
{
	/* type: img */
	/* title: defaullt image */
	border-width: 0px;
}
ol
{
	/* type: olist */
	/* title: default order list */
	color: #000000;
	list-style-type: decimal;
}
ul
{
	/* type: ulist */
	/* title: default unorder list */
	color: #000000;
	list-style-type: disc;
}
img.test_img
{
	/* type: img */
	/* title: test_img */
	border-color: #CC0000;
	border-width: 10px;
}
p
{
	/* type: text */
	/* title: default paragraph */
	margin: 0px;
	padding: 0px;
}
.main_menu:link
{
	/* type: link */
	/* title: Link for main menu */
	color: #000000;
	text-decoration: none;
}
.main_menu:visited
{
	/* type: link */
	/* title: Link for main menu */
	color: #000000;
	text-decoration: none;
}
.main_menu:hover
{
	/* type: link */
	/* title: Link for main menu */
	color: #999999;
	text-decoration: none;
}
table.scores_table
{
	/* type: table */
	/* title: scores table */
	/*background-image: url(/way_share/get_skin_image.php?file=score_bg_2x2.gif);*/
	background-color: #EC6804;
	color: #ffffff;
	font-size: 11px;
}
td.scores_title
{
	/* type: text */
	/* title: scores title */
	padding: 2px;
	background-color: #fb9530;
	background-image: none;
	color: #ad3703;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.orange_table{
 border:solid 1px #FFD6B4;
}

table.orange_table * td {
 border:solid 1px #FFD6B4;
}


