/* layouts and colors */

body{
	margin:20px; padding:0px; 
	background: #ffffcc;
}

body,th,td{
	font-size:small;
	color:#8b0000;
}

p, div, ul, ol, li, dl, dt, dd {
	line-height:125%;
}

table{	margin-left:2em;}


/* links */
a{	color: #ff4500; text-decoration: none;}
a:visited{	color: #8b0000;}
a:hover, a:active{	color: #ff4500; text-decoration: underline; }


/* headings */
H1{font-size:large;	color:#ff4500;}
H2{font-size:medium;	color:#ff4500;}
H3{font-size:small;	color:#ff4500;}
H4{font-size:small;	color:#8b0000;}

H2.pagetitle{margin-top: 1em;}



small{
	line-height:100%;
	font-size:x-small
}

strong{}

div.indent, p.indent, dl.indent{
	margin-left: 2em;
}

div.navi_path_foot, div.navi_path_foot_e{
	text-align: right;
	font-size: x-small;
}

table.correspondense th, table.correspondense td{
	line-height: 1.2em;
	padding: 0.1em;
}

table.correspondense th{
	text-align: right;
}


/* forms */
input, select, textarea, option, select{
	font-size:small;
}

