/* --------------------      CSS    ------------------------*/

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	tr {
		font: 12px  arial, helvetica, sans-serif;
		color: #333333;
		margin: 0px;
		padding: 0px;
		line-height: 18px;
	}
	p {
		font: 12px arial, helvetica, sans-serif;
		line-height: 18px;
		margin: 10px 0px 0px 0px;
		color: #333333;
	}
	a {
		color: #DD5326;
		text-decoration: none;
		outline:none;
	}
	a:hover {
		text-decoration: underline;
		color: #DD5326;
	}
	h1 {
		font:28px arial, helvetica, sans-serif;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
		line-height: 26px;
		color:#333333;
	}
	h2 {
		font:16px arial, helvetica, sans-serif;
		margin:10px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
		line-height: 24px;
	}
	h3 {
		font:14px arial, helvetica, sans-serif;
		margin:10px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		letter-spacing: 0ex;
		line-height: 18px;
	}
	h4 {
		font:12px arial, helvetica, sans-serif;
		margin:0px 0px 0px 0px;
		padding:0px;
		font-weight:100;
		line-height: 22px;	
		letter-spacing: 0ex;
		line-height: 20px;
	}		
	/*ul {
		 font:11px arial, helvetica, sans-serif; 
		line-height: 16px;
		 list-style-type: square;
		list-style-image:url(../images/list_style_image.gif);
		list-style-image/*:*//**//*url(../images/list_style_image.gif);
		list-style-color: #F0E190;
	}*/
	ul {
		list-style:none;
		list-style-image:url(../images/list_style_image.gif);
		*list-style-image/**/:/**/url(images/list_style_image_IE.gif);
	}
	ol {
		padding:0 0 0 15px;
		margin:0;
	}
	hr {
		color: none;
		border-bottom: 1px dashed #DC8478;
		height: 1px;
		border-top-style: none;
		border-right-style: none;
		border-left-style: none;
		padding: 0px;
		margin: 10px 0px 5px 0px;			
	}
	
