 body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/csimg/MainBackGround.jpg);
	*/
	background-attachment: fixed;
	background-color: #CF8EE0;
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 0.25ex;
	margin-bottom: 0.25ex;
	padding-top: 0.25ex;
}

h1
{
	font-size: 20px;
	text-align: center;
	color: Black;
}
.subHeading1{
	font-size: 16px;
	text-align: center;
	color: Black;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	text-align: center;
	color: Black;
}
.subHeading3{
	font-size: 12px;
	text-align: center;
	color: Black;
	font-weight: bold;
}
h3
{
	font-size: 14px;
	text-align: center;
	color: Black;
}
p{
	font-size: 12px;
	text-align: center;
	color: Black;
}
.c1name{
	/* This font size must always be 3px smaller than the <p> tag
	 	it is used to define the ST on CHILDREN 1ST */ 
	font-size: 9px;
}
ul{
	font-size: 12px;
	color: Black;
}
ol{
	font-size: 12px;
	color: Black;
}
a
{
	color: Purple;
	text-decoration: underline;
}
a:hover
{
	color: Yellow;
	text-decoration: underline; /* font-weight: bold; */
}
a.copyright {
	color: Purple;
}
a.copyright:hover {
	color: Yellow; /* color: #bd8817; */
}
a.copyright:visited {
	color: Purple; /* color: #bd8817; */
}

a:visited
{
	color: Purple; /*	color: #bd8817; */
} 

HR{
	color: Purple;
}

.sponsor{
	color: Black;
	font-size: 12px;
}
.formoption{
	color: Black;
	font-size: 12px;
}
.copyright{
	color: Black;
	font-size: 10px;
}

.photogallink{
	color: Maroon;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	font-size: 16px;
}
.totHeader{
	font-size: 25px;
	font-variant: small-caps;
	color: Black;
	font-weight: bolder;
}
.scrollarea{
	font-size: 14px; /* font-variant: small-caps; */
	color: Black; /* font-weight: bolder; */
}
.logo{
	text-align: left;
}

/* Table formatting */
.dynamictablerow{
	border-bottom-color: Purple;
	border-bottom-style: solid;
	border-bottom-width: 0.5pt;
}

input.remove_button{
	font-size: 10px;
	background-color: Red;
	color: Gold;
}
input.redbutton{
	font-size: 11px;
	background-color: #bd8817;
	color: Gold;
}    