/* Knee Replacement Video Construction CSS */
body {
	margin-top: 15px;
	background-color: #bef0f6;
}

body, table, div {
	font-family :Arial, Helevetica, Sans-Serif;
	font-size: 10pt;
	color:#000000
	}

/* Table settings */

.main_table {
  background-color: #e6eaee;
  border: 1px solid #020c1d;
}

.test {
  background-color: #e6e5a4;
  border: 1px solid #080672;
  padding: 10px;
  font-family: georgia 10pt #000000;
}

.form_table {
  background-color: #c8caee;
  border: 1px solid #080672;
  padding: 10px;
  font-family: arial 10pt italic;
}

.form_top_blue {
  background-color: #08419e;
  font: arial;
  color: #ffffff;
  text-align: left;
  padding: 10px;
}


/* text */

.pre {
  font: Georgia;
  font-size: 10pt;
  color: #000000;;
  font-style: italic;
}

.tahoma18ptB {
  font: tahoma;
  color: #000000;
  font-size: 18pt;
}

.tahoma24ptB {
  font: tahoma;
  color: #000000;
  font-size: 24pt;
}

.tahoma32ptB {
  font: tahoma;
  color: #000000;
  font-size: 32pt;
}

.tahoma18ptR {
  font: tahoma;
  color: #ed1c24;
  font-size: 18pt;
}

.tahoma24ptR {
  font: tahoma;
  color: #ed1c24;
  font-size: 24pt;
}

.tahoma32ptR {
  font: tahoma;
  color: #ed1c24;
  font-size: 32pt;
}

.tahoma18ptBl {
  font: tahoma;
  color: #0000ff;
  font-size: 18pt;
}

.tahoma24ptBl {
  font: tahoma;
  color: #0000ff;
  font-size: 24pt;
}

.tahoma32ptBl {
  font: tahoma;
  color: #0000ff;
  font-size: 32pt;
}

.copy {
  font: Courier New;
  font-size: 8pt;
  text-align: center;
  color: #000000;
}

.testSig {
  font-family: georgia 10pt #000000;
  text-align: right;
  color: red;
}

.top_link {
 font-family: georgia 8pt #000000;
 text-align: right;
 color: red;	
}

.pic_table {
 background-color: #6dcff6;	
}

.highlight {
	background-color: #faf103;
}

.red {
	color: #ed1c24;
}

.noteRed {
	font: Georgia;
	color: #edic24;
	text-align: center;
	font-size: 10pt;
}

li, ol, ul {
	font: arial;
	font-size: 10pt;
	color: #000000;
}

/* Images and Links */

A:link IMG { border: none }

A:visited IMG { border:none }

A {
  text-decoration: none;
}