/* Gisela Ritchie.info CSS */

/* Global properties ======================================================== */
* { margin:0; padding:0;}     /* turns off extra spacing around paragraphs*/

html{
height:100%;				/* Force vertical scrollbars in Moz + Opera to prevent 'jumping' */
margin-bottom:1px;
overflow-y:scroll;			/* this line is for IE */
}

body {
	background-attachment: scroll;
/*	background-image: url(images/Hardanger150.jpg); */
	background-color:#FDE3E0;
	background-repeat:repeat;
	font-family:"Times New Roman", Times, serif;
}

.BkgrdHeader {
	background-image: url(images/GerberaBanner100.png);
 	background-repeat: repeat-x;
}


img {border:0px;padding:0px;}
.CenterContents {text-align:center;	}

.Top {vertical-align: top;}
.Bottom {vertical-align: bottom;}
.ClearBoth {clear:both;}
.Maroon {color: #7A2322}
.NavLinks {color: #CF4C2D; font-family: "Script MT Bold"; font-size: 20px; }

.BodyText {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	display: inline; 
}

h1{
	color: #7A2322; 
	font-family: "Script MT Bold"; 
	font-size: x-large; 
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	vertical-align:top;
	text-align:left;
	font-style: normal;
	text-transform: none;
}
h2{
	color: #7A2322; 
	font-family: "Script MT Bold"; 
	font-weight: bold;
	font-size: 18px;
	vertical-align:top;
	text-align:left;
	font-style: normal;
	text-transform: none;
}
.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	text-align: center;
}

.Link_Nav:link, .Link_Nav:visited, .Link_Nav:active  {
	color: #FF6A00; 
	font-family: "Script MT Bold"; 
	font-size: 22px;
 	text-decoration: none; 
	font-weight:bold;
}
.Link_Nav:hover {
	color: #FFE048; 
	font-family: "Script MT Bold"; 
	font-size: 22px;
 	text-decoration: none; 
	font-weight:bold;
}



.Link_Body:link {
	color:#7A2322;
	font-weight:bold;
	text-decoration: none;
}
.Link_Body:visited {
	color:#7A2322;
	font-weight:bold;
	text-decoration: none;
}
.Link_Body:hover {
	color: #FFE048;
	font-weight:bold;
	text-decoration: none;
}
.Link_Body:active {
	color:#7A2322;
	font-weight:bold;
	text-decoration: none;
}



.copyright{
	color:#7A2322;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
}
.Link_Copyright:link {
	color:#7A2322;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-style:italic;
}
.Link_Copyright:visited {
	color:#7A2322;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-style:italic;
}
.Link_Copyright:hover {
	color:#C92C49;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-style:italic;
}
.Link_Copyright:active {
	color:#C92C49;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-style:italic;
}



