
body   {
	
	background-color: #122950;

}



/* graphics */


td.Graphic_01 {
	
background-image: url('images/graphic_01.jpg'); 

}

td.Graphic_02 {
	
background-image: url('images/graphic_02.jpg'); 

}

td.Graphic_03 {
	
background-image: url('images/graphic_03.jpg');
background-repeat: repeat 

}

td.Graphic_04 {
	
background-image: url('images/graphic_04.jpg');
 

}


td.Graphic_05 {
	
background-image: url('images/graphic_05.jpg');
 

}

/* text */

h1 {
	font-family: Arial;
	text-align: center;
	color: #122950;
	font-size: 12pt;
}


h2 {
	font-family: Arial;
	text-align: center;
	color: #122950;
	font-size: 11pt;


}


p {
	font-family: Arial;
	color: #122950;
	font-size: 9pt;
}



/* forms */

#text {
	font-family: Arial;
	color: #122950;
	font-size: 9pt;
}

input {

	font-size: 8pt;
	border:1px solid #122950;
	background:#ffffff;
}

textarea {

	border:1px solid #122950;
	background:#ffffff;
}

.button {

	font-size: 7pt;
	color:#122950;
	font-weight: bold;
	border:1px solid #122950;
	background:#ffffff;
}

.dropdown {

	font-size: 7pt;
	color:#122950;
	border:1px solid #122950;
	background:#ffffff;
}



/* add class="button" */



/* hyperlinks */

#links {
	
	text-align: center;	
	
}


#links a:link, #links a:visited { 
	
	font-family: Arial;
	color: #122950;
	font-size: 9pt;
	
}


#FooterNav {
	
	text-align: center;	
	
}


#FooterNav a:link, #FooterNav a:visited { 
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	/*color: #f1f2f2;*/
	/*color: #cacbcb;*/
	color: #979898;
	
}

#FooterNav a:hover{ 
	color: #122950;

}


#Heritage_Login {
	
	text-align: center;
	font-family: Arial;
	color: #979898;
	font-size: 8pt;	
	
}


#Heritage_Login a:link, #Heritage_Login a:visited { 
	
	font-family: Arial;
	color: #979898;
	font-size: 8pt;
	
	
}















