body, table
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	background: #FFFFFF;
	padding: 30px;
}
.red
{
	background: #FFFFFF;
	color: #c33;
	font-weight: bold;
}
.gray
{
	background: #FFFFFF;
	color: #CCCCCC;
}
.imagedesc
{
	background: #FFFFFF;
	color: #333333;
	text-align: center;
}
.footer
{
	background: #FFFFFF;
	color: #CCCCCC;
	text-align: center;
}
a:link 
{ 
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
}
a:visited
{ 
	background: #FFFFFF;
	color: gray;
	text-decoration: none;
}
a:hover
{
	background: #FFFFFF;
	color: #333333;
	text-decoration: none;
}
#tablestyle 
{
	border-color:#ccc;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;		
	border-right-width: 1px;
	border-top-width: 0px;
}
#container
{
	width: 600px;
	padding: 30px;
}
#tabnav
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(tab_bottom.gif) repeat-x bottom;
}
#tabnav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#tabnav a:link.active, #tabnav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #FFFFFF;
	text-decoration: none;
	color: #333333;
}
#tabnav a:hover
{
	background: #FFFFFF;
	color: #333333;
}
#codenav
{
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(tab_bottom.gif) repeat-x bottom;
}
#codenav li
{
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	
}
#codenav a:link, #tabnav a:visited
{
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
#codenav a:link.active, #codenav a:visited.active
{
	border-bottom: 1px solid #fff;
	background: #FFFFFF;
	text-decoration: none;
	color: #333333;
}
#codenav a:hover
{
	background: #fff;
	color: #333333;
}
