@charset "utf-8";
/*
=========================================================
    works
---------------------------------------------------------
  Copyright (C) 2011 Yeti PaPa. All rights reserved.
    http://www.yetipapa.com/
=========================================================
*/

div.listHead1 {
	clear: both;
	overflow: auto;
	color: inherit;
	background-color: #E1F7FF;
}

div.listHead1 div.headText {
	margin: 30px 0 0 30px;
	font-size: 1.7em;
	font-weight: bold;
}

div.listHead1 div.headDsc {
	margin: 20px 0 0 30px;
	color: #00F;
	background-color: inherit;
	font-size: 1.1em;
	font-weight: bold;
}

div.listHead1 img {
	float: right;
	margin: 10px 50px 10px 0;
}

table.listTable{
	margin: 20px 15px 50px;
}

table.listTable td {
	padding: 2px 20px;
	vertical-align: top;
}

table.listTable tr.rowFrame1 td {
	border-right: 1px solid #FFF;
	color: inherit;
	background-color: #E1F7FF;
}

table.listTable tr.listHead2 td {
	width: 250px;
	font-size: 1.2em;
	font-weight: bold;
}

table.listTable tr.listHead2 td.col1 {
	width: 428px;
}


