body {
	font-size: 12px;
	color: black;
	font-family: 'times new roman';
	background-color: lightgray;
}
img {
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
table.main_content {
	width: 800px;
	height: 600px;
	border-right:  1px solid darkgray;
	border-left: 1px solid darkgray;
	border-top: 1px solid darkgray;
	border-bottom: 1px solid darkgray;
	background-color: AliceBlue;
}
table.header {
	width: 800px;
	background-image: url('../table_1.jpg');
}
tr.header {
	height: 60px;
}
tr.spacer {
	height: 5px;
}
table.repository {
	width: 300px;
	height: 200px;
	border-bottom: black thin;
	background-color: AliceBlue;
}	
table.community {
	width: 300px;
	height: 200px;
	background-color: AliceBlue;
}
table.contact {
	width: 300px;
	height: 200px;
	background-color: AliceBlue;
}
table.main_inner_content {
	width: 800px;
	height: 450px;
	background-color: AliceBlue;
}
table.image {
	width: 300px;
	height: 200px;
}
tr.image_header {
	font-size: 18px;
	color: #666666;
	text-align: center;
}
tr.footer {
	height: 100%;
	background-color: AliceBlue;
}	
td.inner_content {
	height: 200px;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
td.invisible {
	color: AliceBlue;
}
td.image {
	width: 40px;
}
td.left_side {
	border-right:  1px solid #6699cc;
}
td.header1 {
	border-bottom: 1px solid #6699cc;
}
td.repository {
	text-align: center;
}		
div.scroll {
	height: 200px;
	overflow: auto;
	padding: 2px;
}
a:link		{ color: #6699cc; text-decoration: none; }
a:visited	{ color: #6699cc; text-decoration: none; }
a:active	{ color: #6699cc; text-decoration: none; }
a:hover		{ text-decoration: underline; }

iframe.logging_frame {
	width: 1px;
	height: 1px;
}	

