@charset "utf-8";
/* CSS Document */

body {  
    font-size:12px;  
    font-family:Arial, Helvetica, sans-serif;  
    line-height:21px;  
    text-align:left;
	background-image: url('/documents/_InCode/Irislink 2.0/images/bkgd.jpg');
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration:none;
	color:#006772;
	font-weight: bold;
}
a:hover
{
	color:#00ABBD;
}

/* Content home starts */ 
.image-box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006672;
	border-right-color: #006672;
	border-bottom-color: #006672;
	border-left-color: #006672;
	}
.title-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006672;
	padding: 5px;
	}
.td-box {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
.td-box-bottom {
	background-color: #E5EEEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5EEEF;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	}
#content ul {
	list-style-type:none;
	padding:0px;
	margin-left:10px;
	margin-top: 5px;
	margin-right: 10px;
	}
#content ul li {
	font-size:12px;
	background-image: url('/documents/_InCode/Irislink 2.0/images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 7px; 
	padding-left: 14px;
	line-height: 18px;
	padding-top: 2px;
	}
#content {
	margin: 20px auto 20px auto;
	width:960px;
	}
/* Content home ends */