.container {
	width: 100%;
	background-color: #fff;
	margin: 0px 0px;
	}

.containertop {
	background-image: url(../images/tr.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

.containerbottom {
	background-image: url(../images/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
   }
   
.clearit {
	display: block;
	clear: both;
	}
.blockquote {
	width: 215px;
	padding: 10px;
	margin: 0px 10px;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 90%;
	background: url(../images/bg_block-quote.gif) no-repeat;
	}
.ul {
	list-style-image: url(../images/arrow-round.gif);
	list-style-position: outside;
	font: 75% Verdana;
	text-align: left;
	list-style-type: none;
	margin: 5px 10px 10px 45px;
	}	
.ul2 {
	list-style-image: url(../images/arrow-dot_blue.gif);
	list-style-position: outside;
	font: 70% Tahoma;
	text-align: left;
	margin: 5px 0px 10px 35px;
	list-style-type: none;
  	}
.tableright {
	font-size: 75%;
	line-height: 20px;
	}
.leftimage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 80%;
	margin: 0px 10px;
	}
.rightimage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 80%;
	margin: 0px 10px;
	}
.title {
	font-size: 70%;
	color:#999999;
	font-variant: small-caps;
	letter-spacing:2px;
	}
.divide {
	font-size: 80%;
	}
