<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!*******************************************************************************
|	$Revision: 86 $
|	$Date: 2009-09-07 11:59:37 +0200 (Mon, 07 Sep 2009) $
|
|	Base CSS
|	Copyright (c) 2008-2009 CarrotPlant
|	http://www.carrotplant.com
|
********************************************************************************/

/* General
--------------------------------- */

/*
 	Typography
 	Typographic scale: 

		6 7 8 9 10 11 12 14 16 18 21 24 36 48 60 72px
*/

body,
table{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

label,
dl dt,
dl dd,
ul li,
ol li,
p{ font-size: 11px; line-height: 18px; 	margin: 12px 0; }

ul,
ol{ 
	margin: 12px 0;
	padding: 0 0 0 40px;
}

blockquote p{
	font-family: Georgia;
	text-indent: -6px;
	font-size: 16px;
	line-height: 24px;	
}

h1{	font-size: 21px; }
h2{	font-size: 18px; }
h3{	font-size: 16px; }
h4{	font-size: 14px; }
h5{	font-size: 12px; }
h6{	font-size: 11px; }

/*h1{	font-size: 24px; }
h2{	font-size: 18px; }
h3{	font-size: 14px; }
h4{	font-size: 12px; }
h5{	font-size: 11px; }
h6{	font-size: 9px; }*/

h1, h2, h3, h4, h5, h6{ margin: 15px 0; }

/* Text alignment */

.justify,
.justify p{
	text-align: justify;
}

.indent{ text-indent: 20px; }
.noindent{	text-indent: 0; } 

.center, .text-center{ text-align: center; }
.text-left{	text-align: left;}                   
.text-right{ text-align: right;	}

/* Images */

img{ padding: 0px; margin: 0px; border: 0px;}
img.c, img.center{ display: block; margin: 10px auto; }
img.l, img.left{ float: left; margin: 10px; margin-left: 0px; }   
img.r, img.right{ float: right; margin: 10px;margin-right: 0px;	}   
img.b{ padding: 3px; background: #FFFFFF; border: 1px solid #EEEEEE; }    

/* Clear */

/* container */
.clear{ clear: both; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }

/* current item */
.clearit:after{	content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearit{ display: inline-block; }
html[xmlns] .clearit{ display: block; }
* html .clearit{ height: 1%; }

.message {
	clear: none;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 10px;
	border: 1px solid #FFEB99;
	border-color: #ffe061 #FFEB99 #FFEB99 #ffe061;
	background: #FFF8DB;
	border-radius: 5px;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}</pre></body></html>