/* Generic  Formats */

body 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	background-color: white;
/*	background-image: url("/images/yellow_stucco.gif"); 
		background-image: "/images/backgr.gif"; */
	} 
	
/* .bodyline       { border: 1px #FF0000 solid;} */
.bodyline       { border: 1px red solid;}

a:link 		{color: #0000FF}
a:visited 	{color: #0033CC}
a:hover		{color:red}

hr 	{color: blue;
	width:100%;
	height: 2px;
	}
hr {border-top:2px solid #0000ff;}


/* Header Formats */

.hd1 	{ 
	font-size: 18pt; 
	font-weight: bold; 
	}

.hd2 	{ 
	font-size: 13pt; 
	font-weight: bold; 
	}

/* Home Page Menus */

.hd4 	{ 
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 2.5;
	}

.welcome	{
		font-size: 18pt;
		font-weight: bold;
		line-height: 1.5;
		color: red;
		}

.list 	{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	line-height: 1.5;
	} 

.flash	{
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9pt;
	font-weight: 900;
	color: #0000FF;
	}

a.flash	{text-decoration: none;}
a.flash:visited 	{color: #0000FF}
a.flash:hover		{color:red}

/* Generic Headers */

H1	{
	font-size: 15pt;
	font-weight: bold;
	}
	
/* Footer Formats */
.footer {
        color: red;
		}

.validate {
		font-size: xx-small;
		font-weight: bold;
		}
		
/* Slideshow Formats */

.caption {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.5;
		}
