body
{
	background-color: #D6D6D6;
	margin-top: 10px;	
	margin-bottom: 10px;		
	margin-left: 20px;
	margin-right: 20px;
	font-family: verdana;
	font-size: 11px;
	color: #000;
	line-height: 150%;
	text-align: left;
} 


table
{
	background-color: #fff;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px;
}


div
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 8px;
}


.sec_header
{
	font-family: verdana;
	font-size: 13px;
	color: #666;
	line-height: 100%;
	font-weight: bold;
	text-align: left;	
}

.sec_header_small
{
	font-family: verdana;
	font-size: 11px;
	color: #666;
	line-height: 300%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.right_side_header
{
	font-family: verdana;
	font-size: 11px;
	color: #666;
	line-height: 200%;
	text-align: right;
/*	padding-left: 10px;
	padding-right: 10px;
	*/
}


.side_header
{
	color: #aaa;
}


.proj_summary
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	border-spacing: 10px 0px;	
	width: 600px;
	text-align: left;
}

.proj_summary2
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	border-spacing: 10px 6px;	
	width: 300px;
	text-align: left;
}

.summary_txt
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
}

.summary_hl_off
{
	background-color: #fff;
	cursor: pointer;
}

.summary_hl_on
{
	background-color: #eee;
	cursor: pointer;
}

.half_line
{
	line-height: 50%;
}

.img_td
{
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
}

a:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
} 

a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #aaa;
	text-decoration: none;
} 

a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #39C;
	text-decoration: none;
} 

a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #39C;
	text-decoration: none;
} 


a.top_nav:link
{
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
} 
a.top_nav:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
} 

a.top_nav:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #f00;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
} 

a.top_nav:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-color: #ccc;	
} 


a.img:link
{
	color: #fff;
	text-decoration: none;
	border: 0px;
} 

a.img:visited
{
	color: #fff;
	text-decoration: none;
	border: 0px;
} 

a.img:active
{
	color: #fff;
	text-decoration: none;
	border: 0px;
} 

a.img:hover
{
	color: #fff;
	text-decoration: none;
	border: 0px;
} 



