/* CSS Document */

body {
	background: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}
	
#div1 {
	background: #abbed9;
	border-left-color: Black;
	border-left-width: 1px;
	border-left-style: dotted;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-color: Black;
	border-right-width: 1px;
	border-right-style: dotted;
	}
	
#div2 {
	border-left-color: Black;
	border-left-width: 1px;
	border-left-style: dotted;
	border-right-color: Black;
	border-right-width: 1px;
	border-right-style: dotted;
	}
	
#div3 {
	background: White;
	border-left-color: Black;
	border-left-width: 1px;
	border-left-style: dotted;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}	
	
#int1 {
	background: white;
	border-right-color: black;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-color: black;
	border-left-width: 1px;
	border-left-style: dotted;
	}

#int2 {
	background: white;
	border-left-color: black;
	border-left-width: 1px;
	border-left-style: dotted;
	}
	
#cont1 {
	background: white;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	}