﻿body {
	background: #b5d3ef;
}
.justify {
	text-align: justify;
}
/* boxes */
.note-box {
	color: #00c;
	background: #d3e8fd;
}
/* forms */
.fstyle1 {
	border: 1px dashed #000;
}
.fstyle1 .selectbox {
	background: #ffc;
}
.fstyle1 .textarea {
	background: #ffc;
}
/* footer */
#copyright {
	color: #009;
}
#footer-links {
	color: #009;
}
/* tooltip */
.tooltip {
	color: #00f;
	cursor: pointer;
}
div.tooltipDiv {
	color: #000;
	padding: 5px;
	font-size: 12px;
	background: #ff6;
	text-align: left;
	line-height: 130%;
	font-weight: normal;
	border: 1px solid #ccc;
	font-family: "Comic Sans MS", "Apple Chancery", "Zapf Chancery", cursive;
}
/* fonts */
/* for MSIE */
/*

@font-face {   
   font-family: comic;   
   src: url(/fonts/comic.eot);   
}
@font-face {   
   font-family: comic;   
   src: url(/fonts/comic.ttf) format("truetype");   
 }
h1.comic {
	font-family: comic;
}
a:link.wiki, a:visited.wiki, a:active.wiki {
	color: #00f;
	text-decoration: none;
	border-bottom: 1px #00f dotted;
}
a:hover.wiki {
	color: #f00;
	text-decoration: none;
	border-bottom: 1px #f00 solid;
}
*/
