body
{
	margin: 0;
	font-size: 13px;
	font-family: Arial, Verdana, Tahoma;
	line-height: 18px;
	color: #444;
	background-color: #bbb;
}

td
{
	font-size: 11px;
	line-height: 18px;
	font-family: Verdana, Tahoma;
	text-align: left;
}

/* =Backgrounds
-------------------------------------------------------------------*/
.line
{
	background: url(../images/dotline.jpg) no-repeat top center;
	width: 780px;
	height: 14px;
}

.bannerbg
{
	background: url(../images/bannerbg.jpg) repeat-y top left;
	width: 780px;
	height: 85px;
}

.imgbg2
{
	background: url(../images/imagebg.jpg) no-repeat bottom right;

	
}
.leftnav
{
	background: url(../images/navbg.jpg) no-repeat top right;
	padding: 0 8px 8px 200px;
	margin: 0 5px 5px 0;
}



.footerbg
{
	background: url(../images/footer.jpg) no-repeat top left;
	width: 780px;

}

.content
{

	padding: 0 5px 0 15px;

}

.contentright
{

	padding: 0 10px 0 0;

}
.contentrightinner
{

	padding: 5px;

}

/* =listing
------------------------------------------------------------------ */
ul.forall
{
	list-style-image: url(../images/arrow.gif);
	margin: 0 0 20px 10px;


}




ol
{
	margin: 10px 0 0 30px;
}


/* heading
------------------------------------------*/


h1
{
	margin: 0;
	font: bold 16px  arial;
	color: #fff;
	padding: 25px 0 2px 50px;
	text-decoration: none;

}


h2
{
	margin: 0;
	font: normal 12px  arial;
	color: #fff;
	padding: 0 0 25px 50px;
	text-decoration: none;

}

h3
{
	margin: 0;
	font: bold 12px  arial;
	color: #003399;
	padding: 10px 0 5px 5px;
	text-decoration: none;
	border-bottom: 1px solid #003399;
}

h4
{
	margin: 0;
	font: bold 13px  arial;
	color: #CC0033;
	padding: 10px 0 5px 0;
	text-decoration: none;

}

h5
{
	margin: 0;
	font: normal 11px  verdana;
	color: #055df0;
	padding-bottom: 5px;
	text-decoration: none;

}

h6
{
	margin: 0;
	font: bold 13px  arial;
	color: #003399;
	padding: 10px 0 5px 0;
	text-decoration: none;

}


.hori
{
	margin: 0;
	color: #003399;
	size: 1px;
	height: 1px;
	
}

hr

{
	margin: 0;
	color: #003399;
	size: 1px;
	height: 1px;
	
}




/* =Links
------------------------------------------------------------------ */
a
{
	/*color: #1576ee;*/
	color:#333;
	text-decoration: none;
}

a:hover, a:focus
{
	color: #46465E;
	text-decoration: underline;
}

a.more
{
	color: #C40F2E;
	text-decoration: none;
}

a.more:hover, a.more:focus
{
	color: #C40F2E;
	text-decoration: underline;
}


a.archive
{
	color: #003399;
	text-decoration: underline;
}

a.archive:hover, a.archive:focus
{
	color: #003399;
	text-decoration: underline;
}


a.read
{
	color: #FF6600;
	text-decoration: none;
}

a.read:hover, a.read:focus
{
	color: #FF6600;
	text-decoration: none;
}


/* =Image
------------------------------------------------------------------ */
.imgL
{
	float: left;
	background: url(../images/imagebgR.jpg) #fff no-repeat bottom right;
	padding: 0 8px 8px 0;
	margin: 0 5px 5px 0;
}

.imgR
{
	float: right;
	background: url(../images/imagebgL.jpg) #fff no-repeat bottom left;
	padding: 0 0 8px 8px;
	margin: 0 5px 5px 0;
}


/* =Table
------------------------------------------------------------------ */

table.dataTable
{
	padding: 5px;
	border: 1px #aaa solid;
	border-collapse: collapse;


}
table.dataTable tr td
{
	padding: 2px;
	font-size: 10px;


}

table.dataTable tr.rowtitle td
{
	font-weight: bold;
	background-color: #003399;
	color: #fff;
}

table.dataTable tr.row td
{
	background-color: #ddd;
	font-weight: bold;
}

table.dataTable tr.row2 td
{
	background-color: #eee;
}

/* =Form Properties
------------------------------------------------------------------ */

input
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #ccc;
}

select
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
}

textarea
{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #000;
	border: 1px solid #ccc;
	overflow: auto;
	
}

.btn
{
	font-weight: bold;
	border: 1px solid #888888;
	background-color: #0062AD;
	color: #fff;
	padding: 3 0 3 0px;
}

.noborder
{
	border: none;
}












