body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #002B81;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/g11line01.gif);
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #330099;
}
.nav a:link, .nav a:visited, .nav a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.nav a:hover {
	text-decoration: underline;
	color: #330099;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	color: #000099;
}
h2 {
	font-size: 16px;
	color: #000099;
}
h3 {
	font-size: 14px;
	color: #000099;
}
.BkgTop {
	background: url(../images/bkg2.gif);
}
.TxtWhiteReg {
	color: #FFFFFF;
}
.TxtWhiteReg a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.TxtWhiteReg a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.TxtWhiteReg a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.TxtWhiteReg a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.TxtCopyright {
	font-size: 10px;
	color: #FFFFFF;
}
.txtBigItalOrange {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.txtBigItalBlue {
	font-size: 13px;
	font-style: italic;
	font-weight: bolder;
	color: #000099;
}
.GraphicBorder {
	border: 1px solid #000000;
}
.txtBigWhite_BlueBkg {
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 3px;
	background-color: #000099;
}
.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}