body{/*Set Body characteristics*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	/*if charac of default font changes, change in p th & td
	these properties are not inherited to tr and td to change see below*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
/*Base font properties in tables*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}
/*Table Header Properties*/
.tblHeader {
	background-color: #FF3333;
	font-family: Tahoma, Arial;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
/*base html font properties*/
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	color: #FF9900;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20pt;
	color: #FF9900;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	font-weight: bold;
	color: #986926;
}p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	margin-top: 0; 
	padding-top: 0; 
}

/*Header Menu Link Properties:
The font is determined by the properties 
of the table cell the link is in*/
a.Menu:link {
	color: #FF3333;
	text-decoration: none;
	/*font-weight: bold;*/
}
a.Menu:visited {  
	color: #FF3333; 
	text-decoration: none;
	/*font-weight: bold;*/
}
a.Menu:hover {  
	color: #FF3333; 
	text-decoration: none; 
	/*font-weight: bold;*/
}
a.Menu:active {  
	color: #FF3333; 
	text-decoration: none; 
	/*font-weight: bold;*/
}
/*Header Menus:
Alignment & Font of table cell that contains
the links menu across the top of the page */
.menuCell{
	text-decoration: none;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
}
/*Default Link style with font*/
A:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	color: #FF3333; 
	text-decoration: none;
}
A:visited{
	font-family: Tahoma, Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	color: #FF3333; 
	text-decoration: none;
} 
A:active{
	font-family: Tahoma, Arial, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #FF3333;
} 
A:hover{
	color:#FF3333;
	font-family: Tahoma, Arial, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
/*Header:
Repeating background image for the arc*/
.headerImage{
	background-image: url(../Images/hdr_Top.gif);
	background-repeat: repeat-x;
}
/*Nav Bar Container:
Cell that contains Nav bar on the left*/
.sideBarContainer{
	top: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 130px;
	height: 20px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*Nav bar:
Contains the actual links on the left*/
.sideBar{
	top: 0px;
	border-spacing: 0px; 
	/*border-collapse: collapse;*/
	height: 15px;
	width: 330px;
	/*
	background-image: url(../Images/SideBarImg.gif);
	background-repeat: repeat;
	*/
}

/*Floating Boxes:
Gives the same padding for h2 netscape and ie
h1 {margin:0;}  {display:inline;}*/
#mainPage h2 {
	margin: 0px;
}

/*Floating Boxes:
Properties of floating box on main page*/
#mainPage{
	position: relative;
	width: 254px;
	border: 2px dashed #666666;
	padding: 5px 5px 4px 5px;
	float: right;
	height: auto;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*see html declaration for equalizing the h2 look (above)*/
}

/*Main Content Cell Properties:*/
.mainCellContent{
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
}

/*Bond Adapt Logo:
Footer Cell properties*/
.logoCell{
	text-align: right;
	padding-right: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 00px;
}
/*Footer Image:
Repeating background image for the people*/
.footerImage{
	background-image: url(../Images/PeopleStrip.gif);
	background-repeat: repeat-x;
}
/*Footer Link Fonts:
Determines the fonts of the links in the footer cell*/
.footerLinkFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footerCopyWrite {
	font-size: 7.5pt;
	color: #666666;
	text-decoration:none;
	line-height: 10.5pt;
}

/*Default Form Styles*/
input {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #336699;
}
.submitButton{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #336699;
	overflow: visible;
}
.radio-button{
	border: 0px;
	
}
.checkbox{
	padding: 0px;
	margin: 0px;
	border: 0px;
	/*background-color: #FFFFFF;
	height: 22px;
	width: 22px;*/
}
/*Basket Properties*/
.listMenus{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 90px;
	width: 160px;
}
/*Generic Drop Downs*/
.listDropDown{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.listMultiLineDown{
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 100px;
}

textarea {
	width: 440px;
	height: 70px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #336699;
	margin-right: 3px;
	margin-left: 3px;
	overflow: visible;
}

li {
	list-style-position: outside;
	list-style-image: url(images/boulet.jpg);
	list-style-type: none;
	line-height: 16px;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
