/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http : //www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color : #FAEBD7;
	margin : 0px 0px 0px 0px;
	
}

/* General font families for common tags */
font,th,td,p { font-family : Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #000080; }
a:hover		{ text-decoration : overline; color : #0000A0; font-weight : bold;}
hr	{ height : 0px; border : solid #FF0000 0px; border-top-width : 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color : #FAEBD7;background-image : url(images/back.gif);background-repeat : repeat-x; border : 2px #ffffff solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color : #FAEBD7; border : 0px #FFD700 solid; }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color : #FFFF00; font-size : 11px; font-weight : bold;
	background-color : #FAEBD7; height : 25px;
	background-image : url(images/cellpic3.gif);
}

.thBlnk {
	color : #FFFF00; font-size : 11px; font-weight : bold;
	background-color : #FAEBD7; height : 25px;
	background-image : url();
}

td.cat,td.catHead,td.catSides,td.catRight,td.catBottom,td.catLeft {
	background-image : url(images/cat/harmonie.jpg);
	background-repeat : repeat-x;
	background-color : #EECFA1; height : 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it : -)
*/
td.cat,td.catHead,td.catBottom {
	height : 29px;
	border-width : 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight : bold; border : #87CEFA; border-style : solid; height : 28px; }

th.thHead,td.catHead { font-size : 12px; border-width : 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width : 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width : 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width : 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width : 0px 0px 0px 0px; }
th.thTop	 { border-width : 0px 0px 0px 0px; }
th.thCornerL { border-width : 0px 0px 0px 0px; }
th.thCornerR { border-width : 0px 0px 0px 0px; }

td.spaceRow {
	background-color : #EECFA1; border-left :1px solid #D2691E; border-bottom : 1px solid #D2691E; }

/* General text */
.gen { font-size : 12px; color : #C90036; }
.genmed { font-size : 11px;color : #333333; }
.gensmall { font-size : 10px; color : #000000; }
a.gen,a.genmed,a.gensmall { color : #000080; text-decoration : none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color : #000080; text-decoration : overline; }


/* Forum category titles */
.cattitle		{ font-weight : bold; font-size : 12px ; letter-spacing : 1px;}
a.cattitle		{ text-decoration : none; }
a.cattitle:hover{ text-decoration : underline; }


/* Forum title : Text and link to the forums used in : index.php */
.forumlink		{ font-weight : bold; font-size : 12px; color : #000080; }
a.forumlink 	{ text-decoration : none; color : #000080; }
a.forumlink:hover{ text-decoration : underline; color : #0000D0; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight : bold; font-size : 11px; color : #000080;}
a.nav			{ text-decoration : none; color : #000080; }
a.nav:hover		{ text-decoration : overline; }


/* titles for the topics : could specify viewed link colour too */
.topictitle			{ font-weight : bold; font-size : 11px; color : #000040; }
a.topictitle:link  { text-decoration : none; color : #000080; }
a.topictitle:visited { text-decoration : none; color : #0000A0; }
a.topictitle:hover	{ text-decoration : underline; color : #0000D0; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000040;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000040; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration : none; color : #000080 }
a.postlink:visited { text-decoration : none; color : #0000A0; }
a.postlink:hover { text-decoration : underline; color : #0000D0}


/* Quote & Code blocks */
.code {
	font-family : Courier, 'Courier New', sans-serif; font-size : 11px; color : #006600;
	background-color : #E5E5E5; border : #D2691E; border-style : solid;
	border-left-width : 1px; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px
}

.quote {
	font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; color : #444444; line-height : 125%;
	background-color : #E5E5E5; border : #D2691E; border-style : solid;
	border-left-width : 1px; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px
}


/* Copyright and bottom info */
.copyright		{ font-size : 10px; font-family : Verdana, Arial, Helvetica, sans-serif; color : #888888; letter-spacing : -1px;}
a.copyright		{ color : #444444; text-decoration : none;}
a.copyright:hover { color : #AAAAAA; text-decoration : overline;}


/* Form elements */
input,textarea, select {
	color : #000040;
	font : normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000040;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #F0F0F0;
	border : 1px solid;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFFFE0;
	color : #000040;
	font-size : 11px; font-family : Verdana, Arial, Helvetica, sans-serif;
	border : 1px solid;
}

/* The main submit button option */
input.mainoption {
	background-color : #FFFF99;
	font-weight : bold;
	border : 1px solid;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FFFF99;
	font-weight : normal;
	border : 1px solid;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color : #FFE4B5; border-style : none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/*pour les couleurs des différentes catégories : se référer à la table catégorie de la base de données, catLeftX et rowpicX où X représente la valeur du champ CAT_ID*/
/*BRANCHE JAUNE*/
	.catLeftL2 {background-color : #FFD700;background-image : url(images/cat/gold1_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft2 {background-color : #FFD700;background-image : url(images/cat/gold1.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft2 .cattitle a, .catLeft2 .cattitle a:hover, .catLeft2 .cattitle a:visited, .catLeft2 .cattitle a:active {color : #6C4920;margin : 0px 0px 0px 25px;}
	.rowpic2 {background-color : #FFD700;background-image : url(images/cat/br_jaune.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR2 {background-color : #FFD700;background-image : url(images/cat/gold1_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat2 .thCornerL{ background-color : #FFD700;color : #6C4920;background-image : url(images/cat/gold1.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat2 .thTop{ background-color : #FFD700;color : #6C4920;background-image : url(images/cat/gold1.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat2 .thCornerR{ background-color : #FFD700;color : #6C4920;background-image : url(images/cat/gold1.jpg);background-position : top right;background-repeat : repeat-x;}
/*BRANCHE VERTE*/
	.catLeftL3 {background-color : #008B00;background-image : url(images/cat/green4_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft3 {background-color : #008B00;background-image : url(images/cat/green4.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft3 .cattitle a, .catLeft3 .cattitle a:hover, .catLeft3 .cattitle a:visited, .catLeft3 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic3 {background-color : #008B00;background-image : url(images/cat/br_verte.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR3 {background-color : #008B00;background-image : url(images/cat/green4_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat3 .thCornerL{ background-color : #008B00;color : #ffffff;background-image : url(images/cat/green4.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat3 .thTop{ background-color : #008B00;color : #ffffff;background-image : url(images/cat/green4.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat3 .thCornerR{ background-color : #008B00;color : #ffffff;background-image : url(images/cat/green4.jpg);background-position : top right;background-repeat : repeat-x;}
/*BRANCHE ROUGE*/
	.catLeftL4 {background-color : #CD0000;background-image : url(images/cat/red3_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft4 {background-color : #CD0000;background-image : url(images/cat/red3.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft4 .cattitle a, .catLeft4 .cattitle a:hover, .catLeft4 .cattitle a:visited, .catLeft4 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic4 {background-color : #CD0000;background-image : url(images/cat/br_rouge.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR4 {background-color : #CD0000;background-image : url(images/cat/red3_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat4 .thCornerL{ background-color : #CD0000;color : #ffffff;background-image : url(images/cat/red3.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat4 .thTop{ background-color : #CD0000;color : #ffffff;background-image : url(images/cat/red3.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat4 .thCornerR{ background-color : #CD0000;color : #ffffff;background-image : url(images/cat/red3.jpg);background-position : top right;background-repeat : repeat-x;}
/*AINES EN SERVICE*/
	.catLeftL5 {background-color : #B87333;background-image : url(images/cat/copper_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft5 {background-color : #B87333;background-image : url(images/cat/copper.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft5 .cattitle a, .catLeft5 .cattitle a:hover, .catLeft5 .cattitle a:visited, .catLeft5 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic5 {background-color : #B87333;background-image : url(images/cat/aines_service.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR5 {background-color : #B87333;background-image : url(images/cat/copper_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat5 .thCornerL{ background-color : #B87333;color : #ffffff;background-image : url(images/cat/copper.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat5 .thTop{ background-color : #B87333;color : #ffffff;background-image : url(images/cat/copper.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat5 .thCornerR{ background-color : #B87333;color : #ffffff;background-image : url(images/cat/copper.jpg);background-position : top right;background-repeat : repeat-x;}
/*TECHNIQUE ET ART SCOUT*/
	.catLeftL6 {background-color : #EE7621;background-image : url(images/cat/chocolate2_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft6 {background-color : #EE7621;background-image : url(images/cat/chocolate2.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft6 .cattitle a, .catLeft6 .cattitle a:hover, .catLeft6 .cattitle a:visited, .catLeft6 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic6 {background-color : #EE7621;background-image : url(images/cat/tech_art.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR6 {background-color : #EE7621;background-image : url(images/cat/chocolate2_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat6 .thCornerL{ background-color : #EE7621;color : #ffffff;background-image : url(images/cat/chocolate2.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat6 .thTop{ background-color : #EE7621;color : #ffffff;background-image : url(images/cat/chocolate2.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat6 .thCornerR{ background-color : #EE7621;color : #ffffff;background-image : url(images/cat/chocolate2.jpg);background-position : top right;background-repeat : repeat-x;}
/*FORUM ASSOCIATIF*/
	.catLeftL7 {background-color : #FFB90F;background-image : url(images/cat/darkGoldenrod1_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft7 {background-color : #FFB90F;background-image : url(images/cat/darkGoldenrod1.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft7 .cattitle a, .catLeft7 .cattitle a:hover, .catLeft7 .cattitle a:visited, .catLeft7 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic7 {background-color : #FFB90F;background-image : url(images/cat/forum_asso.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR7 {background-color : #FFB90F;background-image : url(images/cat/darkGoldenrod1_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat7 .thCornerL{ background-color : #FFB90F;color : #ffffff;background-image : url(images/cat/darkGoldenrod1.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat7 .thTop{ background-color : #FFB90F;color : #ffffff;background-image : url(images/cat/darkGoldenrod1.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat7 .thCornerR{ background-color : #FFB90F;color : #ffffff;background-image : url(images/cat/darkGoldenrod1.jpg);background-position : top right;background-repeat : repeat-x;}
/*IDENTITE SCOUTE*/
	.catLeftL8 {background-color : #0000CD;background-image : url(images/cat/blue3_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft8 {background-color : #0000CD;background-image : url(images/cat/blue3.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft8 .cattitle a, .catLeft8 .cattitle a:hover, .catLeft8 .cattitle a:visited, .catLeft8 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic8 {background-color : #0000CD;background-image : url(images/cat/id_scoute.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR8 {background-color : #0000CD;background-image : url(images/cat/blue3_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat8 .thCornerL{ background-color : #0000CD;color : #ffffff;background-image : url(images/cat/blue3.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat8 .thTop{ background-color : #0000CD;color : #ffffff;background-image : url(images/cat/blue3.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat8 .thCornerR{ background-color : #0000CD;color : #ffffff;background-image : url(images/cat/blue3.jpg);background-position : top right;background-repeat : repeat-x;}
/*COMMUNICATION*/
	.catLeftL9 {background-color : #828282;background-image : url(images/cat/grey51_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft9 {background-color : #828282;background-image : url(images/cat/grey51.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft9 .cattitle a, .catLeft9 .cattitle a:hover, .catLeft9 .cattitle a:visited, .catLeft9 .cattitle a:active {color : #ffffff;margin : 0px 0px 0px 25px;}
	.rowpic9 {background-color : #828282;background-image : url(images/cat/comm.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR9 {background-color : #828282;background-image : url(images/cat/grey51_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat9 .thCornerL{ background-color : #828282;color : #ffffff;background-image : url(images/cat/grey51.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat9 .thTop{ background-color : #828282;color : #ffffff;background-image : url(images/cat/grey51.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat9 .thCornerR{ background-color : #828282;color : #ffffff;background-image : url(images/cat/grey51.jpg);background-position : top right;background-repeat : repeat-x;}
/*FRATERNITE SCOUTE*/
	.catLeftL10 {background-color : #CCCCCC;background-image : url(images/cat/grey80_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft10 {background-color : #CCCCCC;background-image : url(images/cat/grey80.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft10 .cattitle a, .catLeft10 .cattitle a:hover, .catLeft10 .cattitle a:visited, .catLeft10 .cattitle a:active {color : #6C4920;margin : 0px 0px 0px 25px;}
	.rowpic10 {background-color : #CCCCCC;background-image : url(images/cat/frat_scoute.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR10 {background-color : #CCCCCC;background-image : url(images/cat/grey80_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat10 .thCornerL{ background-color : #CCCCCC;color : #6C4920;background-image : url(images/cat/grey80.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat10 .thTop{ background-color : #CCCCCC;color : #6C4920;background-image : url(images/cat/grey80.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat10 .thCornerR{ background-color : #CCCCCC;color : #6C4920;background-image : url(images/cat/grey80.jpg);background-position : top right;background-repeat : repeat-x;}
/*VIE DU FORUM*/
	.catLeftL13 {background-color : #EED5B7;background-image : url(images/cat/bisque2_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft13 {background-color : #EED5B7;background-image : url(images/cat/bisque2.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft13 .cattitle a, .catLeft13 .cattitle a:hover, .catLeft13 .cattitle a:visited, .catLeft13 .cattitle a:active {color : #6C4920;margin : 0px 0px 0px 25px;}
	.rowpic13 {background-color : #EED5B7;background-image : url(images/cat/vie_forum.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR13 {background-color : #EED5B7;background-image : url(images/cat/bisque2_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat13 .thCornerL{ background-color : #EED5B7;color : #6C4920;background-image : url(images/cat/bisque2.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat13 .thTop{ background-color : #EED5B7;color : #6C4920;background-image : url(images/cat/bisque2.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat13 .thCornerR{ background-color : #EED5B7;color : #6C4920;background-image : url(images/cat/bisque2.jpg);background-position : top right;background-repeat : repeat-x;}
/*PETITES ANNONCES*/
	.catLeftL11 {background-color : #FFDEAD;background-image : url(images/cat/navajoWhite1_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft11 {background-color : #FFDEAD;background-image : url(images/cat/navajoWhite1.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft11 .cattitle a, .catLeft11 .cattitle a:hover, .catLeft11 .cattitle a:visited, .catLeft11 .cattitle a:active {color : #6C4920;margin : 0px 0px 0px 25px;}
	.rowpic11 {background-color : #FFDEAD;background-image : url(images/cat/petites_annonces.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR11 {background-color : #FFDEAD;background-image : url(images/cat/navajoWhite1_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat11 .thCornerL{ background-color : #FFDEAD;color : #6C4920;background-image : url(images/cat/navajoWhite1.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat11 .thTop{ background-color : #FFDEAD;color : #6C4920;background-image : url(images/cat/navajoWhite1.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat11 .thCornerR{ background-color : #FFDEAD;color : #6C4920;background-image : url(images/cat/navajoWhite1.jpg);background-position : top right;background-repeat : repeat-x;}
/*ENFANT DE DIEU*/
	.catLeftL12 {background-color : #E5E5E5;background-image : url(images/cat/grey90_l.jpg);background-position : top left;background-repeat : no-repeat;}
	.catLeft12 {background-color : #E5E5E5;background-image : url(images/cat/grey90.jpg);background-position : top left;background-repeat : repeat-x;}
	.catLeft12 .cattitle a, .catLeft12 .cattitle a:hover, .catLeft12 .cattitle a:visited, .catLeft12 .cattitle a:active {color : #6C4920;margin : 0px 0px 0px 25px;}
	.rowpic12 {background-color : #E5E5E5;background-image : url(images/cat/enfant_dieu.png);background-position : center;background-repeat : no-repeat;}
	.rowpicR12 {background-color : #E5E5E5;background-image : url(images/cat/grey90_r.jpg);background-position : top right;background-repeat : no-repeat;}
	.trcat12 .thCornerL{ background-color : #E5E5E5;color : #6C4920;background-image : url(images/cat/grey90.jpg);background-position : top left;background-repeat : repeat-x;}
	.trcat12 .thTop{ background-color : #E5E5E5;color : #6C4920;background-image : url(images/cat/grey90.jpg);background-position : top right;background-repeat : repeat-x;}
	.trcat12 .thCornerR{ background-color : #E5E5E5;color : #6C4920;background-image : url(images/cat/grey90.jpg);background-position : top right;background-repeat : repeat-x;}
	
/* The register, login, search etc links at the top of the page */
	.mainmenu		{ font-size : 11px; color : #D2691E; font-weight : bold;}
	a.mainmenu	, a.mainmenu:visited	{ text-decoration : none; color : #D2691E;  }
	a.mainmenu:hover{ text-decoration : overline; color : #D2691E; }
/* Main menu DIV */
        .mainmenu2 { width:95%; margin:0; padding:7px 15px 7px 15px; border:2px solid #D2691E; background:#EECFA1; text-align:center;}

/* Main table cell colours and backgrounds */
	td.row1	{ background-color : #FFFFC4; border : 1px solid #D2691E; border-top : 0; border-right : 0;font-size:11px;}
	td.row2	{ background-color : #FFE4B5; border : 1px solid #D2691E; border-top : 0; border-right : 0;font-size:11px;}
	td.row3	{ background-color : #EECFA1; border : 1px solid #D2691E; border-top : 0; border-right : 0;}
	td.row3Right	{ background-color : #EECFA1; border : 1px solid #D2691E; border-top : 0; border-right : 0;}
      
/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
	font-weight : bold; font-size : 22px; font-family : "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none; line-height : 120%; color : #D2691E;
}
a.maintitle, a.maintitle:hover, a.maintitle:visited  {
        text-decoration : none;
}

