/* site.css - Paradigm4 */



html {
	margin: 0px;
	padding: 0px;

}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding-left: 26; padding-right: 26; padding-top: 0; margin-padding: 0;
	font-family: arial, helvetica, san-serif; 
	line-height:18px;
	font-size: 0.8em;


	text-align: justify;

	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #3e3e3e;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #808080;
	scrollbar-base-color: #808080;

	overflow: auto;



}




/* TABLES */


table.iframecontent { 
	width: 100%;
	height: 100%
}



table.price { 
	align: center;
}

td.price1 { 
	font-family: arial, helvetica, san-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color: 000080;
	background: ff8000;
}

td.price2 { 
	font-family: arial, helvetica, san-serif; 
	font-size: 0.8em;
	width: 300; 
	background: f5f5f5;
}

td.price3 { 
	font-family: arial, helvetica, san-serif; 
	font-size: 0.8em;
	width: 130; 
	background: eeeeee;
}

td.header { 
	font-family: arial, helvetica, san-serif; 
	font-size: 0.8em;
	width: 100%; 
	height: 29; 
	background-image: url(images/headerbg.gif);
	background-repeat: repeat;
}


iframe.mainiframe {  
	width: 100%; 
	height: 100%; 
}


iframe.miniiframe {  
	width: 390; 
	height: 230; 
}


/* LINES and FONTS */



p {
	text-align: left;
	font-family: arial, helvetica, san-serif; 
	line-height:18px;
	font-size:12px;
	color: #000000;
}


p.small {
	text-align: left;
	font-family: arial, helvetica, san-serif; 
	font-size: 0.7em;
	line-height:16px;
	color: #000000;
}

div.print {
	text-align: right;
	font-family: arial, helvetica, san-serif; 
	font-size: 0.7em;
	color: #000000;
}



div.copyright {
	text-align: center;
	color: #000000;
	font-size: 0.7em;
}

div.footer {
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
}

div.p4 {
	text-align: left;
	font-size: 0.7em;
	color: #464646;
	vertical-align: top; 
	padding-left: 10px;
}

font.url {
	color: #0000ff;
}


/* LINKS */

	a {text-decoration: none;   color: #0000ff}
	a:hover {text-decoration: underline;   color: #0000ff}
	a:visited {text-decoration: none;   color: #0000ff}

	a.p4 {text-decoration: none;   color: #464646}
	a.p4:hover {text-decoration: underline;   color: #464646}
	a.p4:visited {text-decoration: none;   color: #464646}

	a.breadcrumb {text-decoration: none;   color: #0000ff}
	a.breadcrumb:hover {text-decoration: underline;   color: #0000ff}
	a.breadcrumb:visited {text-decoration: none;   color: #0000ff}


ul
{
	list-style-image: url(images/house.gif);
	text-align: left;
	font-family: arial, helvetica, san-serif; 
	font-size: 0.75em;
	color: #000000;
}
 	
hr.e {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

img.pic {
	margin-right: 13px
	}	
	



