body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;

	margin:0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
}

.toplink-bg-left{ background-image:url(../images/butn-left.jpg); width:16px; height:89px; background-repeat:no-repeat; background-position:right;}
.toplink-bg-rite{ background-image:url(../images/butn-rite.jpg); width:16px; height:89px; background-repeat:no-repeat;}
.toplink-bg-mid{ background-image:url(../images/butn-mid.jpg); height:89px; background-repeat: repeat-x;}
.toplink-bg-line{ background-image:url(../images/butn-line.jpg); width:1px; height:39px; background-repeat: no-repeat;}


.top-links{ font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #ffffff;
	text-decoration:none;}

.txt-orng-24{ font-family: Calibri ;
	font-size: 24px;
	color: #cc3300;
	text-decoration:none;}

	

.txt-blue-16{ font-family: Arial, Helvetica, sans-serif ;
	font-size: 16px;
	color: #006699;
	text-decoration:none;}
/* image boder color CSS */	
.ImgBdr{border:2px solid #B9B9B9;}	
.ImgBdr1{border:1px solid #B9B9B9;}	
.ImgBdr3{border:4px solid #333333;}
/* Button CSS */
	
	.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2F6997; }
.btn.green { background: #339900; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2F6997; }
* html .btn.green { border-color: #339900; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

p { clear: both; padding-bottom: 2em; }
form { margin-top: 0px; }
form p .btn { margin-right: 1em; }
textarea { margin: 1em 0;}







