/*
mostly text formatting here.
*/
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
a.text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none
	}
a.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #37257E;
	}
a.textbold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #37257E;
	text-decoration: none
	}
a.textbold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #37257E;
	text-decoration: none
	}
.textwh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
a.textwh:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
	}
a.textwh:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none
	}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	}
.txtbox:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	text-decoration: underline
	}
.txtbox:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	}
a.error:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}
a.error:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none
	}

.hyperText {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #e3e3e3;
	padding: 5px;
	border: solid 2px #333333;
	width: 300px;
	background-color: #e3e3e3
	}
/*
nice borders on Tables, very usefull if you want to not use tables in tables
mostly is used on template_firstpage.html and template_index.html
*/
.TableWithHeading {
	border: 1px solid #CFE9E8;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
.BorderTD {
	border: 1px solid #CFE9E8;
	background-color: #e2e2e2;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
.TableWithoutHeading {
	border: 1px solid #CFE9E8;
	margin: 3px;
	}
.YellowTDHeader {
	background-color: #CFE9E8;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	}
/* used before articles, login form*/
#chapeau {
text-align: left;
font: 1em Georgia, Verdana, sans-serif;
padding: 0.5em;
margin: 0 0 2em 0;
background: #F8F7EF;
font-style: italic;
font-size: 11px;
border-bottom: 1px dashed #B2B2B2;
}	
	