/* Presentation Stylesheet */ 
 
p {
 margin:0;
 padding:10px 20px 0px 20px;
 }
 
h2 
{
	font : bold 22px Arial, Helvetica, sans-serif;
	color: #3E6697;
}
h4
{
 margin:0; 
 padding: 5px 0;
}

pre {
 text-align:left;
 margin:0;
 padding:20px 0;
 }

a
{
	text-align:center;
	vertical-align:middle;
	font : bold 12px Arial, Helvetica, sans-serif;
}

#logo {
 margin: 0; 
 text-align: left
 }
 

.quest 
{
	width: 100px;
	color:#333333;
	background-color: #ffeaea;
	text-align: right;
} 
.quest2 
{
	font-family: Courier New;
	font-weight: bold;
	font-size: large;
	text-align: right;
	background-color: #ffeaea;
}
.answ 
{
	text-align: right;
	color: green;
}
.answ2 
{
	color:Green;
	font-family: Courier New;
	font-weight: bold;
	font-size: large;
	text-align: left;
}
.quest3
{
	width: 100px;
	background-color: #eaeaea;
	text-align: right;
	font-size: 12px;
} 
.answ3
{
	text-align: right;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #eaeaea;
	font-size: 12px;
}

.disabledAnsw
{
	width: 100px;
	text-align: right;
	color:#333333;
}
.formSubTitle 
{
	font : bold 13px Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #eaeaea;
}
.divWizard 
{
}
.errorMessage 
{
	color: Red;
	font-weight: bold;
	width: 100%;
	text-align: center;
	background-color: White;
}
.divCode 
{
}
.PalmCode 
{
	font-family: Courier New;
	font-size: xx-large;
}
.CodeSmall 
{
	font : bold 12px Courier New;
	text-align:left;
	direction: ltr;
}
.smallProduct 
{
	width: 120px;
	cursor: pointer;
	cursor: hand;
	border-style: solid;
	border-color: Blue;
	border-width: thin;
	color: Black;
}
.smallProductAdv 
{
	width: 100%;
	cursor: pointer;
	cursor: hand;
	border-style: solid;
	border-color: Gray;
	border-width: 0px;
	color: Black;
}
.smallProdDesc 
{
	font-weight: bold;
	color: royalblue;
}
.bigLink 
{
	text-align:center;
	font : bold 14px Arial, Helvetica, sans-serif;
}

.dummyLink 
{
	color: Blue;
	text-decoration: underline;
	cursor: hand;
	cursor: pointer;
	font : bold 12px Arial, Helvetica, sans-serif;
}

.smallMessage 
{
	margin-top:5px;
	height:17px;
	vertical-align:middle;
	font : bold 12px Arial, Helvetica, sans-serif;
}
.deletedPrice 
{
	font : bold 12px Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}
.price 
{
	background-color: Yellow;
	font : bold 12px Arial, Helvetica, sans-serif;
}
.divServlet 
{
	text-align: right;
	overflow: auto;
	height: 200px;
	width: 100%;
}
.newLink 
{
	padding: 0 10 0 10;
	font-weight: bold;
	background-color: Yellow;
	color: Blue;
}
.imgLink 
{
	border: 0px black solid;
	cursor: hand;
	cursor: pointer;
}