.containerCont{

width:450px;
}
#flashcontent {
	height: 100%;
	margin: 0px;
	padding: 0px;

	}
a {
	font-weight: bold;
	color: #999;
}

.containerConthome{

width:335px;
}
.style44 {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color:#38B0C8;
}

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url(images/box-corners.gif); /* CHANGE: path and name of your image */
	height: 15px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */

	}
.top-left, .bottom-left {
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */

	}
.top-right, .bottom-right { 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 2px solid #e52383; /* YCC: color & properties of the left-borderline */
	border-right: 2px solid #e52383;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	text-align:left;
	padding-top: 0px;
	margin-top: 0px;
		}
.notopgap    {
	margin-top: 0;
	height:2px;
	padding: 0px;
}    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; height:2px; } /* DNC: to avoid splitting of the box */

/*
implementation in the page:
	...
	<head>
	<link rel="stylesheet" type="text/css" href="liquidcorners.css">
	...
	</head>
	
	<body>
	...
	<div class="top-left"></div><div class="top-right"></div>
		<div class="inside">
		<p class="notopgap">Your text & other things inside</p>
		...
		<p class="nobottomgap">...</p>
		</div>
	<div class="bottom-left"></div><div class="bottom-right"></div>
	...
	</body>
*/







.addressbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990D99;
	text-decoration: none;
}

.addressbodyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990d99;
	text-decoration: none;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.mainbodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.mainbodywhiteBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.mainbodyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990d99;
	text-decoration: none;
}
.mainbodytitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990d99;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.mainbodySMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990D99;
	text-decoration: none;
}

.centrenavSMALL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.mainbodySMALLLINK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #990d99;
	text-decoration: underline;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #38B0C8;
	text-decoration: none;
}

.pinktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F15EA4;
	text-decoration: none;
}
.smallbluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #38B0C8;
	text-decoration: none;
}

a.smallbluelink:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #192A86; 
	text-decoration: none}
a.smallbluelink:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #192A86; 
	text-decoration: none}
a.smallbluelink:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #192A86; 
	text-decoration: none}
a.smallbluelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E30076;
	text-decoration: none
}
	
	a.bluelink:active {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #38B0C8;
	text-decoration: none
}
a.bluelink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #38B0C8;
	text-decoration: none
}
a.bluelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #38B0C8;
	text-decoration: none
}
a.bluelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none
}

a.topnav:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #1e1e51; 
	text-decoration: none}
a.topnav:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #1e1e51; 
	text-decoration: none}
a.topnav:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #1e1e51; 
	text-decoration: none}
a.topnav:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #38B0C8; 
	text-decoration: none}	
	
	
	a.centrenav:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none}
a.centrenav:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none}
a.centrenav:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFF; 
	text-decoration: none}
a.centrenav:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #1e1e51; 
	text-decoration: none}	

a.leftnav:active {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #091D76;
	text-decoration: none
}
a.leftnav:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #091D76; 
	text-decoration: none}
a.leftnav:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #091D76; 
	text-decoration: none}
a.leftnav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E2017B;
	text-decoration: none
}	
.SMALLwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.bodynav:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #660066; 
	text-decoration: none}
a.bodynav:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #660066; 
	text-decoration: none}
a.bodynav:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #660066; 
	text-decoration: none}
a.bodynav:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #38B0C8; 
	text-decoration: none}
.massboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px #FFFFFF;
}
.massbuttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-top-width: 2px;
}
a.newslink:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #660066; 
	text-decoration: underline}
a.newslink:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #660066; 
	text-decoration: underline}
a.newslink:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #660066; 
	text-decoration: underline}
a.newslink:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #38B0C8; 
	text-decoration: underline}

.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990d99;
	text-decoration: none;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990d99;
	text-decoration: none;
}

.newsbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990d99;
	text-decoration: none;
}

a.newsarchive:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #660066; 
	text-decoration: underline}
a.newsarchive:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #660066; 
	text-decoration: underline}
a.newsarchive:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #660066; 
	text-decoration: underline}
a.newsarchive:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #38B0C8; 
	text-decoration: underline}
.highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.highlights:active {  font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px;  
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none}
a.highlights:link {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none}
a.highlights:visited {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none}
a.highlights:hover {  font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #990d99; 
	text-decoration: none}
	
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.centrenavbackground {
	background-image: url(images/Footer.gif);
	background-repeat: no-repeat;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left top;
}

.formerror {  font-family:  Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #FF0000; text-decoration: none}
ul {
	padding-left:10px;
	margin-left:10px;
	padding-top:0px;
	margin-top:0px;/**/
	list-style-position: outside;
	list-style-image: url(images/blue-dot-menu.gif);  


}
.BlueBorder {
	border: 1px solid #37B0CB;
}


table.navigation1 {   border-color: #00CCFF;
    border-width: 0 0 1px 1px;
    border-style: solid;
}
table.navigation1 td {
	
	
	    border-color: #00CCFF;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
    background-color: #FFF;
	font-size:12px;
	color:#990099

}
table.navigation1 th { }

.CatBlank {
	text-indent: 15px;
	background-color: #fff;
	background-image:url(images/priceBack.jpg);
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;	
	}

.CatActive {
	text-indent: 15px;
	background-color: #FFF;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url(images/priceHigh.jpg);
	background-repeat: no-repeat;
	background-position: left center;	
	
	}
a.CatActive:active  {
color:#999999
}

a.CatActive:link  {
color:#999999}

a.CatActive:visited  {
color:#999999}

a.CatActive:hover  {
color:#999999}

