/* ------------------------------------- Global ------------------------------------- */ 
					.header  { 
						background:  #B4CCEB;
						border-bottom: 0px solid #CCC;
						padding: 5px 10px;
					}
/* ------------------------------------- Custom Block ------------------------------------- */
					#customblock  { 
						border-top: 5px solid #E5EEF9;
						border-bottom: 5px solid #E5EEF9;
						border-right: 0px solid #FFF;
						border-left: 0px solid #FFF
					} 
/* ------------------------------------- Main ------------------------------------- */
					#main  { 
						border-top:  0px solid #CCC;
					}
						#main .header  { 
							border-bottom:  0px solid #CCC;
						}
					.CDUTable {
						border-bottom:  1px solid #9BB5D9;
					}
					.keyTable {
						border-top:  1px solid #9BB5D9;
					}
					.commentBevel {
						border-right: 0px solid #CCC;
					}
/* ------------------------------------- Questions ------------------------------------- */
					#questions  { 
						border-top:  0px solid #CCC;
					}
					#scrollQuestions #questions  { 
						border-bottom:  1px solid #9BB5D9;
					}
/* ------------------------------------- Footer ------------------------------------- */
					#footer  { 
						border-top: 3px solid #3366CC;
						border-bottom: 3px solid #3366CC;
						background: #3366CC;
					}
					#footer a, #footer a:link, #footer a:visited  { 
						white-space: nowrap;
						color: #FFF;
					}
					#footer a:hover, #footer a:active  { 
						color: #000;
					}