.body
{
	font-family: Verdana, Helvetical, Arial, Sans-serif;
}

.head
{
	font-weight: bold;
}

.main
{
	font-size: 14px;
}

.mid
{
	font-size: 12px;
}

.copy
{
	font-size: 10px;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

.code
{
	font-family: Monaco, Courier, Courier New Roman, Mono;
}

.highlight
{
	background: #FFFF00;
}

.nowrap
{
	white-space: nowrap;
}

.preformatted
{
	white-space: pre;
}

.red
{
	color: #FF0000;
}

.orange
{
	color: #FF9900;
}

.green
{
	color: #006600;
}

.blue
{
	color: #0000FF;
}


/* ********* START *********** */
/* regular body white text with links */
.white
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.white:link 
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.white:hover
{
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.white:visited
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
/* ********** END ************ */



/* ********* START *********** */
/* small white text with links */
.smallwhite {
	font-size: 10px;
	font-style: italic;
}
a.smallwhite:link 
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.smallwhite:hover
{
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
a.smallwhite:visited
{
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
/* ********** END ************ */



/* ********* START *********** */
/* small grey text with links */
.smallgrey {
	color: #999999;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
a.smallgrey:link 
{
	text-decoration:none;
}
a.smallgrey:hover
{
	text-decoration:none;
}
a.smallgrey:visited
{
	text-decoration:none;
}
/* ********** END ************ */



.deepred
{
	color: #660033;
}

.skyblu
{
	color: #7378a1;
}

.titre		
{ 
	color: #D6B859;
}

.indent_hanging 
{ 
	padding-left: 20px;
	text-indent: -20px;
}

a.nav:link 
{
color: #FFFFFF;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


a.nav:hover
{
color: #7378a1;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a.nav:visited
{
color: #ffffff;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}



