/* Basic Markup Styles */

* { 
	margin: 0; 
	padding: 0;
}
	

	body {
	padding: 0;
	background: #FFF;
	text-align: left;
	min-width: 780px;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}html>body{
}
	
		h1 { 
			font-size: 1.1em; 
			text-transform: uppercase;
		}
		
		h2 { 
			margin: 25px 0 10px 0; 
			font-size: 1em;
			font-weight: bold;
		}
		
		h3 { 
			font-size: 1em;
		}
		
		h4 { 
			font-size: 1em;
		}
		
		p { 
			margin: 0 0 18px 0;
			font-size: 1em;
		}

		table { 
			padding: 0; 
			border: 0;
			}
			caption { 
				font-size: 1em; 
				text-align: left;
			}
			th { 
				font-size: 1em;
				}
				th th {
					font-size: 1em;
				}
			td { 
				font-size: 1em;
				}
				td td {
					font-size: 1em;
				}
		
		ul {
				list-style-type: none;
			}
			li {
				font-size: 1em;
				}
				li li {
				font-size: 1em;
				}
		
		hr {
	border: 0;
	height: 1px;
	background: #D6D6D6;

				*color: #D6D6D6; 
	margin-bottom: 6px;
		}
		
		sup {
			font-size: .71em;
			*font-size: 100%;
		}
		

		img { 
			border: none;
		}
		
		form {
			margin: 0; 
			padding: 0;
			}
			input.searchBox { }

			input, select, textarea {
				font: 1em Tahoma, Arial, Helvetica, sans-serif;
				color: #5d5d5d;
			}
			
		/* common generic classes */
		.clear {
			clear: both; 
			height: 1px;
			font-size: 1px;
			line-height: 1px;
		}
		
		/* DHTML */
		
		.show {
			display: block;
		}
		
		.hide {
			display: none;
		}

		/* debugging styles */
		.debug {
			border: 1px solid red;
		}
		a.missing:link, a.missing:visited {
			color: red !important;
		}
		p.note {
			color: red;
		}
		p.small {
			font-size: .9em;
		}
		
iframebody {
	padding: 0;
	background: #FFF;
	font: 75% Tahoma, Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
}
