/* Stylesheet written by Scott Tylor, Click Creative, for Secure Cash web site */

body
		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #222222;
		background-color: #0e0e0e;
		margin: 0px;
		padding-top: 16px;
		}
		
.mainTable
		{
		width: 800px;
		background-image: url(../img/mainTile.gif);
		background-repeat: repeat-y;
		}
		
.topPanel
		{
		height: 235px;
		background-image: url(../img/secureTopPanel.gif);
		background-repeat: no-repeat;
		padding-top: 4px;
		}
		
.menuPanel
		{
		height: 26px;
		}
		
.content
		{
		height: 300px;
		padding: 30px;
		padding-top: 24px;
		background-image: url(../img/thinLine.gif);
		background-repeat: no-repeat;
		vertical-align: top;
		text-align: justify;
		}
		
.bottomPanel
		{
		height: 66px;
		background-image: url(../img/bottomPanel.gif);
		background-repeat: no-repeat;
		text-align: right;
		vertical-align: top;
		color: #FFFFFF;
		padding-top: 6px;
		padding-right: 14px;
		}
		
a
		{
		text-decoration: none;
		}
		
a:link
		{
		color: #7E4216;
		}
		
a:visited
		{
		color: #7E4216;
		}
		
a:active
		{
		color: #7E4216;
		}
		
a:hover
		{
		color: #f2a058;
		}
		
h1
		{
		font-size: 12px;
		color: #f2a058;
		font-weight: bold;
		}
		
h2
		{
		font-size: 10px;
		color: #f2a058;
		font-weight: bold;
		}
		
h3
		{
		font-size: 10px;
		color: #f2a058;
		}
		
h4
		{
		font-size: 12px;
		color: #333333;
		}
		
li
		{
		padding-bottom: 10px;
		}