﻿a:link
{
	text-decoration: none;
	color: #8b4513;
	font-weight:bold;
}

a:visited
{
	text-decoration: none;
	color: #d2691e;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
	color: #ff3300;
	font-weight:bold;
}

body 
{
	font-family:Arial;
	color: #8b4513;
	/*font-size: 10pt;*/

}

body.standard
{
	/*background-color: #d2691e;*/
	/*background-color: White;*/
	background-color: #8b4513;
}

body.inner
{
	/*background-color: #8b4513; */
	background-color: White;
	
}

Div.standard
{
	/*background-color: #8b4513;*/
	background-color: White;
}

H1
{
	font-family: Perpetua, 'Times New Roman' , Arial;
	font-weight: normal;
	font-size: 36pt;
	text-transform: capitalize;
	color: #d2691e;
	/*line-height: 35px;*/
}

H2
{
	font-family: Perpetua, 'Times New Roman' , Arial;
	font-weight: normal;
	font-size: 24pt;
	text-transform: capitalize;
	color: #d2691e;
	line-height:20px;
}

H3
{
	font-family: Perpetua, 'Times New Roman' , Arial;
	font-weight: normal;
	font-size: 16pt;
	text-transform: capitalize;
	color: #d2691e;
	line-height: 15px;
	
}

H4
{
	font-family: Perpetua, 'Times New Roman' , Arial;
	font-weight: normal;
	font-size: 16pt;
	color: #d2691e;
}

iframe.standard
{
	/*background-color: #8b4513;*/
	background-color:White;
	margin: 0;
	border-style: none;
	border-color: #8b4513;
}

img.gallery
{
	border-style:solid;
	border-width: 10;
	border-color: #d2691e;
}

table.calendar
{
		background-color: #a0522d;
		border-color: #d2691e !important;	
}

table.standard
{
	/*background-color: #8b4513;*/
	background-color:White;
	/*border-color:#8b4513;*/
	border-color:White;
}

td.label
{
	font-family: Arial;
	font-weight: bold;
	width: 200px;
	/*background-color: #a0522d;*/
	background-color:White;
}


td.data
{
		
}

.calendar
{
		/*background-color: #a0522d;*/
		background-color:White;
		border-color: #d2691e !important;	
}

.calendar td
{
	background-color:  White !important; /*This must have the !important tag*/
}

.Calendar_DayHeader
{
	/*background-color: #8b4513;*/
	background-color:White;
}

li
	{
		margin:0px 0px 20px 0px;
	}








