body {
	background-color: #FFFFFF;
	background-image : url(./body.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	color           : #000000;
	margin-top       : 5px;
	padding-top      : 0px;
	margin-bottom    : 0px;
	padding-bottom   : 0px;
}

.footer,.adminmenu {
	color       : #DDDDDD;
	margin-top  : 2px;
	padding-top : 2px;
	text-align  : right;
	font-size   : 9px;
}

div.footer A:link,div.footer A:visited { 
	color            : #DDDDDD;
	text-decoration  : none;
}

div.foot A:link,div.foot A:visited { 
	color            : #DDDDDD;
	text-decoration  : none;
}

div.adminmenu A:link,div.adminmenu A:visited { 
	color            : #DDDDDD;
	text-decoration  : none;
}

.foot {
	color       : #DDDDDD;
	border-top  : #DDDDDD 1px dotted;
	margin-top  : 200px;
	padding-top : 5px;
	text-align  : right;
	font-size   : 9px;
}

div.foot p,div.foot ul,div.foot li {
	line-height  : 9px;
	margin-top : 3px;
	padding-top : 0pt;
	margin-bottom : 1pt;
	padding-bottom : 0pt;
	list-style-type : none;
	margin-right : 0pt;
}

hr {
	color : #DDDDDD;
}

pre {
	border      : #888888 1px solid;
	padding     : 4px;
	margin-left : 20px;
}

blockquote {
	border      : #888888 1px solid;
	padding     : 4px;
	margin-left : 20px;
	font-style  : italic;
}

h1,h2,h3,h4 {
	color       : #DDDDDD;
	font-size   : 12px;
}

div.body {
	padding-left : 5px;
}

div.body p {
	text-indent   : 0px;
	font-size        : 12px;
	line-height   : 14px;
	margin-top    : 5px;
	margin-bottom : 5px;
	margin-left   : 0px;
}

div.body blockquote p {
	margin-top     : 0px;
	margin-bottom  : 0px;
	text-indent    : 0px;
}

table {
	border : #888888 2px solid;
	margin-top    : 10px;
	margin-bottom : 15px;
	margin-left   : 25px;
}

th {
	border : #888888 1px solid;
	background-color : #88AAFF;
	padding-top      : 2px;
	padding-left     : 5px;
	padding-right    : 5px;
	padding-bottom   : 2px;
}

td {
	border : #888888 1px solid;
	padding-top      : 2px;
	padding-left     : 5px;
	padding-right    : 5px;
	padding-bottom   : 2px;
}

A:link { 
	color            : #4444FF;
	text-decoration  : none;
}

A:visited {
	color            : #4444FF;
	text-decoration  : none;
}

A:hover {
	color           : #FF4444;
	text-decoration : underline;
}

h1 A:link,h2 A:link,h3 A:link,h4 A:link,th A:link { 
	color            : #000000;
	text-decoration  : none;
}

h1 A:visited,h2 A:visited,h3 A:visited,h4 A:visited,th A:visited { 
	color            : #000000;
	text-decoration  : none;
}

ol,ul,dl {
	margin-left   : 10px;
	margin-top    : 0px;
	margin-bottom : 0px;
	margin-right  : 0px;
}

li {
	font-size    : 12px;
	line-height  : 12px;
	padding-left : 0pt;
	margin-left  : 5pt;
	margin-right : 0pt;
	margin-top : 1px;
	padding-top : 0pt;
	margin-bottom : 2pt;
	padding-bottom : 0pt;
}

dt {
	border-bottom : #4444FF 1px dotted;
	margin-bottom : 5px;
	font-weight   : bold;
}

dd {
	margin-left   : 30px;
	margin-bottom : 5px;
}

