@import url("/ibtsrvcs/style/navigation.css");
@import url("/ibtsrvcs/style/footer.css");
@import url("/ibtsrvcs/style/features.css");
@import url("/ibtsrvcs/style/promotions.css");

body, h1, p, td, a, input, span, div, ul, li, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0px;
}

h1 {
	font-size: 16px;
	color: #333333;
}

h2 {
	font-size: 15px;
	color: #333333;
}

h3 {
	font-size: 14px;
	color: #333333;
}

h4 {
	font-size: 13px;
	color: #990000;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #0000CC;
}

table.styled {
	background-color: #990000;
	width: 100%;
}

th.styled {
	color: #FFFFFF;
}

td.styled {
	background-color: #FFFFFF;	
}

input.styled {
	background-color: #990000;
	color: #FFFFFF;
}

li {
	list-style-type: square;
}

a.footer {
	color: #666666;
}

div#body {
	width: 968px;
}

div.header {
	padding: 7px;
	padding-bottom: 17px;
	width: 946px !important;
	background-image: url("/ibtsrvcs/img/top_navigation_shadow.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #000000;
}

input.text {
	font-size: 10px;
	border-width: 1px;
	border-color: #CC6666;
	border-style: solid;
	display: block;
	float: left;
	margin-bottom: 5px;
}

label.features {
	display: block;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	padding-right: 5px;
}

span.header {
	color: #990000;
	font-size: 8px;
	font-weight: bolder;
}

.input_error {
	color: #990000;
}

.padded {
	width: 100%;
	padding: 4px;
}

div#leftcolumn {
	float: left;
	width: 195px;
}

div#middlecolumn {
	float: left;
	width: 567px;
	margin-left: 7px;
}

div#rightcolumn {
	float: left;
	width: 186px;
	padding-left: 5px;
}

div.horizontal_seperator {
	background-image: url("/ibtsrvcs/img/dashed_red_horizontal.gif");
	background-repeat: repeat-x;
	background-position: center;
	width: 100%;
	height: 10px;
}

img.transparent {
	border: 0px;
	width: 1px;
	height: 1px;
}

a.grey {
	color: #666666;
}
a.white {
	color: #FFFFFF;
}
li.red_triangle {
	list-style-image: url("/ibtsrvcs/img/red_bullet.gif");
}