﻿/***********************************************
	brand new IBUS pages stylesheet 
 ***********************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	background-image: url('img/granite2.gif');
	text-align:center;
}
.content
{
	width:980px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.bigred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #FF0000;
	font-weight: bolder;
}
.big {
	font-size: 14pt;
}
.important {
	font-size: 12pt;
}

.box {
	background-color: khaki;
	width: 100%;
}
.boxitem {
	padding: 8px;
}
.v4row {
	background-color: #bcead2;
}
.v5row {
	background-color: #aad8c0;
}
.PayPal {
	background-color: #c0d8c0;
}
.extrabold {
	font-family: "Arial Black";
}
.question, .question1 {
	border-width: 2px 2px 1px 2px;
	border-color: #000000 #000000 #333333 #000000;
	font-family: "Arial Black";
	background-color: #FFCC66;
}
.question {
	border-style: solid none solid none;
}
.question1 {
	border-style: none none solid none;
}
.answer {
	font-family: "Arial";
}
.faqspace {
	font-size: 1px;
	border-top-style: solid;
	border-top-width: 2px;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-color: #333333;
	line-height: 2px;
}
.red {
	color: #FF0000;
}
.bigbold {
	font-size: x-large;
	font-weight: bold;
}
.navcoder {
	background-color:#C0C0C0;
	padding-top:5px;
	padding-bottom:10px;
}

