@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:18px;
}
body {
	background-color: #d4d7db;
	background-image: url(../image-files/sbi-template_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body a:link {
        color: ##0000ff;
	text-decoration: underline;
}
.body a:visited {
        text-decoration: underline;
	color: ##800080;
}
.body a:hover {
        text-decoration: underline;
	color: ##FF0000;
}
.body a:active {
        text-decoration: none;
	color: ##FF0000;
}
h2 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
h1, h2, p {
	margin-top: 0px;
	margin-bottom:8px;
	}
	
	h1 {
	color: #000000;
}
h2 {
	color: #000000;
}
.style2 {font-size: 14px}

.spitemplate-mainbox {
padding-left:40px;
padding-right:40px;
padding-top:20px;
padding-bottom:10px;
border:none;
}

.rightcolumn {
width:115px;
}
.leftcolumn {
width: 190px;
}
.leftcolumn li {
background-color: transparent;
width: 100%;
padding: 1px 0 1px 3px;
}
.leftcolumn a:link {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
text-decoration: none;
border-top: 0px;
border-right: 0px;
border-left: 0px;
}
.leftcolumn a:visited {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 4px;
background-color: transparent;   
text-decoration: none;
border-top: 0px;
border-right: 0px;
border-left: 0px;
}
.leftcolumn a:hover {
color: #000000;
display: block;     /*  this makes the whole box highlight rather than just the text */
background-color: rgb(245, 245, 245);   
text-decoration: none;
}