body
{
	background: white;
	margin-left: 10px;
	font-family: Arial;
	color: black;
	background-image: url('jpg/seal_bk.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 120px 150px;
}
			
body.banner
{
	margin: 0px 0px 0px 10px;
	background-color: #FFFFFF;
	background-image: none;
}

body.entry
{
	background-position: center;
}

a:link, a:visited
{
	color: blue;
	text-decoration: underline;
}

a:hover, a:active
{
	color: blue;
	text-decoration: none;
}
			
a.pay_button
{
	display: block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #660000;
  background-color: #990000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

a.pay_button:hover, a.pay_button:active
{
	border-color: #990000;
	background-color: #CC0000;
	color: #FFFFFF;
}

.copyright
{
	text-align: center;
	font-size: 8pt;
	color: black;
}
		
.section
{
	background: #000099;
	color: white;
	font-weight: Bold;
	font-size: 12pt;
	line-height: 25pt;
	text-decoration: underline;
}

.left
{
	text-align: left;
	font-size: 10pt;
	text-indent: 25px;
}

.right
{
	text-align: right;
	font-size: 10pt;
	text-indent: 25px;
}

.text1
{
	color: black;
	font-size: 10pt;
}

.text2
{
	color: #666666;
	font-size: 10pt;
}

.text3
{
	text-align: left;
	font-size: 8pt;
	color: black;
}
		
.text4
{
	color: black;
	font-size: 12pt;
	font-style: normal;
  text-align: justify;
	margin-right: 15px;
	margin-left: 15px;
}
	
.textr
{
	color: #CC0000;
}

.header
{
	font-size: 14pt;
	text-align: center;
	color: red;
}
		
.info
{
	font-size: 10pt;
	text-align: center;
	color: black;
}

.links
{
	font-size: 8pt;
}
			
#main-cont
{
	width: 550px;
}

#bann_div
{
	width: 757px;
	height: 122px;
	background-image: url('jpg/banner_full.jpg');
}