* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #354260;
	font-family: arial,verdana,helvetica,sans-serif; 			
}

p {
	color: #4A7FB8; 
	font-family: arial,verdana,helvetica,sans-serif; 
	font-size: 15px; 
	font-weight: normal; 
	text-align: left; 
	text-decoration: none; 
	line-height: 18pt;	
	margin-bottom: 25px;
}

a, a:visited, a:active {
	color: #4A7FB8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.content3 {
	width: 610px;
	height: 445px;
}

.content3 .title {
	color: white;
	font-size: 13px;
}

.content3 img#placeholder {
	border: 2px solid #4A7FB8;
	width: 602px;
	height: 336px;
}

ul#view-more {
	list-style-type: none;	
}

ul#view-more li {
	display: inline;
}

.view-thumb {
	cursor: pointer;
}

td.description {
	height: 105px;
	padding-top: 0;
	margin-top: 0;
}

td.description p {
	color: #4A7FB8; 
	font-family: arial,verdana,helvetica,sans-serif; 
	width: 602px;
	font-size: 12px; 
	text-align: justify;
	line-height: 11pt;
	overflow: hidden;
	height: 105px;
	margin: 0;
	padding: 0;
}

table.cs-description {
	width: 610px;
	margin-top: 5px;
}

table.cs-description .description-title {
	width: 60%;
	padding-bottom: 3px;
}

table.cs-description .view-more-area {
	width: 40%;
	padding-bottom: 3px;
	text-align: right;
}


/* SDA Image Rollover CSS */

a {
	cursor: pointer;
}

a img.nothover {
	display: inline;
}

a:hover img.nothover, a.selected img.nothover {
	display: none;
}

a img.hover {
	display: none;
}

a:hover img.hover, a.selected img.hover {
	display: inline;
}
