body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px;
}

a, img {
	border: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

#container {
	margin: 0 auto;
	width: 700px;
	overflow: hidden;
}

#header {
	width: 700px;
	height: 66px;
	margin-top: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF0000;
}

#header img {
	float: left;
}

#flashContainer {
	width: 700px;
	height: 200px;
	background-image:url(../images/global/masimo_fascination.jpg);
}

#content {
	width: 640px;
	padding: 30px;
}

#footer {
	width: 700px;
	float: left;
}

.thirds {
	width: 175px;
	float: left;
	padding-left: 35px;
}

.redText {
	color: #FF0000;
}

.topPad {
	padding-top: 25px;
}

.rightMarg {
	margin-right: 25px;
}

.indent {
	margin-left: 15px;
}

.rightBuffer {
	margin-right: 80px;
}

.bold {
	font-weight: bold;
}

.unbold {
	font-weight: normal;
}

.italic {
	font-style: italic;
}

.small {
	font-size: 10px;
}

.smaller {
	font-size: 90%;
}

.upper {
	text-transform: uppercase;
}

ul.redArrow li {
	list-style: none;
	margin-left: 0;
	text-indent: -1em;
}

ul.redList li {
	color: #CC0000;
}

ul.zero {
	margin: 0;
	padding: 10px;
}

ul.noIndent {
	text-indent: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.breakerNone {
	clear: both;
}

.breakerSuperMin {
	padding-bottom: 5px;
	clear: both;
}

.breakerMin {
	padding-bottom: 15px;
	clear: both;
}

.breakerMax {
	padding-bottom: 25px;
	clear: both;
}

.breakerSuperMax {
	padding-bottom: 50px;
	clear: both;
}

.keyline {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 25px;
	margin-top: 25px;
}

.keymini {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
}

a:hover {
	color: #FF0000;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

.size18 {
	font-size: 18px;
}

.size32 {
	font-size: 32px;
}

ul {
	padding-top: 6px;
}

sup {
	font-size: 80%; 
	vertical-align: text-top;
}

sub {
	font-size:90%; 
	vertical-align:bottom;
} 
