body {
    font-family: verdana, helvetica, sans-serif;
    font-size: 70%;
    margin: 3px;
    line-height: 140%;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	color: #003366;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #ff3300;
	text-align: left;
	border-bottom: solid 1px #ff9900;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: #ff6600;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
}

p {
	margin: 1em 0em 1em 1em;
}

ul, ol {
	margin-right: 2em;
}

table {
	width: 100%;
	font-size: 100%;
	border-collapse: collapse;
    line-height: 140%;
}

caption {
	color: darkred;
	font-weight: bold;
	font-size: 120%;
	background-color: lightgrey;
	padding: 3px;
}

th {
	color: #26a;
	padding: 5px;
	vertical-align: top;
}

td 
{
	vertical-align: top;
}

a {
	color: #26a;
}
		
a:hover	{	
	text-decoration:	underline;
	color:	red;
}

blockquote, pre	{	
	font-family:	courier new, monospace;
}

img {
	border: none;
}

blockquote {
	background-color: lightyellow;
	border: dotted 1px red;
}
	
.header {
	font-size: xx-large;
	color: Red;
}

.footer {
	font-size: 90%;
	background-color: white;
	text-align:	center;
	border-bottom: dashed 1px #ff3300;
}

.MainMenu a { 
	color: #000; 
	background: #fb0 url('../images/ico_corner_orange_left.gif') no-repeat left top; 
	text-decoration: none;
	padding-left: 10px;
} 

.MainMenu a span { 
	background: url('../images/ico_corner_orange_right.gif') no-repeat right top; 
	padding-right: 10px
} 

.MainMenu .Selected { 
	color: #fff; 
	background: #26a url('../images/ico_corner_blue_left.gif') no-repeat left top; 
	text-decoration: none; 
	padding-left: 10px
} 

.MainMenu .Selected span { 
	background: url('../images/ico_corner_blue_right.gif') no-repeat right top; 
	padding-right: 10px
}

.MainMenu { 
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	clear:both;
}

.SubMenu {
	background: #26a;
	text-align: center;
	padding-top: 3px;
	color: White;
	white-space: nowrap;
}

.SubMenu a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.SubMenu .Selected {
	border-bottom: solid 3px #fb0;
}

.SimpleMenu {
	background-color: white;
	text-align:	center;
	margin-top: 20px;
	border-top: dashed 1px #ff3300;
	clear:both;
}

.Pagelet {
	border: solid 1px lightgrey;
	white-space: nowrap;
}

.Pagelet TH {
	border: solid 1px lightgrey;
	white-space: nowrap;
}
.Pagelet TD {
	border: solid 1px lightgrey;
	vertical-align: top;
	white-space: nowrap;
}

.HighlightText {
	color: #ff3300;
	font-weight: bold;
	font-size: 130%;
	margin: 3px;
}

.DeletedText {
	color: black;
	font-weight: bold;
	font-size: 110%;
	font-style:oblique;
	text-decoration: line-through;
}

.NormalText {
	color: black;
}

.FloadText 
{
	float:right; 
	width:160px; 
	background-color:white; 
	margin-left:10px;
	border:solid 1px #ff9900; 
	border-collapse: collapse; 
}

.OrderNow {
	font-weight: bold;
	padding: 2px;
}

.CompareTable {
	width: 100%;
	border: solid 1px lightgrey;
}

.CompareTable th {
	background-color: darkgray;
	color: White;
	font-weight: bold;
}

.CompareTable .Subject {
	background-color: lightgrey;
	font-weight: bold;
	height: 25px;
	color: darkred;
}

.CompareTable TD {
	border-bottom: dashed 1px lightgrey;
}

.Yes {
	color: blue;
	font-weight: bold;
}

.No {
	color: red;
	font-weight: bold;
}