﻿
.content-text A:link{color:Red;}
.content-text A:hover{text-decoration: none;}


/* grey box for navigation links on left of ibank.asp*/
.newnav{ 	
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px; text-decoration: none; color: #333333;
	line-height: 14px;
	text-align:left;
	padding-left:12px;
	width:176px;
	background: url(/images/tab.menu.gif) top left no-repeat;	
	background-color:#CCCCCC;
}

/* the content portion of the page is stuctured as follows
	contentarea - defines area for content including width and padding
		topborder
		bottomborder
		leftborder
		rightborder
			content topleft corner image - this image must be inside the divs for the borders
				contenttext - this pads the text
*/
.content-area {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px; text-decoration: none; color: #333333;
	line-height: 14px;
	text-align:left;
	width:528px;
	padding-left:4px;
	float:left;
	/*background: url(/images/tab.corner.jpg) top left no-repeat;*/
}
.full-content-area {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px; text-decoration: none; color: #333333;
	line-height: 14px;
	text-align:left;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	width:720px;
	clear:both;
	/*background: url(/images/tab.corner.jpg) top left no-repeat;*/
}

.t {background: url(/images/gdot.gif) 0 0 repeat-x; }
.b {background: url(/images/gdot.gif) 0 100% repeat-x;}
.l {background: url(/images/gdot.gif) 0 0 repeat-y;}
.r {background: url(/images/gdot.gif) 100% 0 repeat-y;}
.content-round-tl { background: url(/images/tab.corner.jpg) top left no-repeat;}

/*This is the area inside the rounded corners content-area*/
.content-text {padding-left:12px;padding-top:12px;padding-right:12px;padding-top:12px;}

