@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0%;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	background-color: #9F9F9F;
}

  h1{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#000000;
   font-weight:bold;
   display:inline;
   margin:0 0 0 0;
   padding:0 0 0 0;
   text-align:justify;
   }

  h2{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#000000;
   font-weight:bold;
   display:inline;
   margin:0 0 0 0;
   padding:0 0 0 0;
   text-align:justify;
   }

/* Body region is added in dreamweaver template. This is the only editable region for all other pages. The following class is used to set its margines. */
.bodyRegionText {
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}

/*The relavent class is #copyrightnotice */
.bottom-black-border {
	background-image: url(images/risk-management-software-bottom-black-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	text-align: center;
	vertical-align: middle;
}
.bottom-red-border {
	background-image: url(images/project-software-red-border.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
}
/* class for Copyright Statement || The relavent class is bottom-black-border */
.bottom-black-border #copyrightnotice {
	visibility: visible;
	color: #FFFFFF;
}

/* used for heading in the body text such as "Why Choose A1 Enterprise" or "Mission" */
.bodyRegionTextHeading {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000900;
	line-height: 30px;
}
.top-red-borders {
	background-color: #FF0000;
	height: 2px;
}
.top-red-shadow {
	height: 10px;
	background-image: url(images/risk-software-top-red-border-shadow.jpg);
}



/*================== Clear fix- used in menu for adjustment to make the menu cross browser ======================*/
.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
/*=================================================================================================================*/

.bodyDiv { 
	width: 950px; 
	height: auto; 
	border: 0px; 
	margin: 0 auto; 
	text-align:center; 
} 
