body					{
						background-color: #ffffff;
						margin: 0px;
						margin-top: 10px;
						padding: 0px;
						color: #000000;
						font-family: arial, verdana, "times new roman";
						font-size: 0.9em;
						line-height: 1.3em;
						}
						


#header, .containerEpix					{
						display: none;
						}
						
#menu					{
						display: none;
						}
						
						
h1						{
						font-size: 2em;
						margin: 0px;
						margin-bottom: 8px;
						padding: 0px;
						}
						
h2						{
						font-size: 1.4em;
						margin: 0px;
						margin-bottom: 5px;
						padding: 0px;
						}
						
.infobox			{
						padding: 5px;
						background-color: #ffffff;
						}
				
						
.infobox h2			
						{
						color: #000000;
						font-size: 1.4em;
						margin-top: 5px;
						}
						
.clear					{
						clear: both;
						}
						
#footer					{
						background-color: #ffffff;
						text-align: right; 
						font-size: 0.8em;
						height: 60px;
						padding: 5px;
						}
	

.getprice p{
width: 200px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 200px; /*width of left column containing the label elements*/
border-top: 0px solid #999999;
height: 1%;
font-size: 0.9em;
}

.getprice label{
font-weight: bold;
float: left;
margin-left: -200px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.getprice input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.getprice textarea{
width: 250px;
height: 100px;
}
						
table
					{
					width: 100%;
					border-collapse:collapse;
					margin-top: 20px;
					}

th
					{
					background: #6699CC;
					color: #fff;
					text-align: left;
					padding-left: 10px;
					height: 30px;
					border-bottom: 2px solid #ffffff;					
					}

td
					{
					border-bottom: 2px solid #ffffff;
					color: #000000;
					text-align: left;
					padding-top: 4px;
					padding-bottom: 4px;
					padding-left: 10px;
					padding-right: 10px;
					background-color: #AEC7DF;
					}		
				
.form p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 200px; /*width of left column containing the label elements*/
height: 1%;
font-size: 0.9em;
}

.form label{
color: #666666;
float: left;
margin-left: -200px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.form input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.form textarea{
width: 250px;
height: 100px;
}

