/* This is css_ashleypark03.css, the main css file. */

ADDRESS,
BLOCKQUOTE, 
BODY, DD, DIV, 
DL, DT, 
FIELDSET, FORM,
FRAME, FRAMESET,
H1, H2, H3, H4, 
H5, H6, IFRAME, 
NOFRAMES, 
OBJECT, OL, P, 
UL, APPLET, 
CENTER, DIR, 
HR, MENU, PRE   { display: block }
LI              { display: list-item }
HEAD            { display: none }
TABLE           { display: table }
TR              { display: table-row }
THEAD           { display: table-header-group }
TBODY           { display: table-row-group }
TFOOT           { display: table-footer-group }
COL             { display: table-column }
COLGROUP        { display: table-column-group }
TD, TH          { display: table-cell }
CAPTION         { display: table-caption }
TH              { font-weight: bolder; text-align: center }
CAPTION         { text-align: center }
BODY            { padding: 0px; line-height: 1.33 }
H1              { font-size: 2em; margin: .67em 0 }
H2              { font-size: 1.5em; margin: .83em 0 }
H3              { font-size: 1.17em; margin: 1em 0 }

H4, P,
BLOCKQUOTE, UL,
FIELDSET, FORM,
OL, DL, DIR,
MENU,
td, tr			{ margin: 1.00em 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 11pt }
H5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
H6              { font-size: .67em; margin: 2.33em 0 }
H1, H2, H3, H4,
H5, H6, B,
STRONG          { font-weight: bolder }
BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
I, CITE, EM,
VAR, ADDRESS    { font-style: italic }
PRE, TT, CODE,
KBD, SAMP       { font-family: monospace }
PRE             { white-space: pre }
BIG             { font-size: 1.17em }
SMALL, SUB, SUP { font-size: .83em }
SUB             { vertical-align: sub }
SUP             { vertical-align: super }
S, STRIKE, DEL  { text-decoration: line-through }
HR              { border: 1px inset }
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
OL              { list-style-type: decimal }
OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
U, INS          { text-decoration: underline }
CENTER          { text-align: center }
BR:before       { content: "\A" }

/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

ABBR, ACRONYM   { font-variant: small-caps; letter-spacing: 0.1em }
A[href]         { text-decoration: underline }
:focus          { outline: thin dotted invert }


/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Elements that are block-level -- a new line always? -- in HTML4 */
ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, 
FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME,
NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, 
DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, 
COL, COLGROUP, TD, TH, CAPTION 
                { unicode-bidi: embed }
/* End bidi settings */

body {
	background: #FBFBFB;
	font-size: 11pt;
	font-family: verdana, arial, helvetica, sans-serif;
	}


#wrapper {
    width:760px;
    text-align:left;
    margin:0 auto;
    position:relative;
}




table {
	background: #FFFFFF;
	}

p, td {
	font-size: 11pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	}

.leftindent
	{
	margin-left: 35px;
	margin-right: 0px;
	}
.leftindent70
	{
	margin-left: 70px;
	margin-right: 0px;
	}
.leftindentsmall
	{
	margin-left: 30px;
	margin-right: 0px;
	font-size: 9pt;
	}
.leftindentsmallbold
	{
	margin-left: 30px;
	margin-right: 0px;
	font-size: 9pt;
	font-weight: bold;
	}

.sansserifsmall {
	font-size: .9em;
	}
.sansserifsmallest {
	font-size: .73em;
	}
.sansserifbig {
	font-size: 1.1em;
	}
.sansserifbigger {
	font-size: 1.3em;
	}

/* The styles above apply to entire paragraphs <p> */
/* The styles below, which start with "span," apply to any selected characters */
/* Presumably there will be several matching pairs. */

span.aphatop {
	font-size: 18pt;
	}
span.aphaaddress {
	font-size: 10pt;
	}

span.menunotselected a
	{
	color: blue;
	background-color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
span.menunotselected a:hover
	{
	color: blue;
	background-color: #EEEEEE;
	text-decoration: none;
	}

span.menuselected a
	{
	color: #555555;
	background-color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
span.menuselected a:hover
	{
	color: #555555;
	background-color: #EEEEEE;
	text-decoration: none;
	}

span.index a
	{
	color: blue;
	background-color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	}
span.index a:hover
	{
	color: blue;
	background-color: #FBFBFB;
	text-decoration: none;
	}

span.linknormal a
	{
	color: blue;
	text-decoration: underline;
	}
span.linknormal a:hover
	{
	color: blue;
	background-color: #EEEEEE;
	text-decoration: none;
	}
span.linksmall9 a
	{
	color: blue;
	text-decoration: underline;
	font-size: .9em;
	}
span.linksmall9 a:hover
	{
	background-color: #EEEEEE;
	text-decoration: none;
	}
span.linkmap a
	{
	color: blue;
	font-weight: bold;
	text-decoration: underline;
	font-size: .9em;
	}
span.linkmap a:hover
	{
	background-color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
	}
span.linksmallest73 a
	{
	color: blue;
	text-decoration: underline;
	font-size: .73em;
	}
span.linksmallest73 a:hover
	{
	background-color: #EEEEEE;
	text-decoration: none;
	}

span.pagetitle {
	font-size: 12pt;
	font-weight: bold;
	color: #555555;
	}
span.pagetitlesmall {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	}

span.sansserifnormal {
	font-size: 1em;
	}
span.sansserifsmall {
	font-size: .9em;
	}
span.sansserifsmallest {
	font-size: .73em;
	}
span.sansserifbig {
	font-size: 1.1em;
	}
span.sansserifbigger {
	font-size: 1.3em;
	}




/* end of css file */