/*General Elements*/
/*------------------------------------------------------*/
/*------------------------------------------------------*/
body
{
	font-family: "Times New Roman", Times, serif;
	color:#000;
	font-size: 10pt;
	background: #FFF;
}
h1,h2,h3,h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 1em;
}
h1
{
	font-size: 18pt;
}
h2
{
	font-size: 16pt;
}
h3
{
	font-size: 14pt;
}
h4
{
	font-size: 12pt;
}
p
{
	font-size: 10pt;
}
a:link,
a:visited
{
	text-decoration: underline;
	color: #00F;
}
a:link:after,
a:visited:after
{
   content: " (http://www.markmock.com/" attr(href) ") ";
   font-size: 90%;
}
a.OutsideLink:link:after,
a.OutsideLink:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
img
{
	border: none;
	float: none;
}
 #Container1,#Container2,#Container2.Home
{
	background: #FFF;
	background-image: none;
	width: 100%;
}
#NavBar,#Footer,#Header
{
	display:none;
}
#RotatorContent img
{
	display: none;
}
#WindowImage.Home
{
	display: none;
}

