body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 75%;
	text-align:center;
	background:#FFF;
	padding:0px;
	margin:0px;
	}

/* Start Original Plone */

/* old-browser messages */
div.compliance {
    display:none;
}

/* header style */
div.header {
}

div.header div.title {
    font-size: 200%;
    font-style: italic;
    font-weight: bolder;
    text-align: right;
}

div.header div.title div.caption {
    font-size: 45%;
    font-style: italic;
    font-weight: normal;
    text-align: right;	
}

/* tabs style */
div.tabs {
    background: transparent;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: 0em;
    padding: 1em 0em 0em 2em;
    white-space: nowrap;
}

div.tabs a {
    background: #FFFFFF;
    border-color: #CCCCFF;
    border-width: 1px; 
    border-style: solid solid none solid;
    color: #CCCCCC;
    font-weight: bold;
    height: 1.2em;
    margin-right: 0.1em;
    padding: 0em 2em;
    text-transform: capitalize;
    text-decoration: none;
}

div.tabs a.current {
    background: #CCCCFF;
    border-style: solid solid none solid;
    border-color: #000000;
    
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    
}

div.tabs a:hover {
    background: #FFFFAE;
    border-style: solid solid none solid;
    border-color: #000000;
    border-bottom-color: #000000;
    color: #CCCCFF;
}

/* footer style */
div.footer {
    background: #dedede;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    color: #8c8c8c;
    clear: both;
    float: none;
    margin: 0em 0em 1em;
    padding: 0.5em 0em 0.5em 0em;
    text-align: center;
}

/* End Original Plone */
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}
	
pre {
	font-size:11px;
	color:blue;
	}
	
.greek {
	color:#999;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
	
#frame {
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
		
#contentleft {
	width:300px;
	padding:0px;
	float:left;
	background:#fff;
	}
	
#contentcenter {
	width:332px;
	padding:7px;
	float:left;
	background:#fff;
	text-align:justify;
	}
	
#contentright {
	margin-top:50px;
	width:250px;
	padding:0px;
	float:left;
	background:#fff;
	text-align:center;
	}
	
#counter {
	text-align:center;
	margin-top:3px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:22px;
	}
	
.banner {
	text-align:center;
	margin-top:30px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:22px;
	}

.banner-text {
	text-align:center;
	margin-top:20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:22px;
	}

.bullet-text {
	text-align:left;
	margin-left:35px;
	font-family: Georgia;
	font-weight:bold;
	font-size:22px;
	}

p,h1,pre {
	margin:0px 10px 10px 10px;
	}
		
h1 {
	font-size:14px;
	padding-top:10px;
	}
		
.contentheader h1 {
	font-size:14px;
	padding:10px;
	margin:0px;
	}
	
.contentright p { font-size:10px}