body {
	font-family:  Helvetica,Arial, sans-serif;
	font-size: 12px;	
	line-height: 18px;
	color: #000000;
	text-decoration: none;	
	margin:0;
}

div {
    font-size: 12px;
}

p {
    font-size: 12px;
}

table {
    font-size: 12px;
}

/*======================================================================*/

.title {
    font-size: 14px;
	font-weight:bold;
}
.title2 {
    font-size: 11px;
	font-weight:bold;
}
.title3 {
    font-size: 12px;
	font-weight:normal
}
.title4 {
    font-size: 14px;
	font-weight:bold;
	color: #666666;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {   
	color: #0066ff;
}
a:visited {    
	color: #0066ff;
}
a:hover {    
	color: #FF0000;	
}

.titleb,
.title5 {
    width:132px;
    text-align:center;
	vertical-align: middle;
	float: left;
	padding: 4px;
}

.title5{ 
	
/*
height:100px;
    	background:url(../images/bg11.gif) no-repeat center; 
    	border:#e0e6e8 1px solid; 
	margin-right: 5px;
	margin-top: 5px;
*/	
}

.title6 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
}

.title7 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}

.bank {
    float: left;
    margin-right: 7px;
	margin-top: 8px;
	
}

.bank a:link {   
	color: #000000;
	text-decoration : none ;
}
.bank a:visited {    
	color: #000000;
	text-decoration : none ;
}
.bank a:hover {    
	color: #000000;	
	text-decoration : none;
}

.bank9 {
    float: right;
    margin-right: 27px;
	padding-bottom: 5px;
}

.bankname {
    margin-left: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
text-decoration : none ;
}


.thumbnail:link {
    text-decoration : none ;
    color: black;
}

.thumbnail:hover {
    text-decoration : none ;
    color: black;
}

.thumbnail:active {
    text-decoration : none ;
    color: black;
}

.thumbnail:visited {    
	color: black;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
text-decoration: none;
width: 160px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -20px;
left: -25px; /*position where enlarged image should offset horizontally */

}

.size1 {
    font-size: 16px;
    font-weight: bold;
}

.size2 {
    font-size: 14px;
}

#bank_select {
    margin-left: 30px;
    line-height: 100%;
	margin-bottom: 18px;
	vertical-align: top;
}