/* CSS Document */
body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.mainpageBG
{
	background:url(images/bg-repeat.jpg) top left repeat-x;
}

.innerpageBG
{
	background:url(images/inner-page-bg.jpg) top left repeat-x;
}

.txtgray13
{
	font-size:13px;
	color:#333;
	line-height:17px;
}

.txtgray13 a
{
	font-size:13px;
	color:#063170;
	line-height:17px;
	text-decoration:none;
}

.txtgray13 a:hover
{
	font-size:13px;
	color:#777;
	line-height:17px;
}

	.txtgray13 ul
	{
		padding:0px;
		margin:0px;
		padding-left:30px;
		line-height:25px;
	}

.txtblue
{
	font-size:13px;
	color:#063170;
}

.heading1
{
	font-size:24px;
	color:#063170;
}

hr
{


}