@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/Back_Page.gif) repeat-x top left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #3e3e3e;
}

#ContentTable {
	background:url(../images/Back_ContentTable.gif) repeat-y top left;
}

#ContentTable .leftcol {
	width: 240px;
}

#ContentTable .rightcol {
	width: 520px;
}

/*--------------------Content--------------------*/

#Content {
	padding: 20px 10px;
}

#Content p {
	line-height: 14pt;
	text-align: justify;
}

#Content table p {
	text-align: left;
}

.ContentTable {
	border-top: 1px solid #506e80;
	border-bottom: 4px solid #506e80;
	margin-bottom: 20px;
}

.ContentTable td {
	padding: 5px;
	border-bottom: 1px solid #cdd6db;
}


/*--------------------SubLinkBox--------------------*/

.SubLinkBox {
	float: right;
	width: 150px;
	padding: 10px;
	background-color: #e3e8ea;
	border: 2px solid #6d8695;
	margin: 17px 0 15px 15px;
	font-size: 90%;
}

.SubLinkBox p {
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px solid #adbcc4;
}

.SubLinkBox p.last {
	border-bottom: 0;
}

.SubLinkBox a {
	color: #1d445b;
	text-decoration: none;
}

.SubLinkBox a:hover {
	text-decoration: underline;
}

/*--------------------Footer--------------------*/
#Footer {
	margin-bottom: 25px;
	text-align: center;
	font-size: 85%;
}

/*--------------------Misc--------------------*/
a {
	color: #446477;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul li {
	margin: 7px 0 0 0;
	line-height: 13pt;
}
	