/*imported stylesheets*/

/*end of imported stylesheets*/

/*general rules*/
*{
margin:0px;
/*list-style:none;*/
text-decoration:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

html{
	height: 100%;
}

body{
	background:#142535;
	height: 100%;
	text-align: center;
	color:#ECC115;
}


/*headings an paragraphs*/
body.info p{
	text-align:justify;
}

A:link {text-decoration: none; color: #D0D8E3;}
A:visited {text-decoration: none; color: #D0D8E3;}
A:active {text-decoration: none; color: #EDC21A;}
A:hover {text-decoration: none; color: #EDC21A;}

img {
	/*border:none*/
}

.bodytext {
	color: #ECC115;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.bodytext2 {
	color: #ECC115;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.headertext {
	color: #ECC115;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.footertext {
	color: #EDC21A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
.subtotaltext {
	color: #EDC21A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.titletext {
	color: #EDC21A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:normal;
}

.cattext {
	color: #EDC21A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.pricetext {
	color: #EDC21A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0 27 0 0;
}

.mainExpand {
	/*color: #EDC21A;*/
	color: #D0D8E3;
	cursor:hand;
	cursor:pointer;
	padding:0px 0px 0px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.catimage1 {
	border-color:#EDC21A; 
	border-style:solid; 
	border-width:1px;
	margin:3px 0px 0px 0px;
	/*margin:11px;*/
}
.catimage2 {
	border-color:#EDC21A; 
	border-style:solid; 
	border-width:1px;
	margin:8px;
}

.style1 {font-size: 9px}

