body {
    font-family: sans-serif;
	color: #000;
	background: #FFF none;
	margin-right: 30px;
	margin-left: 30px;
}

.idr-home {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h1 {
	font-size: 148%;
	font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
	font-weight: normal;
	background: #FFF none;
	color: #900;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	background: #FFF none;
	color: #900;
}

h3 {
	font-size: 132%;
	font-weight: normal;
}

h4 {
	font-size: 124%;
	font-weight: normal;
}

h5 {
	font-size: 116%;
	font-weight: normal;
}

h6 {
	font-size: 108%;
	font-weight: normal;
}

a:link {
	background: #FFF none;
	color: #C00;
	text-decoration: none;
}       
a:visited {
	background: #FFF none;
	color: #600;
	text-decoration: none;
}   
a:active {
	background: #FFF none;
	color: #C0F;
	text-decoration: none;
}    

ul { list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px
}

li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	color: #CC0000;
}

q {	font-style: italic }

cite {
		font-style: italic;
		text-align: right;
}

blockquote {
	padding: 5px;
	border: none;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-right: 60px;
	margin-left: 60px;
	background-color: #FCC;
    color: #000;
    text-align: justify;
}

em { font-style: italic }

.note {
	font-size: smaller;
	margin-right: -25px;
	margin-left: -25px;
}


.list li { 
	font-size: smaller;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
}

table { 
    border: none;
    background: #CCC none;
    margin-top: 0px;
    margin-right: 0px; 
    margin-left: 0px;        
    margin-bottom: 10px;
    padding: 0px;
}

td {
    border: 1px #666 solid; 
    color: #000; 
    background: #FFF none; 
    padding: 2px; 	
    font-family:  sans-serif;
}

td.empty {border: none; color: #000; background: #CCC none; padding: 2px;}