/* styles for braemar - this is a comment */

body {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	font-weight: normal;
	background-color: #FFEEE9;
}


H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	text-align: center;
}

H4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: left;
	margin-top: 0px;
}

H5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: center;
	text-decoration: underline;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: center;
}

P {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12pt;
	text-align: left;
} 

LI {
	font-family: "Times New Roman", "Times", "serif";
	font-size: 12pt;
}
 
img.pink {
	border: 2px solid #FCBBD9; /*#CB9966; */
}
  
table {
	width: 100%;
	padding: 3px;
	border: 0px;
	margin: 0px;
	background-color: transparent;
}

td {
	font-size: 12pt;
}

td.pink {
	background-color: #FCBBD9; /*#EDD0A4;*/
}

a:link {
  	color: #885522;
  	background-color: transparent;
	text-decoration: none;
}

a:active {
  	color: #885522;
  	background-color: transparent;
	text-decoration: none;
}

a:visited {
  	color: #C00000;
  	background-color: transparent;
	text-decoration: none;
}

a:hover {
  	color: #774411;
  	background-color: transparent;
	text-decoration: underline;
}

.right {
	text-align: right;
}
.center {
	text-align: center;
}
.white {
	background-color: white;
}


