body {
    font-family: Times New Roman, Arial;
    font-size: 80%;
    margin: 3px;
}

h1	{	
    color: #003366;
	font-size:	130%;
	font-weight: bold;
	text-align: center;
}	
		
h2	{
	background-color: lightgrey;
	font-weight: bold;
	color: darkred;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 5px 2px 5px 2px;
}	
		
h3	{	
	color: blue;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 2px 10px 2px;
}

p {
	margin: 1em 2em 1em 2em;
	text-align: justify;
}

ul, ol {
	margin-right: 2em;
}

table {
	width: 100%;
	font-size: 100%;
	border-collapse: collapse;
}

caption {
	color: darkred;
	font-weight: bold;
	font-size: 120%;
	background-color: lightgrey;
}
th {
	color: #26a;
	padding: 5px;
}

a {
	color: #26a;
}
		
a:hover	{	
	text-decoration:	underline;
	color:	red;
}

blockquote, pre	{	
	font-family:	courier new, monospace;
}

img {
	border: none;
}
	
.header {
	font-size: xx-large;
	color: Red;
}

.footer {
	background-color:	lightgrey;
	text-align:	center;
	border-bottom: dashed 1px #26a;
}

.MainMenu {
	display: none;
}

.SubMenu {
	display: none;
}

.SimpleMenu {
	display: none;
}

.Pagelet {
	border: solid 1px lightgrey;
	white-space: nowrap;
}

.Pagelet TH {
	border: solid 1px lightgrey;
	white-space: nowrap;
}
.Pagelet TD {
	border: solid 1px lightgrey;
	white-space: nowrap;
	vertical-align: top;
}

.HighlightText {
	color: red;
	font-weight: bold;
	font-size: 130%;
}

.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 #fb0; 
	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;
}

