BODY
{
	background-color: #DDDDDD;
	color: #11111E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	padding: 10px 20px 10px 20px;
}

/*	Images		*/
IMG
{
	background-color: #DDDDDD;
	border: 0px;
}
IMG.logo
{
	border-width: 4px;
	padding: 3px;
	border-color: #555555;
	border-style: solid;
	margin: 25px auto;
	text-align: center;
}
IMG.left
{
	margin: 0px 5px 0px 15px;
	float: left;
}
IMG.right
{
	margin: 0px 15px 0px 5px;
	float: right;
}
DIV#footer IMG, DIV#footer INPUT
{
	vertical-align: top;
	float: right;
	margin: 0px 5px 0px 5px;
}

/*	Anchors		*/
A:link
{
	color: #DD0000;
	text-decoration: none;
}
A:visited
{
	color: #DD0000;
	text-decoration: none;
}
A:hover 
{
	background-color: #DD0000;
	text-decoration: none;
	color: #FFFFFF;
}
A:active
{
	color: #DD0000;
	text-decoration: none;
}
A.sort:link
{
	color: #000000;
	text-decoration: underline;
}
A.sort:visited
{
	color: #000000;
	text-decoration: underline;
}
A.sort:hover 
{
	background-color: #000000;
	text-decoration: underline;
	color: #FFFFFF;
}
A.sort:active
{
	color: #000000;
	text-decoration: underline;
}
A.image:link
{
	background-color: #DDDDDD;
}
A.image:visited
{
	background-color: #DDDDDD;
}
A.image:hover 
{
	background-color: #DDDDDD;
}
A.image:active
{
	background-color: #DDDDDD;
}

/*	DIVISIONS	*/
DIV
{
	float: none;
	clear: none;
	text-align: left;
	margin: 10px 10px 10px 10px;
}
DIV.center
{
	width: 100%;
	text-align: center;
}
div.right
{
	float: right;
	margin: 0px 0px 0px 3px;
}
div.left
{
	float: left;
	margin: 0px 3px 0px 0px;
}
div.image
{
	text-align: center;
}
DIV#header
{
	width: 100%;
	display: table;
	text-align: center;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	float: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}
DIV#header DIV
{
	display: table-cell;
	margin: auto;
	width: 20%;
	border-style: none;
	background-color: #DDDDDD;
	vertical-align: middle;
}

DIV#footer
{
	clear: both;
	font-size: 8pt;
	text-align: left;
	text-indent: 0px;
	margin: 30px 5px 5px 5px;
	padding: 20px 10px 0px 10px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	vertical-align: text-top;
}
div#footnotes
{
	font-size: smaller;
	
}
DIV.bar
{
	background-color: #0022DD;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	height: 14px;
	padding: 2px 0px 2px 5px;
}
DIV#login
{
	border-style: solid;
	border-width: 1px;
	border-color: #DD0000;
	text-align: right;
	width: 30em;
	margin: auto auto;
	background-color: #CCCCCC;
	color: #11111E;
	padding: 0em 15em 2em 5em;
	margin-top: 10em;
}
DIV#login P
{
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
}
DIV#pageindex:before
{
	content: "Jump to:";
	font-size: 15pt;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
}
DIV#pageindex
{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	margin: 10px 10px 10px 10px;
}
DIV#pageindex UL
{
	padding: 10px 0px 10px 0px;
}

