/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size: 16px;
	line-height:160%;
	background: #333;
	font-family:Arial, Helvetica, sans-serif;
}

#logo {
    float:right;
	border:1px solid #ccc;
	padding:3px;
	margin-top: -28px;
}

#logoleft {
    float:left;
	border:1px solid #ccc;
	padding:2px;
	margin-top:-6px;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
}

h2
 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
  border-bottom: 1px solid #ccc;
  bborder-left: 6px solid #ccc;
  padding-left: 26px;
  padding-bottom: 3px;
  background-image:url(images/list-icon.gif);
  background-image:url(images/av-icon.gif);
  background-repeat:no-repeat;
  background-position:left center;
}

a, a:link, a:visited {
  color:#C90303;
  text-decoration:none;
  bborder-bottom: 1px dotted #c90303;
}

a:hover {
  color:#3366CC;
}

img {border:none;}

img a:link, img a:visited {
  text-decoration:none;
  border:none;
}

#container {
  width:70%;
  margin-left:auto;
  margin-right:auto;
  margin-top: 2em;
  margin-bottom: 2em;
  border:5px solid #eaecec;
  padding: 1.5em;
  background:#fff;
}

#leftnote {
  font-size: 13px;
  position:relative;
  top: -12px;
}

#number {
	color: #ff9c00;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align:right;
	font-size:18px;
	font-weight:bold;

	
}

.title {
	ccolor:#424998;
	font-weight:bold;
	font-size: 16px;
	font-style: normal;
}

.titlegl {
	ccolor:#424998;
	font-weight:bold;
	font-size: 16px;
	font-style: normal;
	margin-left: 0px;
	line-height: 200%;
}

.titlechap {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.titlechapgl {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-left: 0px;
}

#footer {
    font-size: 13px;
    text-align:right;
	border-top:1px dotted #ccc;
}
p {
	margin-left: 0em;
}

li {
    line-height:180%;
}

table {
    font-size:13px;
}

td {
     border-bottom:1px solid #eCeCeC}

th {
    background-color:#ececec;
}