body {
	background-color: #E1EBF0;
	font-family: verdana;
	font-size: 8px;
}


a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.maintable {
	background-color: #E1EBF0;
	width: 760px;
	height: 100%;
}

.maintable_head {
	background-color: white;
	border-bottom: 5px solid white;
	text-align: center;
	padding: 0px;
}

.maintable_left {
	width: 180px;
/*	background: #E1EBF0 url('images/left_menu_bg.jpg') 0% 0% repeat-x; */
	background-color: #E1EBF0;
	vertical-align: top;
	text-align: right;
	padding: 0px;
	font-family: Courier;
	font-size: 12px;
	border-right: 3px dotted white;
	border-left:  5px solid white;
	border-bottom: 1px dotted black;
}

.maintable_center {
	background-color: #E1EBF0;
	height: 100%;
	width: 430px;
	padding: 15px;
	vertical-align: top;
	font-size: 10px; text-align: justify;
	border-bottom: 1px dotted black;
}

.maintable_right {
	background-color: #E1EBF0;
	width: 175px;
	vertical-align: top;
	font-family: Verdana;
	font-size: 16px;
	color: gray;
	padding: 15px;
	border-left: 3px dotted white;
	border-right: 5px solid white;
	border-bottom: 1px dotted black;
}

.maintable_foot {
	height: 30px;
	width: 100%;
	background-color: white;
	text-align: right;
	vertical-align: bottom;
	padding: 7px;
}


.GallerySystemImagesListTd {
	text-align: center;
	vertical-align: middle;
}

h1 {color: #E1EBF1; font-size: 1px}
H2 {font-size: 16pt}
H3 {font-size: 14pt}
H4 {font-size: 12pt}
H5 {font-size: 10pt}
H6 {font-size: 8pt}