/* File:	Projets.css
 * Author:	Angus McIntyre <angus@pobox.com>
 * Date:	24.06.98
 * Updated:	04.10.98
 *
 * Stylesheet for TSRT-CHF projects.
 */
/* ----------------------------------------------------------------------
 * 								IMPORTS
 * ---------------------------------------------------------------------- */

/* ====================================================================== 
 * 					BEGIN IMPORT OF '../Default.css'
 * ====================================================================== */

/* @import(../Default.css); */

/* File:	Default.css
 * Author:	Angus McIntyre
 * Date:	25.06.1998
 * Updated:	06.05.2001
 */
/* ----------------------------------------------------------------------
 *								BODY
 * ---------------------------------------------------------------------- */
BODY, P, TD, TH, OL, UL, LI { font-family: "Trebuchet MS", "Verdana", "Helvetica", sans-serif; }
.text
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 6pt;
	text-align: justify;
}
.indent10
{
	margin-left: 10pt;
	margin-right: 10pt;
	margin-top: 6pt;
	text-align: justify;
}
.indent20
{
	margin-left: 20pt;
	margin-right: 20pt;
	margin-top: 6pt;
	text-align: justify;
}
.indent30
{
	margin-left: 30pt;
	margin-right: 30pt;
	margin-top: 6pt;
	text-align: justify;
}
/* ----------------------------------------------------------------------
 *								HEADERS
 * ---------------------------------------------------------------------- */
H1, H2, H3, H4, H5, H6
{
	font-family: "Trebuchet MS", "Verdana", "Helvetica", sans-serif;
	color: #333333;
}
/* ----------------------------------------------------------------------
 *								PARAGRAPHS
 * ---------------------------------------------------------------------- */
P.addresstag
{
	font-size: 9pt;
	color: #333333;
}
P.link
{
	font-size: 10pt;
	margin-top: 10pt;
	margin-left: 5pt;
	margin-right: 5pt;
}
P.minilink
{
	font-size: 9pt;
	font-family: "Geneva", "Arial", "Helvetica", sans-serif;
	margin-top: 4pt;
	margin-left: 5pt;
	margin-right: 5pt;
}
SPAN.menutitle
{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
}
SPAN.menuitem
{
	font-size: 10pt;
	text-align: center;
	color: #999999;
}
A.menuitem
{
	font-size: 10pt;
	text-align: center;
	color: black;
}
.updatetag
{
	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
	font-size: 9pt;
	color: #999999;
}
.smallprint
{
	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
	font-size: 9pt;
}
.sectionnote
{
	text-align: justify;
	margin: 5pt;
}
HR { color: black; }
P.indexentry
{
	margin-top: 5pt;
	font-size: 11pt;
}
P.frontpagehead
{
	padding: 3px;
	text-align: center;
	border-color: #333366;
	border-width: 1px;
	border-style: solid;
	background-color: #EEEEEE;
}
P.frontpagenews {
	margin-left: 10pt;
}
/* ----------------------------------------------------------------------
 *									TABLES
 * ---------------------------------------------------------------------- */
TABLE { }
TR { }
TD { }
/* ----------------------------------------------------------------------
 *									LISTS
 * ---------------------------------------------------------------------- */
UL { }
OL { }
UL.text { list-style-type: none; }
LI { margin-top: 4pt; }
/* ----------------------------------------------------------------------
 *									SPANS
 * ---------------------------------------------------------------------- */
SPAN.linkdescription
{
	font-size: 10pt;
	margin-left: 10pt;
	margin-right: 10pt;
	margin-top: 2pt;
	margin-bottom: 0pt;
	padding-top: 4pt;
}
/* ----------------------------------------------------------------------
 *							CHARACTER MARKUP
 * ---------------------------------------------------------------------- */
SMALL { font-size: 9pt; }
/* ----------------------------------------------------------------------
 *								LINKS
 * ---------------------------------------------------------------------- */
A { text-decoration: none; }
A:link { color: #660000; }
A:visited { color: #660000; }
A:active { color: #660000; }
A:hover
{
	color: #660000;
}
A.hotlink:link { color: #FF0033; }
A.hotlink:visited { color: #0033CC; }
A.hotlink:hover
{
	color: #FF0000;
	text-decoration: underline;
}
A.smallsans
{
	font-size: 10pt;
	font-family: "Geneva", "Helvetica", "Arial", sans-serif;
}
A.bigsans
{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16pt;
	font-weight: bold;
}
A.medsans
{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
A.sidelink
{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 10pt;
}
A.bodylinksmall
{
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

/* ====================================================================== 
 * 						END IMPORT OF '../Default.css'
 * ====================================================================== */

/* ----------------------------------------------------------------------
 * 								
 * ---------------------------------------------------------------------- */
H2.projectfield { 
	text-decoration: underline;
	margin-left: 5pt;
	margin-right: 5pt;
	color: #000000;
}
.projectfield {
	text-decoration: underline;
	margin-top: 10pt;
	margin-left: 5pt;
	margin-right: 25pt;
}	
.projecttext { 
	margin-top: 10pt;
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: justify;
}
UL.projecttext {
	margin-left: 40pt;
	margin-right: 30pt;
}
P.projectpartner { 
	margin-left: 15pt;
	margin-right: 15pt;
}
SPAN.gridmonth { 
	font-size: 9pt;
}
SPAN.gridyear { 
	font-size: 18pt;
}
DT {
	font-style: italic;
	margin-left: 40pt;
}
DD {
	margin-left: 25pt;
	margin-top: 2pt;
}
TD.borderedcell {
	border-width: 1px;
	border-style: solid;
	border-color: black;

