/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFFFFF;
	font: normal "Lucida Sans Unicode",sans-serif;
	font-size: 11px;
}
a:hover {
	color: #C60;
	font: "Lucida Sans Unicode",sans-serif;
	font-size: 11px;
}

.linktitle {
	color: #06C;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
body {
	background: #0094D6 url(/img/bg.gif) repeat-x;
	color: #566;
	font: 66% "Lucida Sans Unicode",sans-serif;
	font-size: 11px;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
/*
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
*/
td,tr,table {
    font-size: 11px;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
/*
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.0em "Arial", sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
*/
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
/*
.clearer {
	clear: both;
}

*/
