@charset "UTF-8";
/* CSS Document */





/*This is the default link style for any links that you do not apply a class to.*/

a:link {
	color: #225799
}
a:visited {
	color: #225799
}
a:hover {
	color: #000000
}
a:active {
	color: #225799
}

/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

.navbar {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
	text-align: left;
}

/*These are the 	link style definitions.*/

a.navbar:link {
	color: #CCCCCC
}
a.navbar:visited {
	color: #CCCCCC
}
a.navbar:hover {
	color: #FFFFFF
}
a.navbar:active {
	color: #CCCCCC
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 20px;
	text-align: left;
}

.bodytextcentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 20px;
	text-align: center;
}


.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #990000;
	margin-right: 10px;
	margin-left: 20px;
	text-align: left;
}


.pagetitlesm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	margin-right: 10px;
	margin-left: 20px;
	text-align: left;
}


.photos {
	padding: 6px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #006699;
	background-color: #F0F0F0;
}


.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}


.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 25px;
	text-align: left;
}

.subheadersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}



select {
	background: #CCCCCC;
	color: #000000;
	font-weight: bold;
  } 
  
  
  Input {
	background-color: #CCCCCC;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
  }
  
  
  textarea {
	background-color: #CCCCCC;
	color: #000000;
}

form {
	border: 1px solid #7D8943;
	padding: 5px;
	background-color: #CCCCCC;
	width: 450px;
}
	
 
  
  .footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 25px;
	text-align: center;
	
}


ul.pagebullet {
	list-style-image: url(images/0084_trustyol-check-blue.png)
}

li {
	line-height: 24px;
}
