a:link { text-decoration:none; color:#525D76; }
a:visited { text-decoration:none;  color:#525D76; }
a:hover { text-decoration:none; background-color: #ffffff;}
a:active { text-decoration:none; background-color: #eeeeee;}

.bannercell {
	padding: 0px;
}

body {
	margin-left: 10;
	margin-right: 10;
	font:normal 80% arial,helvetica,sanserif;
	background-color:#green;
	color:yellow;
	scrollbar-face-color: #f0f0f0;
	scrollbar-highlight-color: #525D76 ;
	scrollbar-3dlight-color: ##525D76;
	scrollbar-darkshadow-color: ##525D76;
	scrollbar-shadow-color: #000080 ;
	scrollbar-arrow-color: #525D76;
	scrollbar-track-color: #F5F5F5 ;
}
      
.a td { background: #efefef;}
.b td { background: #ffffff;}

th, td {
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	font-size:100%;
	font-weight:bold;
	color: white;
	background: #525D76;
	text-decoration:none;
}

table, th, td {	
	font-size:100%;
}

table.log tr td, tr th {}

h2 {
	text-align: left;
	font-weight:bold;
	color: #555555;
	font-size:140%;
 	margin-bottom: 5;
}

h3 {
	text-align: left;
	font-weight:bold;
	color: #555555;
	font-size:110%;
	margin-bottom: 5;
}

h4 {
	color: #555555;
	font-size:90%;
	margin-bottom: 5;
}

h5 {
	text-align: left;
	color: #ffffff;
	font-size:140%;
	margin-bottom: 5;
}

h6 {
	font-size:110%;
	font-weight:normal;
	color: black;
	margin-bottom: 5;
}

.code {
	background:#f6f6b6;
	}
.gbHead {
	font-weight:bold;
	color:#525D76;
	background-color: #ffffff;
	}
	
.gbHeadText {
	color:#525D76;
	background-color: #ffffff;
	}
	
.gbContent {
	font-size:120%;
	margin-left:6px;
	color:#525D76;
	background-color: #efefef;
	}
	
.withBorder {
	border-color:#525D76;
	border-width:1px;
	border-style:solid;
	background-color: #efefef;
	}
	
hr {
	color:#525D76;
}

img {
	border:0;
	}
