body {

    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; 
	font-size:small;   
	background-color: #ffffff;
	margin: 0 0 0 0;
}
h1, h2, h3 {
	color: #11A6D4;
	/* #005689; deep blue #11A6D4; light blue*/
}
h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.1em;
}
p {
	line-height: 1.8em;
}
blockquote, ol {
	line-height: 1.1em;
}

ul {
	/* list-style-image: url(image/bullet.png);  */
	line-height: 1.8em;
}
ol {
	list-style: arabic;
}

img {
	border: none;
}
a {
	color: blue;
	text-decoration: underline;
}

a:hover {
	text-decoration: none ;
	color: #000000;
	color:;
}


/* table property */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}
/*tr:nth-child(even){background-color: #f2f2f2;}*/
tr:nth-child(odd){background-color: #f2f2f2;}

/* table property ends */

/* Header style*/
.header-style{
	overflow:auto; padding:0px 0px 0px 0px;
}
/* Main Menu*/
.main-menu-style {
	overflow:auto; width:100%;
}

/* Left Section */
.body-container {
	overflow:auto; padding:5px 35px 0px 35px;
	}
	
/* Lower Section */
.lower-sec-style {
	overflow:auto; padding:5px 35px 0px 35px;
}

/* Req section book display */
.req-style {
	overflow:auto; padding:5px 35px 0px 35px;
}