@charset "UTF-8";
/* CSS Document */

img a {
	border: 0;
}


.closesection {
	font-size: .8em;
	text-align: right;
	margin-top: -.05em;
	

}

.closesection a:link {
	text-decoration: none;
}

.closesection a:hover {
	color: #03C; 
text-decoration: underline; 

}

/* Main Section */

.sectiontitle {
	font-size: 1em;
	font-weight:bold;
}

.sectiontitle a:link {
	text-decoration: none;
}

.sectiontitle a:hover {
	color: #03C; 
text-decoration: underline; 

}


div.section {
	padding: 0px 5px 0px 5px;
	border:thin solid #999;
	background-color: #E6EEEF;
	font-size: .9em;
	margin-top: -10px;
}


div.section li {
padding-bottom: .5em;
}

.section img {
border: thin solid #666666;
}


/* Sub Section */


.subsectiontitle {
	font-size: 1em;
	font-weight:bold;
}

.subsectiontitle a:link {
	text-decoration: none;
}

.subsectiontitle a:hover {
	color: #03C; 
text-decoration: underline; 

}


div.subsection {
	padding: 0px 5px 0px 5px;
	border:thin solid #999;
	background-color: #ECECEC;
	font-size: .9em;
	margin-top: -10px;
}


div.subsection li {
padding-bottom: .5em;
}

/* Table  */

div#table {
}

div#table-row-title {
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

div#table-row {
	border-bottom: medium #333;
}

div#table-row-content {
	font-size:.8em;
}

div#table-row-content-l {
	float: left;
		width: 150px;
		padding: 0 .5em 0 .5em;
		margin: 0;
}

div#table-row-content-l p { margin: 0 0 1em 0; }
div#table-row-content-r p { margin: 0 0 1em 0; }

div#table-row-content-l ul {
	list-style:none;
	margin:0;
}

div#table-row-content-r {
	margin-left: 175px;
		padding: 0 .5em 0 .5em;
		}

div#table-row-content ul {
list-style:none;
       margin: -10px 0px 0px 0px;
	   padding:0;
		}

div#table-row-content li {
padding-bottom: .5em;
		}
	
div#table a:link {
color: #1B21a5;
text-decoration: none;
}

