@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #4f6f2f;
	background-image: url(Images/BackGround.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-size:11pt;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #362f2d;
}
a {
	color:#8393ca;
	text-decoration:none;
}
a:hover {
	color:#362f2d;
	text-decoration:underline;
}
.irene #container {
	width: 820px;
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 30px 20px 10px 10px;
}
.irene #mainContent {
	padding: 10px 20px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(Images/Body_BkGrnd.gif);
}
h1	{
	 color: #362f2d;
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size:15pt;
	 font-weight:bold;
}
h2	{
	 color: #362f2d;
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size:12pt;
	 font-weight:bold;
}
p	{
	 color: #362f2d;
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size:11pt;
	 text-align:left;
}
em	{ font-size:11pt; }
.style2 {
	font-size: 15pt;
}
