/* CSS Document */

body
{
	margin: 0px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #001C4B;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}

td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

a:link
{
	color: #003366;
	text-decoration: underline;
}

a:visited
{
	color: #003366;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a.white:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover
{
	color: #5E708D;
	text-decoration: underline;
}

a.resume:link
{
	text-decoration: none;
}

a.resume:visited
{
	text-decoration: none;
}

a.resume:hover
{
	text-decoration: none;
}

.center
{
	background-image: url("images/bg-bottom-center.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-left: 20px;
	padding-right: 20px;
}

.t1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-align: justify;
}

.t2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}

.copy
{
	color: #FFFFFF;
}

.bg_news
{
	background-image: url("images/news.gif");
	background-repeat: no-repeat;
}

.cell
{
	width: 100%;
	background-color: #FFFFFF;
}

.justify
{
	text-align: justify;
}