body {
	padding:0;
	margin:0;
	background-image: url(images/bkg1.gif);
	background-color: #004879;
	background-repeat: repeat;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#container {
	width: 950px;
	margin-left:auto; 
	margin-right:auto; 
	background-color:#fff;
}

h1,h2,h3,h4,h5,h6,p,td,th,ul,ol {text-align:left}

h1 {
	font-size: 26px
}
h2 {
	font-size: 20px;
	color: #000;
}
h3 {
	font-size: 16px
}
h4 {padding-top: 15px}

.header h1 {
	color:#D12026;
	font-size:24px;
	padding:0;
	margin:0;
	text-align:right

}
.header h2 {
	color:#0063A6;
	font-size:18px;
	padding:0 0 14px 0;
	margin:0;
	text-align:right;
	font-weight:normal
}

a {
	font-weight: bold;
}
a:link {
	color: #0063A6;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
}

p {
	font-size: 15px;
	text-align:left
}

.NavBar {padding-left: 20px; padding-right:20px}

.NavBar a, .NavBar p {
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
.footer {padding: 20px}

.footer p{
	color:#666;
	font-size:13px
}
.BHeading {
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0000FF;
	text-decoration: none;
	background-color: #CCCCCC;
}

.AHeading {
	font-size: 32px;
	color: #000000;
	font-weight: bolder;
	border: thick outset #FFFF00;
}

