body {
	height: 100%;
	background-attachment: fixed;
	background-color: #020200;
	background-image: url(myimages/common/background_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	scrollbar-face-color: #020200;
	scrollbar-highlight-color: #c0bfbb;
	scrollbar-shadow-color: #c0bfbb;
	scrollbar-3dlight-color: #020200;
	scrollbar-arrow-color: #c0bfbb;
	scrollbar-track-color: #020200;
	scrollbar-darkshadow-color: #020200;
	color: #ffffff;
	margin: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	cursor: url('cursors/normal.cur'),auto;
	
}


#bigtable {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   
   display: table
   } 


   
#content {
	padding-top: 14px;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: justify;
	padding-bottom: 15px;
	line-height: 18px;
	padding-left: 5px;
}



#onlinewritings {
	margin-left: 15px;
}

#smallbox {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 12px;
	margin-top: 2px;
}

#bib {
	margin-left: 15px;
}


.imgborder {
	margin-left: 15px;
	border: 1px solid #ffffff;
}
.important {
	font-weight: bold;
}

.smallimportant {
	font-size: 10px;
	line-height: 10px;
}

.img2border {
	margin-left: 15px;
	border: 1px solid #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	cursor: url('cursors/hand.cur'),auto;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	cursor: url('cursors/hand.cur'),auto;
}


a:active {
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	cursor: url('cursors/hand.cur'),auto;
}

a:hover {
	color: #c0bfbb;
	text-decoration:none;
	border-bottom-color: #c0bfbb;
	border-top-width: 1px;
	border-top-style: solid;
	font-weight: bold;
	cursor: url('cursors/hand.cur'),auto;
}


a.small:link {
	color: #ffffff;
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}
a.small:visited {
	color: #ffffff;
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}


a.small:active {
	color: #ffffff;
	text-decoration:none;
	cursor: url('cursors/hand.cur'),auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}

a.small:hover {
	color: #c0bfbb;
	text-decoration:none;
	border-bottom-color: #c0bfbb;
	border-top-width: 1px;
	border-top-style: solid;
	cursor: url('cursors/hand.cur'),auto;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
}

