@charset "ISO-8859-1";
@import url(moderate.css);
@import url(largest.css);
@import url(small.css);
body {
	color: #000;	
	background-color: #EEE;
	font-family: 'Calibri';
	background-image: url(../img/style/bg.png);
	background-position:bottom right;
	background-attachment: fixed;
	background-repeat: repeat;
}
a:link {
	color:#770; 
	text-decoration: none;
}
a:visited {
	color:#330; 
	text-decoration: none;
}
a:active {
	color:#330; 
	text-decoration: underline;
}
a:hover {
	color:#990; 
	text-decoration: underline;
}
a:focus {
	color:#990; 
	text-decoration: underline;
}
a.name:hover {
	color: black;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
p {
	margin: 0;
	padding: 0;
}
h2, h3 {
	margin:0 0 5px;
}
table {
	margin: auto;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 0px;
	border-right: 0px;
}
thead {
	border-bottom: 2px solid #999;
}
tr:nth-child(even) {
    background-image: url(../img/style/trans.png)
}
/*td, th {
	border: 1px solid #999;
}*/
code {
	background-color: #EEC;
}
.quote {
	border: 1px solid #BBB;
	background-color: #CCC;
	padding: 2px;
}
abbr {
	cursor: help;
}
.u {
	text-decoration: underline;
}
.outline {
 	color: #DED !important;
	font-weight: normal;
    text-shadow:
    -1px -1px 0 #444,
    1px -1px 0 #444,
    -1px 1px 0 #444,
    1px 1px 0 #444;  
}
a.outline:hover {
	color: white !important;
	font-weight: bold;
    text-shadow:
    -1px -1px 0 #222,
    1px -1px 0 #222,
    -1px 1px 0 #222,
    1px 1px 0 #222;  
}
.outline2 {
    text-shadow:
    -1px -1px 0 #DDD,
    1px -1px 0 #DDD,
    -1px 1px 0 #DDD,
    1px 1px 0 #DDD;  
}
a.outline2:hover {
    text-shadow:
    -1px -1px 0 #444,
    1px -1px 0 #444,
    -1px 1px 0 #444,
    1px 1px 0 #444;  
}
img.ff0 {
	position:relative;
	width:36px;
	top:12px;
	padding-right:20px;
	padding-left:19px;
}
img.ff1 {
	position:relative;
	width:36px;
	top:12px;
}
p.remark {
	font-size: 80%;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 10px;
}