
html {
  height							: 100%;
  border							: none;
}
			
body {
		height							: 100%;
  margin							: 0;
  padding						: 0;
}

.maintable {
		height							: 100%; 
		width								:	100%; 
		text-align			: center;
		border							:	1px;	
}

.fullheight {
		height							:	100%;
}

form {
	 margin       : 0px;
}

p {
	 margin-top   : 0px;
}

.normaltext {
		font-size    : 9px;
		font-family  : Arial, Helvetica, sans-serif;
}



/*----------------------------------------Search box------------------------------------------------*/

#search_box_letter{
margin-top:0px;
line-height:12px;
padding-bottom:2px;
padding-left:3px;
}

.search_box_select{
 height: 212px;
 background-color:#f4f9fe;
 font-family:Georgia;
 font-size: 11px;
 color: #666666;
 text-decoration: underline;
 border: 0;
 padding-top: 5px;
 padding-left: 5px;
 overflow: auto;
}

#search_box_letter a {
 font-family: Georgia;
 font-size: 10px;
 color: #666666;
text-decoration: underline;
}

#search_box_letter a:hover {
color: #698dba;
text-decoration: underline;
}
