/* CSS Document */

	/* HTML Elements */
	
	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #757575;
		background-color: #e6e6e6;
		margin-top: 0;
		margin-bottom: 0;
		}
	
	td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	} 
	
	td.header, td.bigHeader {
		font-weight: bold;
		font-size: 10px;
		color: #333333;
	}
	
	td.bigHeader {
		font-size: 12px;
		color: #333333;
	}
		
	a:link {
		color: #026885;
		text-decoration: none;
		}
	
	a:visited {
		color: #00566e;
		text-decoration: none;
		}
		
	a:hover {
		color: #026885;
		text-decoration: underline;
		}

	/* Display classes */
	
	.header {
		font-size: 18px;
		text-transform: uppercase;
		color: #036f8c;
		padding-top: 10px;
		}
	
	.ingress {
		font-weight: bold;
		font-size: 12px;
		padding-top: 10px;
		padding-bottom: 5px;
		line-height: 14pt;
		}
	
	.body {
		font-size: 13px;
		line-height: 17pt;
		padding-top: 5px;
		padding-bottom: 5px;
		text-align: justify;
		}
		
	.listHeader {
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		color: #036f8c;
		padding-top: 10px;
		padding-bottom: 3px;
		}
	
	.listIngress {
		font-weight: none;
		font-size: 11px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 13pt;
		}
	
	.articleInfo {
		font-size: 9px;
		font-style: italic;
		}
	
	.articleDateAuthor {
		color: #036f8c;
		}
	
	div.imgHolder {
		background: center no-repeat;
		}
	
	.specText {
		color: #036f8c;
		text-decoration: none;
		}
	
	.artNav {
		font-size: 9px;
		line-height: 13pt;
		padding-left: 10px;
		padding-right: 10px;
		}
	
	.attachmentHeader {
		font-size: 12px;
		font-weight: bold;
		padding-top: 4px;
		padding-bottom: 3px;
		}
	
	.attachment {
		font-size: 10px;
		}
	
	.arrows {
		font-size: 10px;
		color: #CC6600;
		}

	.breadCrumbs {
		font-size: 8px;
		color: #606060;
		border-left: 1px solid #CCCCCC;
		text-align: left;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 30px;
		padding-right: 20px;
		}
	
	.textbox {
		font-size: 9px;
		border: 1px solid #999999;
		background-color: #EBEBEB;
		}
		
	.refHolder {
		margin: 15px;
		font-size: 13px;
		line-height: 14pt;
		text-align: justify;
		}

	.ref {
		background-color: #ededed; 
		float: left; 
		width: 150px; 
		padding: 10px; 
		margin: 0px 10px 0px 10px;
		}


	/* Layout classes */

	.page {
	}

	.pageWrapper {
		width: 1040px;
		padding-left: 70px;
		padding-left: 70px;
		background: url(../pics/bg.jpg) repeat-y; 
		}

	.pageBottom {
		width: 1040px;
		height: 39px;
		background: url(../pics/btm_grad.jpg) top no-repeat; 
		}

	.pageContent {
		width: 900px;
	}


	.contentTop {
		height: 103px;
		background: url(../pics/top.jpg) top left no-repeat; 
		}
	
	.contentMenu {
		height: 27px;
		padding-left: 240px;
		padding-right: 20px;
		background: url(../pics/menu.jpg) top no-repeat; 
		}

	.contentBottom {
		height: 97px;
		padding-left: 210px;
		background: url(../pics/bottom.jpg) top left no-repeat; 
		}

	.contentMain{
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(../pics/left.jpg);
		padding: 40px 50px 40px 220px;
		}
	
	.breaker {
		height: 1px; 
		clear: both;
		}
		
