/* Stylesheet written 29th January 2007 for VMS by Scott Tylor, Click Creative */

body
		{
		margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-image: url(../img/sidetile.gif);
		background-repeat: repeat-x;
		background-color: #000000;
		font-size: 10px;
		color: #CCCCCC;
		}
		
.topTable
		{
		height: 121px;
		background-image: url(../img/toptile.gif);
		background-repeat: repeat-x;
		}
		
.mainTable
		{
		height: 100%;
		background-color: #000000;
		}
		
.topFlash
		{
		width: 259px;
		}
		
.mainFlash
		{
		width: 513px;
		vertical-align: top;
		text-align: left;
		padding-top: 5px;
		}
		
.midSection
		{
		width: 425px;
		padding: 20px;
		padding-top: 28px;
		vertical-align: top;
		text-align: justify;
		}
		
.midHolder
		{
		width: 425px;
		padding: 0px;
		margin: 0px;
		border-spacing: 0px;
		border: none;
		vertical-align: top;
		text-align: justify;
		}

.content
		{
		padding-bottom: 40px;
		height: 225px;
		vertical-align: top;
		text-align: justify;
		}
		
.bottomLine
		{
		background-color: #00a5ef;
		height: 4px;
		}
		
.sidePanel
		{
		background-image: url(../img/sidetile.gif);
		background-repeat: repeat-x;
		}
		
.footer
		{
		font-size: 9px;
		color: #666666;
		vertical-align: top;
		text-align: right;
		padding-top: 4px;
		padding-bottom: 4px;
		}
		
h1
		{
		font-size: 11px;
		font-weight: bold;
		color: #00a5ef;
		}
		
h2
		{
		font-size: 10px;
		font-weight: bold;
		color: #00a5ef;
		}
		
h3
		{
		font-size: 10px;
		color: #00a5ef;
		}
		
h4
		{
		font-size: 10px;
		color: #ffffff;
		}
		
a
		{
		text-decoration: none;
		}
		
a:link
		{
		color: #00a5ef;
		border-bottom:1px dashed #00a5ef;
		}
		
a:active
		{
		color: #00a5ef;
		}
		
a:visited
		{
		color: #00a5ef;
		}
		
a:hover
		{
		color: #202020; 
		text-decoration:none;
		background-color: #d0d0d0;
		border-bottom:1px dashed #000000;
		}