/*2007-01-18
	Every property must end with a semi colon (;) even if it's the last property of the rule. 
	The rule will still work without that last semi colon, but we wish to have the best possible compliency with XHTML and XML.
*/

.cub
{
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
	background: #FFFFFF;
	color: #000000;
	text-align: justify;
	line-height: 1.5;
}

.header
{
	font-size: 100%;
	margin-right: 0.5in;
	margin-left: 0.5in;
	text-align: center;
	line-height: 1.5;
}

.quotes
{
	font-size: 90%;
	margin-right: 0.5in;
	margin-left: 0.5in;
	text-align: justify;
	line-height: 1.5;
}

ul.indented_bullet
{
	font-size: 90%;
	margin-left: 1in;
	font-family: Times New Roman, Times, serif;
	font-weight: normal;
}

ul.unindented_bullet
{
	margin-left: 0.2in;
}

li.letter
{
	margin-left: 1in;
}
 
.quotes2
{
	font-size: 90%;
	margin-right: 1.0in;
	margin-left: 1.0in;
	text-align: justify;
	line-height: 1.5;
}

.quotes3
{
	font-size: 90%;
	margin-right: 1.5in;
	margin-left: 1.5in;
	text-align: justify;
	line-height: 1.5;
}
 
.quotes4
{
	font-size: 90%;
	margin-right: 2.0in;
	margin-left: 2.0in;
	text-align: justify;
	line-height: 1.5;
}
 
.quotes5
{
	font-size: 90%;
	margin-right: 2.5in;
	margin-left: 2.5in;
	text-align: justify;
	line-height: 1.5;
}

.decision
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.adroite
{
	text-align: right;
	line-height: 1.5;
}

.droitesoul
{
	text-align: right;
	line-height: 1.5;
	text-decoration : underline;
}

.drsoulgras
{
	text-align: right;
	line-height: 1.5;
	font-weight: bold;
	text-decoration : underline;
}

.souligne
{
	font-weight: bold;
	text-decoration : underline;
}

.underline
{
	text-decoration: underline;
}

.soulgras
{
	text-align: left;
	line-height: 1.5;
	font-weight: bold;
	text-decoration : underline;
}

.marge
{
	margin-top : 0.25in;
	margin-bottom : 0.25in;
}

.agauche
{
	text-align: left;
	line-height: 1.5;
}

.aggras
{
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
}

.droitegras
{
	text-align: right;
	line-height: 1.5;
	font-weight: bold;
}


div.sidebyside
{
	text-align:center;
	font-size: 11pt;
	width:600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

p.leftside
{
	text-align:left;
	margin-right:20px;
	font-size:11pt;
	width:280px;
	float:left;
	padding-bottom:10px;
}

p.rightside
{
	text-align:left;
	margin-left:20px;
	font-size:11pt;
	width:280px;
	float:clear;
	padding-bottom:10px;
}

p.leftquot1
{
	text-align:left;
	padding-left:15px;
	margin-right:20px;
	font-size:11pt;
	width:265px;
	float:left;
	padding-bottom:10px;
}

p.rightquot1
{
	text-align:left;
	padding-left:15px;
	margin-left:20px;
	font-size:11pt;
	width:265px;
	float:clear;
	padding-bottom:10px;
}

p.leftquot2
{
	text-align:left;
	padding-left:30px;
	margin-right:20px;
	font-size:11pt;
	width:250px;
	float:left;
	padding-bottom:10px;
}

p.rightquot2
{
	text-align:left;
	padding-left:30px;
	margin-left:20px;
	font-size:11pt;
	width:250px;
	float:clear;
	padding-bottom:10px;
}

p.leftquot3
{
	text-align:left;
	padding-left:45px;
	margin-right:20px;
	font-size:11pt;
	width:235px;
	float:left;
	padding-bottom:10px;
}

p.rightquot3
{
	text-align:left;
	padding-left:45px;
	margin-left:20px;
	font-size:11pt;
	width:235px;
	float:clear;
	padding-bottom:10px;
}

p.leftquot4
{
	text-align:left;
	padding-left:60px;
	margin-right:20px;
	font-size:11pt;
	width:220px;
	float:left;
	padding-bottom:10px;
}

p.rightquot4
{
	text-align:left;
	padding-left:60px;
	margin-left:20px;
	font-size:11pt;
	width:220px;
	float:clear;
	padding-bottom:10px;
}

.adroite_div
{ font-size: 90%;
	margin-right: 0.5in;
	margin-left: 0.5in;
	text-align: right;
	line-height: 1.5;}

