#content p {
	font-size: 120%;
	line-height: 160%;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
		font-weight:normal;
}
#content h1 {
	font-size:260%;
	margin-top: 0px;
	padding-top: 0px;
}
#content h2 {
	font-size:200%;
}
#content h3 {
	font-size:160%;
}
#content h4 {
	font-size:140%;
	font-weight: bold;
}

/***** Common Formatting *****/
 
#content ul, ol {
	font-size: 120%;
	line-height:150%;
}
#content ul ul, ol ol {
	font-size: 100%;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
small {
	font-size:0.85em;
}

.strike {
	text-decoration: line-through;
}

/* IMAGES */

img {
	border:0;
}

a:visited img {
	background-image: none;
}

/***** Links *****/
 

#content a:link {
	color: #950A09;
}
#content a:visited {
	/*padding-left: 14px;
	background-image: url(../images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: left;*/
	color: #666;
}
#content a:hover {background-color: #FF9;
}
a:active {
  position: relative;
  top: 1px;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	
}
#footer h2 {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
}
#footer h4 {
	font-family:  "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
}
#footer ul {
	list-style-image:none;
	list-style-position:outside;
	position:relative;
	list-style-type:none;
	margin-top: 13px;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#footer li {
	padding-bottom: 8px;
}
#copyright p {
	line-height: 180%;
}
#copyright a:link, #copyright a:visited {
	color: #000;
}
#copyright a:hover {
	text-decoration: none;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 10px;
}


/* TABLES */

table {
	border-collapse: collapse;
	border: 1px solid #666666;
	background-color: #efefef;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476F;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #03476F;
  padding: .4em;
  color: #363636;
  }  
  
 td {
	font-size: 130%;
}
th {
	background-color: #D3D3D3;
	color: #000000;
	font-size: 130%;
	font-weight: normal;
}
.editing {
	color: #000;
	background-color: #FF0;
	font-weight: normal;
}
.handcursor {
cursor:pointer;
}
#content p.highlighbox {
	background-color:#fefdde;
	border:1px solid #999;
	color:#000;
	padding-left:1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-style: italic;
	margin-top: 25px;
}

#download {
	display:block;
	height:55px;
	left:17px;
	text-indent:-9999px;
	top:-30px;
	width:261px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/button_dlas.jpg);
	background-repeat: repeat;
	background-position: left top;
	float: right;
}
.rule_above {
border-top:1px solid #E8E8E8;
margin-top:20px;
padding-top:20px;
}
#content p.lightgraytext {
	color: #666;
}#content p.bigtext {
	font-size: 140%;
}

