﻿/* ------------------------------------------------------------------------
                               COM 29.09.2009
    ------------------------------------------------------------------------  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, table p {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: 1.2;
	font-family: arial,verdana,helvetica,sans-serif;
	text-align: left;
	text-indent: 0;
}
html {
	font-size: 10pt;
}
body {
	color: #262626;
	font-size: 0.87em;
}
a {
	color: #262626;
	text-decoration: underline;
}
a:link {
	color: #262626;
	text-decoration: underline;
}
a:visited {
	color: #262626;
	text-decoration: underline;
}
a:hover {
	color: #024B89;
	text-decoration: none;
	cursor: hand;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.15em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
p, table, a {
	line-height: 1.3;
}
li, dd {
	line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, strong, dt {
	margin: 1em 0 0em 0;
	color: #262626;
}
p {
	margin-bottom: 1em;
}
em {
	font-style: italic;
}
.hanging-indent {
	text-indent: -2em;
	padding-left: 2em;
}
.indent {
	text-indent:2em;
}
blockquote {
	margin: 1em;
}
cite {
	font-style: italic;
	display: block;
	text-align: right;
}
ul {
	margin: 1em 1em 1em 2em;
	padding-left: 0em;
	list-style-type: square;
}
ol {
	margin: 1em 1em 1em 0em;
	padding-left: 3em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	margin: 0.8em 0 0.5em;
}
dd {
	margin-left: 1em;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #000;
	border-style: none none dotted;
}
strong {
	font-weight: bold;
}
/*li {display:block;max-width:100%;max-height:100%}*/

/* Fix the RadEditor in edit mode : Mode by ChauTran 29/09/2010*/
.Default.RadEditor { MIN-WIDTH: 100% !important;WIDTH: 100% !important;}
.Default.reToolbar {WIDTH: 100% !important;}

