/* sets the main body properties */
body {
background-color:#F4E7B5;
background-image:url(../_images09/BG-homepage-45.jpg);
background-position:center top;
background-repeat:no-repeat;
color:#666633;
font-family:verdana,arial,sans-serif;
font-size:small;
margin:0px 0px 0px 0px;
padding:0pt;
margin:0px 0px 0px 0px;

}


HR {
	height: 1px;
	width: 100%;
	line-height: 1px;
}

/* this group sets the normal link colors */

A:LINK {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

A:VISITED {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

A:HOVER {
	color: #003333;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
}

A:ACTIVE {
	color: #CCCC99;
	text-decoration: underline;
	font-weight: bold;
	margin: 0px;
}

/* We like to use headings for special effects */

H1 {
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
text-align: left;
font-size: large;
font-weight: bold;
color: #666633;
padding: 1px;
}

h3, h4, h5 {
font-size : medium;
font-weight : bold;
color : #666633;
}

h6 {
	font-size : x-small;
	font-weight : normal;
	color : #666633;
	margin-left: 10px;
	margin-right: 10px;
}
.intro-smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	margin-left: 2px;
	color: #003366;
}
.indent {
	padding-right: 6px;
	padding-left: 10px;
}
