.headerbackground {
	margin: 0px;
	background-image: url(images/stripe.gif);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	background-color: #000000;
}

.headerblack {
	background-color: #000000;
}
.mfdtext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	position: absolute;
	color: #FFCC33;
	border: medium ridge #CC3333;
	z-index: 0;
	top: 25px;
	background-color: #000000;
	left: 100px;
	padding: 4px;
}

.mfdtext2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	position: absolute;
	color: #FFCC33;
	border: medium ridge #CC3333;
	z-index: 0;
	top: 10px;
	background-color: #000000;
	left: 100px;
	padding: 4px;
}

.navigation:link {
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navigation:visited {
	color: FFCC33;
}
.navigation:hover{
	color: #FF0000;
	font-weight: bold;
}
.navigation {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0033;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.photoleft {
	margin-right: 20px;
}
.photoright {
	margin-left: 20px;
}

h1.isearch
{
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch_head
{
}

td.isearch_head
{
    font-size:140%;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch_title:link
{
}

a.isearch_title:visited
{
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
    font-size:100%;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch_url:link
{
    font-size:80%;
}

a.isearch_url:visited
{
    font-size:80%;
}


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    font-size:80%;
    color:#008000;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch_viewcache:link
{
    font-size:80%;
    color:#6f6f6f;
}

a.isearch_viewcache:visited
{
    font-size:80%;
    color:#6f6f6f;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
}

td.isearch_prevnext
{
}

a.isearch_prevnext:link
{
}

a.isearch_prevnext:visited
{
}


/* Usage :  To display the "No matches found." string.
 */
h2.isearch_nomatch
{
    font-size:140%;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch_highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch_search
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearch_cachedpage
{
    font-size:140%;
}
.paginate {
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
}
a.paginate {
border: 1px solid #CC0033;
padding: 2px 6px 2px 6px;
text-decoration: none;
color: #CC0033;
}
a.paginate:hover {
background-color: #CC0033;
color: #FFF;
text-decoration: underline;
}
a.current {
border: 1px solid #CC0033;
font: bold .7em Arial,Helvetica,sans-serif;
padding: 2px 6px 2px 6px;
cursor: default;
background:#CC0033;
color: #FFF;
text-decoration: none;
}
span.inactive {
border: 1px solid #999;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
padding: 2px 6px 2px 6px;
color: #999;
cursor: default;
}
