body	{
	margin: 0;
	padding: 0;
	font-family: Palatino, Times New Roman, Times, serif;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 60% 0%;
	background-image: url(images/alpacabarn5.jpg);
	background-color: white;
}

div, p, th, td, li, dd, dl, dt, input, select    {
    /* redundant selectors to help NS4 not forget */
    font-family:  Palatino, Times New Roman, Times, serif;
    }

/*p	{
	margin-top: 0; padding-top: 0;
	line-height: 1.25em;
	}*/

h1	{
	font-size:	24px;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	}

h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}

h1, h2, h3, h4, h5, h6
{
	font-family: Palatino, Times New Roman, Times, serif;
	font-weight: bold;
	background-color: transparent;
	margin: 5px 5px 5px 0px;
}

td.black
{
	border-style: solid;
	border-color: #000000;
}

th.black
{
	border-style: solid;
	border-color: #000000;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:link
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration:	none;
}
a:visited	
{
	color:#FFFFFF;
	background-color: transparent;
}

a:active
{
	color:	#000;
	background-color: transparent;
}

a:hover
{
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

.footer:link
{
	color: #000000;
	text-decoration: none;
}

.footer:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}

.footer:hover
{
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

.inst:link
{
	color: #000000;
	text-decoration: underline;
}

.inst:visited
{
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

.inst:hover
{
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

a.onwhite
{
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
}

a.onwhite:visited
{
	color: #FF0000;
	background-color: transparent;
	text-decoration: underline;
}

.bodyText { padding: 5px; }

.leftNav { padding: 5px;
	   background-image: url(images/leftback2.jpg); }
