@charset "utf-8";
/* CSS Document */

body		{
			background-image: url(images/bg_gradient.gif);
			background-repeat: repeat-x;
			background-color: #3c5e91;
			color: #1d4b7f
			}
A:link		{
			text-decoration: underline;
			color: #1d4b7f
			}
A:visited	{
			text-decoration: underline;
			color: #1d4b7f
			}
A:hover		{
			text-decoration: none;
			color: #f00
			}
A:active	{
			text-decoration: underline;
			color: #f00
			}
A.footer:link	{
				text-decoration: underline;
				color: #fff
				}
A.footer:visited{
				text-decoration: underline;
				color: #fff
				}
A.footer:hover	{
				text-decoration: none;
				color: #cf0000
				}
A.footer:active	{
				text-decoration: underline;
				color: #fff
				}
hr	{
	color: #1d4b7f;
	width: 95%;
	size: 3;
	}
p,ul	{
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		padding: 0 5px 0;
		}
li	{
	color: #1d4b7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 5px 0;
	margin: 0 0 0 20px;
	}
.boldtext	{
			font-weight: bold;
			}
.centext	{
			text-align: center;
			}
.footer	{
		color: #ffffff;
		text-align: center;
		font-family: Times New Roman,serif;
		font-style: italic;
		font-size: .9em
		}
.header	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .9em;
		font-weight: bold;
		font-style: italic;
		color: #1d4b7f;
		padding: 5px;
		}
.info	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		color: #000000;
		padding: 0 6px 0;
		}
.italtext	{
			font-style: italic;
			}
.lftimg	{
		text-align: center;
		vertical-align: top;
		}
.rtext	{
		text-align: right;
		}
