body {
	font-family: Verdana, "Courier New", Tahoma, sans-serif;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	background:#DDDDDD;
	width:1000px;
}

h1 {
	color:#25385F;
	font-family: Georgia, Verdana, Tahoma, serif;
	font-size: 15pt;
	font-weight: bolder;
}

h2 {
	color: #0080ff;
	font-family: Verdana, Tahoma;
	font-size: 13pt;
	font-weight: 600;
}

h3 {
	color:#6093A4;
	font-family: sans-serif,Courier,Tahoma;
}

blockquote {
	font-family: Tahoma;
	font-style: italic;
}

hr{
	outline-color: #c0c0c0;
	outline-style:dotted;
	outline-width: 1px;
}

.textHead{
	font:"Courier New", sans-serif, monospace;
	font-size:12px;
	font-weight:bold;
}

.textBlur{
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

.linebottom {
	border-bottom-color: #c0c0c0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	outline-color: #c0c0c0;
	outline-style: dotted;
	outline-width: 1px;
}

.linetop {
	border-top-color:#FF0000;
	border-top-color: dotted;
	border-top-color: 1px;
	outline-color: #c0c0c0;
	outline-style: dotted;
	outline-width: 1px;
}

.lineleft {
	border-left-color: #c0c0c0;
	border-left-style: dotted;
	border-left-width: 1px;
	outline-color: #c0c0c0;
}

.lineright {
	border-right-color: #c0c0c0;
	border-right-style: dotted;
	outline-color: #c0c0c0;
}

.table_noline {
	background-color:#FFFFFF;
	border-color: transparent;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;	
	outline-color:#99FF00;
}

.table_withline {
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;	
}

.left_panel{
	background-color:#FF9900;
	margin: 5px 5px 5px 5px;
	padding: 15px 15px 15px 15px;	
}

.right_panel{
	background-color:#D9DDE9;
	margin: 5px 5px 5px 5px;
	padding: 15px 15px 15px 15px;
}

.bottom_panel{
	background-color:#F3D3B4;
}

.row_mixcolor{
	background-color:#D9DDE9;
}

.text_lime_bg{
	background-color:#CDEB8B;
}

.image_border{
	margin:0px auto;
	width:inherit;
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
	border: #B9C8F4 3px double;
	font-size:12px;
}

/*##############################*/
/*//Lime_round shape background*/
/*##############################*/
/* set millions of background images */
.lime_rbroundbox { background: url(nt.gif) repeat; }
.lime_rbtop div { background: url(tl.gif) no-repeat top left; }
.lime_rbtop { background: url(tr.gif) no-repeat top right; }
.lime_rbbot div { background: url(bl.gif) no-repeat bottom left; }
.lime_rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.lime_rbtop div, .lime_rbtop, .lime_rbbot div, .lime_rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.lime_rbcontent { margin: 0 7px; }
.lime_rbroundbox { width: 100%; margin: 1em auto; }
/*##############################*/

/*##############################*/
/*//Aqua_round shape background*/
/*##############################*/
/* set millions of background images */
.right_rbroundbox { background: url(right_nt.gif) repeat; }
.right_rbtop div { background: url(right_tl.gif) no-repeat top left; }
.right_rbtop { background: url(right_tr.gif) no-repeat top right; }
.right_rbbot div { background: url(right_bl.gif) no-repeat bottom left; }
.right_rbbot { background: url(right_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.right_rbtop div, .right_rbtop, .right_rbbot div, .right_rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.right_rbcontent { margin: 0 7px; }
.right_rbroundbox { width: 100%; margin: 1em auto; }
/*##############################*/