p {  font-size: 11px}
p {  line-height: 16pt}
h3 {  font-size: 14px; font-weight: bold}
ul {  font-size: 12px; line-height: 16pt}
h1 {  font-size: 24px; font-weight: bold}
h2 {  font-size: 18px; font-weight: bold}
body {  font-family: Verdana, Arial, Helvetica, sans-serif}
h4 {  font-size: 12px; font-weight: bold}
ol {  font-size: 12px; line-height: 16px}
a:hover {  text-decoration: underline}
TABLE TD
{
    FONT-SIZE: 11px;
    MARGIN: 0px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, Tahoma, Arial;
	}
	
	A:link { color: #FFFFFF;}
A:visited { text-decoration: underline; color: #fff; /* #3669AB; */}
A:active { text-decoration: underline; color: #FFFFFF;}
A:hover { text-decoration: underline; color: #FFFFFF;}.bg {
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat;
}
/********* NEXT AND PREVIOUS BUTTONS STARTS *****************/
#buttonWrap {
	position: relative;
	margin: 12px auto 0px auto;
	padding: 0px;
	width: 400px;
	height: auto;
	text-align: right;
	}
	#caseNum {
		position: absolute;
		top: 0px;
		left: 0px;
	}
		#buttonWrap a.disabled {
			color: #CCC;
			}
		#buttonWrap a.disabled:hover {
			color: #CCC;
			text-decoration: none;
			}
/********* NEXT AND PREVIOUS BUTTONS ENDS *****************/

/********* GALLERY CONTENT STARTS *****************/
.gallery, .gallery li, .gallery a {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	color: #333;
	font: bold 11px/13px Verdana, Geneva, sans-serif;
	list-style: none outside none;
	}
.gallery {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 400px;
	height: 350px;
	}
	.gallery li {
		display: block;
		position: absolute;
		margin: 0px;
		padding: 5px;
		width: auto;
		height: auto;
		background: transparent url(assets/images/imgBox_bg.jpg) repeat left center;
		text-align: center;
		}
		.gallery li span {
			position: absolute;
			bottom: 10px;
			left: 10px;
			color: #fff;
			}
		.gallery img {
			float: left;
			margin: 0px;
			padding: 0px;
			}
	.gallery .caption {
		bottom: 0px;
		left: 0px;
		width: 100%;
		border: 0px;
		color: #CCC;
		}
/********* GALLERY CONTENT ENDS *****************/
