body {
	background-color: #00247b;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/gateway/images/background_grid.gif);
	background-position: top;
	background-repeat: repeat-x;
}
a {
	color: #003399;
}
a:hover {
	color: #FF4400;
}
h1{
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.wrap {
	margin: auto;
	width: 750px;
	text-align: center;
	border: 2px solid #FFFFFF;
}
.header {
}
.header img {
	display: block;
}
.nav {
	background-color: #003399;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FF4400;
	padding: 5px 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.media {
	width: 360px;
	float: right;
	text-align: right;
	position: relative;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
	text-align: left;
}
.content p {
	line-height: 125%;
}
.footer {
	color: #FFFFFF;
	padding: 5px 0px;
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #FF4400;
	background-color: #003399;
}
.copyright {
	font-size: 9px;
}
.flash{
	margin: 0px;
	background-color: #003399;
	background-image: url('');
}
.flash a{
	color: #FFFFFF;
	text-decoration: none;
}
.flash a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
text-decoration: underline;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
background-color: #003399;
border-bottom: 2px solid #FF6600;
padding: 3px;
color: #FFFFFF;
}
div.eg-bar{
width: 500px;
}
.icongroup1{
width: 500px;
}
.giv_title{
font-size: 16px;
}
.giv_payment{
font-size: 10px;
}