/* --------------------      Classes    ------------------------*/

	.navMain {
		display: block;
		padding-right:20px;
		padding-left:20px;
		margin-left:15px;
		height:33px;
		line-height: 33px;
		color: #ffffff;
		background-color: #336699;
		font-family: Verdana, Arial, Helvetica, sans-serif;		
		font-weight: normal;
		text-decoration: none;
		font-size: 12px;
		cursor: hand;
		vertical-align: middle;
		border-bottom: #FFFFFF solid 1px;
		background-image: url(../images/nav_block.gif);
		background-position: right;
		background-repeat: no-repeat;
	}
	.navMain:hover {
		background-color: #1B4064;
		padding-right:20px;
		padding-left:20px;
		color: #FFFFFF;
		text-decoration: none;
		background-image: url(../images/nav_arrow.gif);
		background-position: right;
		background-repeat: no-repeat;
	}
	.footer {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px;
		color: #666666;
		line-height: 8px;
		text-decoration:none;
	}
	.footer:hover {
		text-decoration:underline;
	}
	.intro {
		font: 11px arial, helvetica, sans-serif;
		line-height: 16px;
		margin: 10px 0px 0px 0px;
		color: #333333;
		font-style:italic;
	}
	.smallBlack {
		font-family: arial, helvetica, sans-serif;
		font-size: 9px;
		color: #000000;
		line-height: 13px;
	}
	.smallWhite {
		font-family: arial, helvetica, sans-serif;
		font-size: 9px;
		color: #ffffff;
		line-height: 13px;
	}
	.smallGrey {
		font-family: arial, helvetica, sans-serif;
		font-size: 9px;
		color: #999999;
		line-height: 13px;
	}
	.smallRed {
		font-family: arial, helvetica, sans-serif;
		font-size: 9px;
		color: #cc0000;
		line-height: 13px;
	}
	.mediumRed {
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		color: #cc0000;
		line-height: 13px;
	}
	.xtraSmallWhite {
		font-family: arial, helvetica, sans-serif;
		font-size: 8px;
		color: #ffffff;
		text-decoration: none;
	}
	.clrBlueLight {
		color: #336699;
	}
	.clrBlueDark {
		color: #1B4064;
	}	
	.clrRed {
		color: #8D0C0C;
	}
	.clrRedBright {
		color: #FF1010;
	}
	.clrOrange {
		color: #C5321E;
	}	
	.clrPink {
		color: #BC00A8;
	}
	.clrGold {
		color: #CC9900;
	}
	.clrWhite {
		color: #ffffff;
	}
	.clrGray {
		color: #666666;
	}
	.clrBlack {
		color: #000000;
	}
	.clrGreen {
		color: #79AB03;
	}
	.clrGreenLight {
		color: #979832;
	}
	.clrYello {
		color: #EEA82D;
	}	
	.clrPurple {
		color: #361F55;
	}		
	
	.pageFrame {
		border: 1px solid #EBF4F8;					
	}
	.imageFrame {
		border: 1px solid #000000;
		padding: 0px;  
		margin: 0px; 					
	}
	.imageFrame:hover {
		border: 1px solid #ffffff;		
	}
	.pageBorderLeft {
		border-right: 1px solid #F2F3EF;
	}
	.pageBorderRight {
		border-left: 1px solid #F2F3EF;
	}
	.marginLeft {
		padding-left: 10px;
	}
	.surfaceTag {
		font-family: verdana;
		font-size: 8px;
		color: #999999;
		text-decoration: none;
		/*letter-spacing: 0.1ex;*/		
	}
	.surfaceTag:hover {
		color: #Cc480A;
		text-decoration: none;
	}
	.mainWindow {
		border: 1px solid #DC8478;
		background-image: url(../images/bg_main_grad.jpg);
		background-repeat: no-repeat;
	}	
	.glanceWindow {
		font-family: arial, helvetica, sans-serif;
		font-size: 9px;
		color: #000000;
		line-height: 13px;
		border: 1px solid #EDCC83;
		background-image: url(../images/bg_main_grad.jpg);
		background-repeat: no-repeat;
	}
	.toursWindow {
		font-family: arial, helvetica, sans-serif;
		font-size: 9px;
		color: #000000;
		line-height: 13px;
		border: 1px solid #EDCC83;
		border-right: none;
		border-top: none;
		background-image: url(../images/bg_main_grad.jpg);
		background-repeat: no-repeat;
	}	
	.smallWindow {
		border-left: 1px solid #9EB5CE;
		border-top: 1px solid #9EB5CE;
		border-bottom: 1px solid #9EB5CE;
	}
	.stats {
		width:200px;
		margin-top:5px;
		padding:5px 10px 5px 10px;
		border:1px solid #DC8478;
		background-image: url(../images/bg_main_grad.jpg);
		background-repeat: no-repeat;
	}
	.bdrBottomDashed {
		border-bottom: 1px dashed #cccccc;
	}
	.bdrTopDashed {
		border-top: 1px dashed #cccccc;
	}
	.bdrSolidYello {
		border: 1px solid #EDCC83;
	}	
	.BgPattern4 {
		background-image: url(../images/aortic2009_bg_02.jpg);
		background-repeat: repeat-x;
	}	
	.BgPattern1 {
		background-image: url(../images/aortic2009_bg_03.jpg);
		background-repeat: repeat-x;
	}
	.BgPattern2 {
		background-image: url(../images/aortic2009_bg_04.jpg);
		background-repeat: repeat-x;
	}	
	.BgPattern3 {
		background-image: url(../images/aortic2009_bg_05.jpg);
		background-repeat: repeat-x;
	}	
	.BgPattern {
		background-image: url(../images/aortic2009_bg_06.jpg);
		background-repeat: repeat-x;
		background-attachment:fixed;
	}		
	
	.BgFooter {
		background-image: url(../images/bg_footer_grad.jpg);
		background-repeat: repeat-x;
	}
	.logoCellPad {
		padding:15px;
	}
	.download {
		color:#416D9F;
		text-decoration:none;
	}
	.download:hover {
		color:#416D9F;
		text-decoration:underline;
	}
	.scheduleHeading {
		background-color:#C5321E;
		padding:0 0 0 10px;
	}
	.pdfDownload {
		display:block;
		background-image:url(../images/pdf_icon.gif);
		background-position:top center;
		background-repeat:no-repeat;
		width:87px;
		padding:35px 0 0 0;
		text-align:center;
		color:#000000;
		text-decoration:underline;
	}
		
/* ------------------------------------  Form stuff -----------------------------------*/
	input.value {
		font-family: arial;
		font-size: 12px;
	}
	input {
		border:#DC8478 solid 1px;
	}				
	textarea {
		border:#DC8478 solid 1px;
		font-family: arial;
		font-size: 12px;
	}	
	select {
		border:#DC8478 solid 1px;
	}	
	textarea.comBox {
		height: 100px;
		width: 300px;
		padding: 2px;
	}
	input.inputBox {
		height: 22px;
		width: 150px;
		padding: 2px;
	}
	input.checkBox {
		margin: 3px 3px 3px 3px;
		height: 18px;
		width: 18px;
		border:#DC8478 solid 1px;
	}
	select.articleType {
		height: 22px;
		width: 110px;
		padding: 0px;
	}
	textarea.copyBox {
		font: 11px arial, helvetica, sans-serif;
		height: 200px;
		width: 450px;
		padding: 2px;
	}
	input.headerBox {
		font: 11px arial, helvetica, sans-serif;
		height: 22px;
		width: 450px;
		padding: 2px;
	}
	input.sendButton {
		height: 26px;
		width: 100px;
		padding: 2px;
	}
	input.totalLight {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #ffffff;
		border: #DC8478 solid 1px;
		width: 70px;
		color: #000000;
		padding: 1px;
	}