body {
		text-align: left; 

		height: 100%;
		font-size: 13px; 
		font-family: Helvetica, arial, sans-serif;
		color: #000000;
		background: #ffffff;
		margin: 0 0 0 0;
		border: 0;
		padding: 0; }

		a { color:#007ca5; text-decoration:none; outline: none; }
		a:hover { color:#FF0000; text-decoration: underline; outline: none; }
		a:visited { color:#666666; } 
		a:active { color:#999999; } 
		
		.right_col a { color:#000000; text-decoration: none; outline: none; }
		.right_col a:hover { color:#FF0000; text-decoration: underline; outline: none; }
		.right_col a:visited { color:#330000; } 
		.right_col a:active { color:#ffffff; }
		
		.header a { color:#FFFFFF; text-decoration: none; outline: none; font-weight: bold; }
		.header a:hover { color:#FFFF00; text-decoration: underline; outline: none;
		}
    
		img, a img { border-style: none; }
	
		h1, .h1 { font-size: 22px; margin:7px; line-height: 20px; }
		h2, .h2 { font-size: 18px; margin:4px; line-height: 20px; } /* 20pt */
		h3, .h3 { font-size: 14px; } /* 18pt */
		h4, .h4 { font-size: 1.6em; } /* 16pt */
		h5, .h5 { font-size: 1.4em; } /* 14pt */
		h6, .h6 { font-size: 1.1em; } /* 11pt */

		.small { font-size: .9em; }

		.clearer { clear:both; }

		.header {
			text-align: left;
			background: #FF0013;
			color: #ffffff;

			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.main_col {
			text-align: left;
			float: left;
			background: #ffffff;
			color: #000000;
			width: 75%;
			height: 100%;
			margin: 0 20px 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.right_col {
			text-align: left;
			float: right;
			background: #99FFFF;
			color: #330000;
			width: 18%;
			height: 100%;
			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}

		.footer {
			text-align: left;
			background: #eceae1;
			color: #000000;

			margin: 0 0 0 0;
			border: 0;
			padding: 10px;
			overflow: hidden;
			}
			
		.wrapper {
			text-align: center;

			margin-left: auto;
			margin-right: auto;
			}
.nowrap td { white-space: nowrap; }
.evenrow { background-color: #CCDCF5; }

.copyright {
  color: #808080;
  margin: 10px 0 10px 10px;
  padding: 5px 0 15px 0;
  width: 480px;
  height: 0;
  border-top: 2px dotted #F89721;
  font-size: 10px;
  font-weight: bold;
  text-align: center;  
}