.LHC {
	width:200px;
	padding-left:10px;
	border-right:2px solid blue;
}
.MainTable {
	border:1px; 	
	width:98%;
	margin:0px;
}
.SecondTable {
	width:100%;
	border:2px;
	margin:0px;
}
body{
margin: 0;
padding: 0;
border: 0;

height: 100%; 
max-height: 100%; 
margin:0px;
color:black;
background-color:#E0FFFF;
font-family : 'arial',sans-serif;
font-size:12px;

}

.envelope{
position: absolute; 
width:98%;
top: 145px;
border:0px solid black;

}

td {vertical-align:top;
	padding:10px;
}

/*  PAGE SPECIFIC */


/*  STANDARD  */
A  {
	text-decoration : none;
	background-color:transparent;
	color : blue;
	font-weight:bold;
	font-size:12px;
	font-family : arial,sans-Serif;
}

A:Visited  {
	color : blue;
	text-decoration : none;
	font-weight:bold;
	font-family : 'arial', sans-erif;
/*	background-color : transparent;  */
}

A:Active  {
	color : blue;
	text-decoration : none;
	font-family : 'arial',sans-serif;
	font-weight:bold;
/*	background-color : #FFFF80; */ 
	background-color:transparent;
	font-size:12px;
}

A:Hover  {
	text-decoration : underline;
	color : red;
	font-weight : bold;
	background-color : #99FFFF;
	background-color : transparent;
}
a.important  {
	color : black;
	background : white;
	text-decoration : underline;
}

.sum {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: black;
text-decoration: none;
text-indent: 15px;
list-style-position: inside;
list-style-type: square;
padding: 0px;
margin: 0px;
margin-bottom:0px;
top:-10px;
position:relative;
}



td.s	{
	border: 1px dotted #000000;
	vertical-align:top;
	font-size:12px;
	padding:5px;
}

/*
 outset none hidden dotted dashed solid double ridge groove inset 
 http://www.somacon.com/p141.php

 serif sans-serif cursive fantasy monospace
 font-weightnormal bold bolder lighter 100 200 500 600 900
*/
p#important {
	font-family: sans-serif, vandana;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 600;
	font-size: 10px;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
}

.gallerycontroller{
width: 250px
}

.gallerycontent{
width: 96%;
height: 270px;
border: 1px dashed black;
background-color: #E0FFFF;
padding: 3px;
display: block;
}