/* USED FOR DESCRIPTION FILES ONLY */


body {
	font-size: 80%;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #369;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}


h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 105%;
}

h6 {
	font-size: 100%;
}

.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignTop {
	vertical-align: top;
}
.alignBottom {
	vertical-align: bottom;
}
.alignTopRight {
	text-align: right;
	vertical-align: top;
}
.alignTopCenter {
	text-align: center;
	vertical-align: top;
}
.alignTopLeft {
	text-align: left;
	vertical-align: top;
}
.alignBottomRight {
	text-align: right;
	vertical-align: bottom;
}
.alignBottomCenter {
	text-align: center;
	vertical-align: bottom;
}
.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}

.smallFont, .fontSize75 {
	font-size: 7.5pt;
}




/* LIST UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE DE LISTE */
ul.noBullet {
	list-style-type: none;
}
ul.disc {
	list-style-type: disc;
}
ul.square {
	list-style-type: square;
}
ul.circle {
	list-style-type: circle;
}
ol.lower-alpha {
	list-style-type: lower-alpha;
}
ol.upper-alpha {
	list-style-type: upper-alpha;
}
ol.lower-roman {
	list-style-type: lower-roman;
}
ol.upper-roman {
	list-style-type: upper-roman;
}
/* LIST UTILITY CSS ENDS | FIN DU CSS D'UTILITE DE LISTE */


/* UNDERSCORE UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE DE UNDERSCORE */
div.blankLine {
	float: left;
	border-bottom: 1px solid #000;
	width: 8em;
 
}
input.blankline {
	border-width: 0px 0px 1px 0px; 
	border-style: solid; 
	border-color: #000000;
}

/* for definition list */
.contactUsCont {
	width: 90%; 
	border: dashed #333 1px;
}
dl.tablestyle1 {
	margin: 10px;
}
.tablestyle1 dt {
	font-weight: bold;
	float: left;
}
.tablestyle1 dt.firstE {
	font-weight: bold;
	float: left;
	padding-bottom: 5.5em;
}
.tablestyle1 dt.firstF {
	font-weight: bold;
	float: left;
	padding-bottom: 6.5em;
}
.tablestyle1 dd {
	margin-left: 130px;
	padding-bottom: 5px;
}

dl.tablestyle2 {
	margin: 10px;
}
.tablestyle2 dt {
	font-weight: bold;
	float: left;
}
.tablestyle2 dt.firstE {
	font-weight: bold;
	float: left;
	padding-bottom: 5.5em;
}
.tablestyle2 dt.firstF {
	font-weight: bold;
	float: left;
	padding-bottom: 6.5em;
}
.tablestyle2 dd {
	margin-left: 180px;
	padding-bottom: 5px;
}

div.fc-tbx {
	padding-top: 15px;
}
 */

.doubleLineBullet {
	margin-top: 1.0em;
}

.halfLineBullet {
	margin-top: 0.4em;
}



/* UNDERSCORE UTILITY CSS ENDS | FIN DU CSS D'UTILITE DE UNDERSCORE */