/*  Cybertek  */

body 	{
		background: url(images/pgbck.gif);
		margin:0; 
		}

table 	{ 
		font-family: Arial; 
		font-size: 10pt; 
		color: #000000;
		background-color:#FFFFFF; 
		}
a:link	{ 
		font-family: Arial; 
		font-size: 10pt; 
		color: #CC0000; 
		text-decoration:none 
		}
		
a:visited	{ 
			font-family: Arial; 
			font-size: 10pt; 
			color: #CC0000; 
			text-decoration:none 
			}

a:hover 	{ 
			font-family: Arial; 
			font-size: 10pt; 
			color: #FF0000; 
			text-decoration:underline; 
			}

h3		{ 
		font-family: Arial; 
		font-size: 18pt; 
		color: #8A191B; 
		}
		
#right
{
float: right;
width: 200px;
padding-right: 20px;
margin-right: 10px;
}		
		
#pageHeadings h3
				{
				width: 400px;
				height: 40px;
				font-size: 14px;
				font-weight: bold;
				padding-left: 70px;
				padding-top: 12px;
				text-transform: uppercase;
				color: #ffffff;
				background: url(images/h_bck.jpg) no-repeat
				}		

td.content	{
            border-left: 1px solid #BBB;
            border-right: 1px solid #BBB;
            font-family: Arial;
			font-size: 10pt;
			color: #000000;
			padding-top: 10px;
			padding-right: 10px;
			padding-left: 10px;
			}

td.footer	{
			height: 15px;
			width: 800px;
    		background: url(images/footer.jpg) no-repeat; 
			font-family: Arial; 
			font-size: 8pt; 
			color: #ffffff; 
			background-color:#8A191B;
			text-align:center; 
			}

td.footer	a:link	{
					color:#ffffff; 
					font-family: Arial; 
					font-size: 8pt; 
					text-decoration:none
					}
td.footer	a:hover	{
					color:#000000; 
					font-family: Arial; 
					font-size: 8pt; 
					text-decoration:underline
					}
					
td.footer	a:visited	{
						color:#000000; 
						font-family: Arial; 
						font-size: 8pt; 
						text-decoration:none
						}

