body {
	margin:                  10px auto 10px auto;
	padding:                 0;
	font-family:             arial, sans-serif;
	font-size:               12pt;
	background-color:        #f5f6f8;
}

#wrap {
	width:                   650px;
	text-align:              left;
}

#head {
	width:                   100%;
	margin-bottom:           20px;
}

#headr {
	width:                   70%;
	text-align:              center;
	color:                   blue;
	font-size:               16pt;
	float:                   right;
	font-weight:             bold;
	padding-top:             30px;
	line-height:             1.5em;
}

#headl {
	width:                   30%;
	text-align:              left;
}

#cap {
	text-align:              left;
	font-weight:             bold;
}

#list {
}

li {
	margin-bottom:           5px;
}

p.txt {
	text-align:              justify;
}

span.rl {
	width:                   75px;
	padding-right:           10px;
}

#foot {
	text-align:              center;
	margin-top:              25px;
	color:                   black;
	font-size:               14pt;
	border-top:              1px dotted gray;
}

#foot .fcs {
	font-size:               15pt;
	font-weight:             bold;
}

#foot .fcs2 {
	font-size:               13pt;
	font-weight:             bold;
}

#foot .italic {
	font-style:              italic;
}

#foot p {
	margin:                  3px;
	font-size:               10pt;
}

a {
	color:                   red;
	text-decoration:         none;
}

label.req {
	color:                   red;
}

#ssdad {
	margin-top:              20px;
	margin-bottom:           20px;
}

.green { 
    color:                green;
}

.italic {
    font-style:          italic;
}

.bold {
    font-weight:           bold;
}

.center {
    text-align:          center;
}

.underline {
  text-decoration:     underline;
}