/* 	Paragraphs	*/
P
{
	clear: none;
	text-align: left;
	margin: 10px 10px 10px 20px;
}
P.first:first-letter
{
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 200%;
	float: left;
	vertical-align: text-top;
}
P.center
{
	text-align: center;
}
P.right
{
	text-align: right;
}
DIV#footer > P
{
	clear: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
P#counter
{
	border-style: solid;
	border-width: 1px;
	border-color: #DD0000;
	text-align: center;
	font-weight: bold;
	text-indent: 5px;
	/* margin: 20px 10% 10px 10%;*/
	margin: auto auto;
	padding: 5px 5px 5px 5px;
	clear: both;
	float: left;
	background-color: #CCCCCC;
	color: #11111E;
	vertical-align: middle;
}
P.error
{
	font-size: 8pt;
	color: #DD0000;
}
P.warning
{
	border-style: solid;
	border-width: 1px;
	border-color: #DD0000;
	text-align: left;
	text-indent: 5px;
	margin: 20px auto;
	padding: 5px 5px 5px 5px;
	clear: both;
	background-color: #CCCCCC;
	color: #11111E;
	vertical-align: middle;
}



/*	Lists		*/
UL
{
	display: block;
	float: none;
	list-style-type: circle;
	padding: 0px;

	margin: 0px 10px 0px 20px;
	line-height: 14pt;
	list-style-position: outside;
}
DIV#contents * UL
{
	line-height: 14pt;
	padding: 0px 10px 0px 20px;

}
OL
{
	display: block;
	float: none;
	list-style-type: decimal;
	margin: 0px 10px 0px 20px;
}
DIV > OL:first-child
{
	counter-reset: item;
}
LI
{
	margin: 0px;
	padding: 0px;
}
LI.outside
{
	display: block;
}
LI.selected
{
	list-style-type: disc;
}

/*	Headers		*/
H1
{
	font-size: 30pt;
	letter-spacing: 3px;
	font-weight: bold;
	font-style: normal;
	margin: 10px 10px 30px 10px;
}
H2
{
	font-size: 20pt;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: normal;
	margin: 10px 10px 30px 10px;
}
H3
{
	font-size: 15pt;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	margin: 10px 10px 20px 10px;
}
H4
{
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	margin: 10px 10px 10px 10px;
}
H5
{
	font-size: 10pt;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: normal;
	margin: 10px 10px 10px 20px;
}
H5.caption
{
	text-align: center;
	font-weight: bold;
	font-style: normal;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}
H6
{
	font-size: 10pt;
	letter-spacing: 1px;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	margin: 10px 10px 10px 20px;
}
H1.center, H2.center, H3.center, H4.center, H5.center
{
	text-align: center;
}

/*	Tables		*/
TABLE
{
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	clear: none;
}
TABLE.left
{
	margin: 20px 30px 20px 30px;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	clear: none;
	float: left;
}
TABLE.right
{
	margin: 20px 30px 20px 30px;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	clear: none;
	float: right;
}
TABLE.center
{
	margin: 20px auto;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	clear: none;
}
TABLE.wishes
{
	margin: 20px auto;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: #555555;
	clear: none;
	width: 80%;
}
TH
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}
TH.block
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	text-align: center;
	font-weight: bold;
	background-color: #DDDDDD;
	padding: 30px 30px 30px 30px;
}
TD
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
	background-color: #E3E3E3;
}
TD.number, TD.right
{
	text-align: right;
}
TD.center
{
	text-align: center;
	white-space: nowrap;
}

TABLE#index
{
	margin: 0px 0px;
	border-style: none;
	width: 100%;
	padding: 0px;
}
TABLE#index TD
{
	margin: 0px 0px;
	border-style: none;
	width: 20%;
	padding: 0px;
	background-color: #DDDDDD;
}

TABLE#dirlist
{
	background-color: #DDDDDD;
	border-width: 0px; 
	border-style: none; 
	width: 100%;
}
TABLE#dirlist TH
{
	background-color: #DDDDDD;
	border-width: 0px; 
	border-style: none; 
	text-align: center;
	font-weight: bold;
}
TABLE#dirlist TD
{
	background-color: #DDDDDD;
	border-width: 0px; 
	border-style: none; 
}

/*	Rulers		*/
HR, HR.clear
{
	float: none;
	margin: 20px 5px 20px 5px;
	width: 100%;
	clear: both;
}
BR
{
	clear: none;
}
BR.clear
{
	clear: both;
}
BR.clearleft
{
	clear: left;
}
BR.clearright
{
	clear: right;
}

/* expressions

CODE
{
	white-space: pre;
	font-family: terminal, system, courier, monospace;
}

EM
{
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
STRONG
{
	text-decoration: none;
	font-style: normal;
	font-weight: bolder;
}



/* form stuff */

TEXTAREA
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	margin: 10px 0px;
	padding: 0px;
}

FIELDSET
{
	margin: 0em 5em 1em 5em;
	padding: 0em 5em 1em 5em;
	text-align: left;
}

DEL
{
	text-decoration: line-through;
}

