/* CSS Document */
h1 { 
	font-family: Verdana, tahoma;
	font-size: 18pt;
	color: #CF0501;
    }

h2 { 
	font-family: Verdana, tahoma;
	font-size: 13pt;
	color: #CF0501;
    }

h3 { 
	font-family: Verdana, tahoma;
	font-size: 11pt;
	color: #CF0501;
	margin-bottom: -12pt;
    }

p   {
	font-family: Georgia, tahoma;
	font-size: 12pt;
	color: black;
	}
	
body 
{
	background-color: #EDEBEB;
	scrollbar-base-color:#EDEBEB;
}

.ourlink
{
font-size: 11px;
}

/* The following is for the white links down the bottom */

#minimenu a:link {
	font-family: Georgia, tahoma;
	font-size: 12pt;
	color: white;
}

#minimenu a:visited {
	font-family: Georgia, tahoma;
	font-size: 12pt;
	color: white;
}

#minimenu a:active {
	font-family: Georgia, tahoma;
	font-size: 12pt;
	color: white;
}



/*The folowing code is to display my flash object while compling with valid html*/

object,#flash_plugin,#flash_activex 
{
display:none;
}

html > body #flash_activex,html > body #flash_alternate 
{
display:none;
}

html > body #flash_plugin 
{
display:block;
}

* html #flash_plugin,* html #flash_alternate 
{
display:none;
}

* html #flash_activex 
{
display:block;
}
/*end*/

.hidefromnetscape4 
{
/*/*//*/visibility:hidden;display:none;/*end*/
}

html*#hidefromsafari 
{
[display:none;
display:none;
]display:block;
}
.dummyend[id]
{
clear: both;/*end hack using dummy attribute selector : fixes bug seen in IE5 MAC*/
}


