@charset "UTF-8";




/* Start of /ap/links/content.css.vm */
div#contentPanel div {
	width: 95%;
}

div#contentPanel table {
	width: 100%;
}

div#contentPanel table.secondTables {
	margin-top: 20px;
}

div#contentPanel td {
	padding: 3px;
	border: 3px solid #FFF9EA;
	background-color: #FFF9EA;
}

div#contentPanel td.heading {
	font-weight: bold;
}

div#contentPanel td.description {
	background-color: #FFEDD1;
	width: 59%;
}

div#contentPanel td.link {
	background-color: #FFF9EA;
	width: 41%;
}

