/* GENERAL */
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px    
}

.NormalBold
{
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: #666644;
	line-height: normal;
	font-family: Verdana, Helvetica, sans-serif;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: small;
	color: darkred;
	font-family: Verdana, Helvetica, sans-serif;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

body
{
	font-weight: bold;
	font-size: x-small;
	background-image: url(img/fond1.jpg);
	color: black;
	font-family: Verdana;
}
TBODY
{
	font-weight: bold;
	font-size: x-small;
	vertical-align: baseline;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
}
IMG
{
	background-color: transparent;
}
SMALL
{
	font-weight: lighter;
	font-size: smaller;
	color: gray;
	font-family: Verdana, Tahoma, Arial;
}
LI
{
	font-weight: bold;
	font-size: x-small;
	line-height: 12px;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	list-style-type: circle;
}
.PicTblTitle
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	line-height: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #330099;
}

