@charset "utf-8";
/* CSS Document - Custom Page Styles */

table.confInfo {
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	width: 95%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 2px solid #999999;
	
}
table.confInfo th {
	font-size: 1em;
	font-weight: 800;
	color: #000066;
	background-color: #F2F2F2;	
	text-align: center;
	border: 1px solid #CCCC99;
}
table.confInfo td {
	font-size: .95em;
	font-weight: 200;
	color: #000066;
	background-color: #E7FFCE;
	text-align: left;
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCC99;
}

img.infoPictRight {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

img.infoPictLeft {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a.docPDFLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 40px;
	display: block;
	height: 32px;
	width: auto;
	padding: 14px 0px 2px 0px;
}

a:link.docPDFLink {
	color: #000099;
	text-decoration: none;
}

a:hover.docPDFLink {
	color: #3399FF;
	text-decoration: underline;
}

a.docWRDLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	color: #000099;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(images/word_icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 40px;
	display: block;
	height: 32px;
	width: auto;
	padding: 14px 0px 2px 0px;
}

a:link.docWRDLink {
	color: #000099;
	text-decoration: none;
}

a:hover.docWRDLink {
	color: #3399FF;
	text-decoration: underline;
}


ul.listAddress {
	margin-left: 40px;
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 6px;
}


