#CreatedContent table
{
	border-collapse:collapse;
}
#CreatedContent td
{
	font:9pt arial, helvetica, sans-serif;
}

#CreatedContent body 
{
	margin:0px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}

#CreatedContent h1 
{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
}
 
#CreatedContent p
{
	font:9pt arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-spacing:0px;
}
	
#CreatedContent a 
{
	color:#09c;
	font-size:9pt;
	text-decoration:none;
	font-weight:600;
	font-family:arial, helvetica, sans-serif;
}
#CreatedContent a:link 
{
	color: #00f;
	text-decoration: none;
}

#CreatedContent a:visited 
{
	color: #00a;
	text-decoration: none;
}

#CreatedContent a:hover 
{
	color: #f60;
	text-decoration: underline;
}
	
#CreatedContent a:active 
{
	color: #f60;
	text-decoration: underline;
}

#CreatedContent #CreatedContent body 
{
	margin:20px 20px 0px 20px;
}
#CreatedContent #CreatedContent .main 
{
	border:1px solid #000; 
	background:#fff;
}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */
#CreatedContent .rightNav
{
	caption:Right Navigation;
	border-left:1px solid #000; 
	border-bottom:1px solid #000;
	float:right;
	width:230px;
	background:#eee;
	margin:0px 0px 10px 10px;
}
		

