/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#949494;
	line-height:16px;
	background:#E5E9EC;
	background-image:url(images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}
a
{
	color:#949494;
	text-decoration:none;

}

a:link
{
	color:#949494;
	text-decoration:none;

}

a:hover
{
	color:#012C41;
	text-decoration:underline;

}


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

.bullets
{
	color:#012D42;
	text-decoration:none;

}

.bullets a
{
	color:#012D42;
	text-decoration:none;

}

.bullets a:link
{
	color:#012D42;
	text-decoration:none;

}

.bullets a:hover
{
	color:#FF6600;
	text-decoration:underline;

}
	.bullets ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-bottom:15px;
	}
	
	.bullets li
	{
		background:url(images/arrow.jpg) 0px 10px no-repeat;
		padding-left:20px;
		padding-top:5px;
		padding-bottom:5px;
		border-bottom:1px dotted #A2A2A2;
		
	}

.bullets2
{
	color:#012D42;
	text-decoration:none;

}

.bullets2 a
{
	color:#012D42;
	text-decoration:none;

}

.bullets2 a:link
{
	color:#012D42;
	text-decoration:none;

}

.bullets2 a:hover
{
	color:#FF6600;
	text-decoration:underline;

}
	.bullets2 ul
	{
		padding:0px;
		margin:0px;
		list-style:none;
		padding-bottom:15px;
	}
	
	.bullets2 li
	{
		background:url(images/arrow.jpg) 0px 10px no-repeat;
		padding-left:20px;
		padding-top:5px;
		padding-bottom:5px;
		
		
	}

.txtblue
{
	color:#012C41;
}
.txtblue a
{
	color:#012C41;
}

.txtblue a:link
{
	color:#012C41;
}

.txtblue a:hover
{
	color:#FF6600;
	text-decoration:underline;
}

.graytxt
{
	color:#949494;
	line-height:normal;

}

.graytxt a
{
	color:#949494;
	line-height:normal;
	text-decoration:none;

}

.graytxt a:link
{
	color:#949494;
	line-height:normal;

}

.graytxt a:hover
{
	color:#012C41;
	line-height:normal;
	text-decoration:underline;

}

.border-right
{
	border-right:1px solid #DBDBDB;
}

.border-bottom
{
	border-bottom:1px solid #DBDBDB;
}

.border-bottom-green
{
	border-bottom:1px solid #D9E3A6;
}


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