/* */

body {
color: #C0C0BF;
font: normal 11px Arial, Helvetica, sans-serif;
}


/* formats the titles (in dynamic text) */
em {
font-style: normal;
font-size: 16pt;
color: #AE7A45;
font-family: Arial;
}


/* formats the captions (in dynamic text) */
p {
color: #C0C0BF;
font: italic normal 11px Arial, Helvetica, sans-serif;
}

/* not currently used */
h1 { 
font-size: 16pt;
color: #AE7A45;
font-family: Arial;
}

/* in header only - will change */
h2 {
font-size: 14pt;
color: #C0C0BF;
font-family: Arial;
}

/* not currently used */
h3 {
font-size: 14pt;
color: #C0C0BF;
font-family: Arial;
text-align: center;

}

.dynamictext 
{
padding: 20px 20px 20px 20px;
font-family: Tahoma;
font-size: 9pt;
line-height: 25px;
color: #C0C0BF;
}

.pictureborder {
	border: 1px solid #595343;
}

/* arrows */
.indent {
margin-left: 20px;
}


.tableborder {
	border-top: 1px solid #595343;
}

/* this is for header - will change */
.indenttitle {
margin-left: 20px;
}


.white {
color: white;
}


a:link {
color: orange;
text-decoration: none;
}

a:visited {
color: orange;
text-decoration: none;
}

a:hover {
color: gray;
}