/*******************************************************************************/
/* FLASH REPLACEMENTS */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/******************************************************************************/
/* HTML ELEMENTS */

body { margin: 0px; padding: 0px; font-family: Arial, Geneva, Helvetica, sans-serif; font-size: 14px;  }
a       { text-decoration:none; outline:none; }
img     { border: none; }
form    { padding: 0px; margin: 0px; }
td      { vertical-align: top; }
ul      { list-style: none; }
p       { margin-bottom: 10px; }


/******************************************************************************/
/* CONTENT - The container for the container for most content and side areas */
#container {}
#header { display: none; }
#content { }
#main {  }
#topSub { display: none; }
#side {  }
#inside { display: none;}
#footer    { display: none;  }
img { display: none; }

/******************************************************************************/
/* CONTENT -For main body content */
#main h1 { font-size:24px; color: #000000; }
#main h2 { font-size: 18px; color: #000000;  }

#main p { }
#main p a { }

#main .imgDisplay {  }
#main .imgDisplay p {  }
#main p a {  font-weight: bold; color: #01284b; }
#main a:hover { }
#main blockquote { }

