body {
	background-attachment: fixed;
	background-image: url(../images/backmain.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 25px;
	padding: 25px;
}
.backlight {
/*	background-attachment: fixed; */
/*	background-image: url(../images/75p_light.png); */
/*	background-repeat: no-repeat; */
/*	background-position: 0px 0px; */
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/75p_light.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.backlight[class] {
  background-image:url(../images/75p_light.png);
}
.backlight * {
position: relative;
}
.barkbarbordered {
/*	background-attachment: fixed; */
/*	background-image: url(../images/75p_dark.png); */
/*	background-position: 0px 0px; */
	border: 1px solid #4D2448;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/75p_dark.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.barkbarbordered[class] {
  background-image:url(../images/75p_dark.png);
}
.barkbarbordered * {
position: relative;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;		
}
a.footer:link {
	color: #000000;
}
a.footer:hover {
	color: #660066;
	text-decoration: underline;		
}
a.footer:active {
	color: #660066;
}
a.footer:visited {
	color: #000000;
}
.paddedcell {
	margin: 5px;
	padding: 5px;
}
h1 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 5px;
	font-weight: lighter;
	margin: 8px 0px 0px;
	padding: 8px 0px 0px;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
	letter-spacing: 3px;
}
h2 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 5px;
	font-weight: lighter;
	margin: 8px 0px 0px;
	padding: 8px 0px 0px;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
	letter-spacing: 2px;
}
h3 {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 5px;
	font-weight: lighter;
	margin: 8px 0px 0px;
	padding: 8px 0px 0px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 2px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 17px;
	padding-top: 5px;
	margin-top: 8px;
	letter-spacing: 0px;	
}
.dashedborder {
	border: 1px solid #4D2448;
}
.bartopborder {

	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-top-color: 4D2448;
}
.dottyborder {

	border: 1px solid #4D2448;
}
.blackborder {

	border: 1px solid #4D2448;
}

.leftrightbottomborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.printfriendly {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.transtop {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/top.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transtop[class] {
  background-image:url(../images/shadows/top.png);
}

.transbot {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/bottom.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transbot[class] {
  background-image:url(../images/shadows/bottom.png);
}
.transleft {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/left.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transleft[class] {
  background-image:url(../images/shadows/left.png);
}
.transright {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/right.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transright[class] {
  background-image:url(../images/shadows/right.png);
}
.transbottomleft {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/bottomleft.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transbottomleft[class] {
  background-image:url(../images/shadows/bottomleft.png);
}
.transbottomright {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/bottomright.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transbottomright[class] {
  background-image:url(../images/shadows/bottomright.png);
}
.transtopleft {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/topleft.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transtopleft[class] {
  background-image:url(../images/shadows/topleft.png);
}
.transtopright {
  font-family:verdana;
  font-weight:bold;
  padding:0px;
  margin:0px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadows/topright.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.transtopright[class] {
  background-image:url(../images/shadows/topright.png);
}

table.mainmenu td {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
}
table.mainmenu td a { 
	display:block; 
	align:center;
	padding:2px; 
}
table.mainmenu td a:link, table.mainmenu td a:visited {
	color: #000000;	
	text-decoration: none;
}
table.mainmenu td a:hover, table.mainmenu td a:active {
	color: #660066;
	text-decoration: underline;	
} 

/* Submenus */

table.submenu td {
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}
table.submenu td a {
	display:block;
	align:left;
	padding:3px;
	padding-left: 15px;
	margin-left: 5px;
	margin-right: 30px;

}
table.submenu td a:link, table.submenu td a:visited {
	color: #000000;	
	text-decoration: none;	
 }
table.submenu td a:hover, table.submenu td a:active {
	color: #660066;
	background-image: url(../images/submenubackground.gif	);
	background-repeat: no-repeat;
	text-decoration: underline;
/*	background-position: 0px 0px; */
	
 } 
.requiredfield {
	background-color: #FFFFDD;
	border: 1px solid #FFCC33;
}
.requiredfieldmissing {
	background-color: #FFeeee;
	border: 1px solid #FF6666;
}
.likepara {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;	
}

.smallestsans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;	
}
.smallsans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
}
.mediumsans {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
}
.largesans {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;	
}
.largestsans {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;	
}

.smallestserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;	
}
.smallserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;	
}
.mediumserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;	
}
.largeserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;	
}
.largestserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;	
}
.dropcap-sans {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 60px;
	float: left;
	line-height: 55px;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: normal;
	display: inline;
	height: 50px;
	width: 45px;
}
.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	float: left;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: 1px;
	white-space: normal;
	display: inline;
	height: 50px;
	width: 55px;
}.printfriendly:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.printfriendly:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066;
}
.printfriendly:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660066;
}
.printfriendly:c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

