/* CSS Document */
@import url('/files/FormiaStyle.css');

#mainArea{
	width:204px;
	height:auto;
	margin-left:13px;
	margin-bottom:20px;
	margin-top: 10px;
}

table.highligh{
	margin-bottom:20px;
	width: 204px;
	margin-right: 10px;
	
}
	
table td.head{
	background-image:url(/files/images/main_table_head.jpg);
	background-repeat:no-repeat;
	width:204px;
	height:25px;
	padding-left:5px;
	font-weight:bold;
	color:#939393;
	margin-top:10px;
}	
table td.list {
	background-image:url(/files/images/leftbox_link_bg.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:26px;
	
}
table td.related {
	background-image:url(/files/images/leftbox_Relatedlink_bg.jpg);
	background-repeat:no-repeat;
	width:163px;
	height:26px;
	
}
table td.list a:link, table td.list a:visited, table td.related a:link, table td.related a:visited  {
	color:#9E9E9E;
	text-decoration:none;
	padding-left:5px;
}

table td.list a:hover, table td.related a:hover{
	color:#FF9900;
}	
table td.end{
	background-image:url(/files/images/main_table_end.jpg);
	background-repeat:no-repeat;
	width:204px;
	height:9px;
}
table td.infoarea{
	background-image:url(/files/images/main_table_bg.jpg);
	background-repeat:repeat-y;
}
table td.infoarea p, table td.infoarea p a:link, table td.infoarea p a:visited{
	text-decoration:none;
	font-size:12px;
	color:#999999;
}
img.right { float: right; margin: -15px 4px 0px 0px; }
