html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height: 100%;
	background-color: #FFFFFF;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main_table { min-width: 790px;}
* html #main_table  { width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 790)? "790px" : "100%");  }
#head_table { min-height: 256px; max-height:256px;height:256px;}
* html #head_table  { height: expression('256px');  }

.png
{
        //background-image: none ! important;
        behavior: url('http://meofny.com/pngfix.htc');
}

.arthead{
	font-weight:bold;
	font-size: 12px;
	text-transform:uppercase;
}

.head_or {
	color: #ef5306;
	font-size: 18px;
}

.head {
	font-size: 24px;
	color: #63686f;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
}
.header {
	font-size: 24px;
	color: #ef5306;
}
.view_more {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}
.menu_b {
	color: #ef5306;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
a.menu_b:hover {
	text-decoration:underline;
}
.copy_r {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #aba8a8;
}
.left_orange {
	font-size: 12px;
	color: #ef5306;
	font-weight: bold;
}
.feat_white {
	font-size: 24px;
	color: #FFFFFF;
}
.feat_bl{
	font-size: 24px;
	color: #333333;
}
.white_14 {
	color: #ffffff;
	font-size: 14px;
}

.bl_14 {
	color: #333333;
	font-size: 14px;
}
.white_10 {
	color: #FFFFFF;
	font-size: 10px;
}
.bl_10 {
	color: #333333;
	font-size: 10px;
}
.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}