﻿/* CSS Document */

/* Layout */
		html, body {
			height:100%;
			margin:0;
			padding:0;
			border:none;
			text-align:center;
			background-color: #485162;
			font-family:Arial, Helvetica, sans-serif;
			}
		table.main {
			width: 100%;
			height: 100%;
			/*border-color: #CCFFFF;*/
			border-style: none;
			border-collapse: collapse;
			}
		table.content {
			width: 100%;
			/*height: 100%;*/
			border-collapse: collapse;
			border-style:none;
			padding: 0;
			margin: 0;
		}
		table.tester {
			border-style: solid;
		}
		td.AA {
			width: 2px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/A.jpg');
		}
		td.BB {
			width: 8px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/B.jpg');
			background-repeat: repeat-x;
			background-color: #111111;
		}
		td.CC {
			width: 435px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/C.jpg');
			background-repeat: repeat-x;
			background-color: white;
			vertical-align: top;
			padding: 10px;
		}
		td.DD {
			width: 10px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/B.jpg');
			background-repeat: repeat-x;
			background-color: #111111;
		}
		td.EE {
			width: 435px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/C.jpg');
			background-repeat: repeat-x;
			background-color: white;
			vertical-align: top;
			padding: 10px;
		}
		td.FF {
			width: 8px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/B.jpg');
			background-repeat: repeat-x;
			background-color: #111111;
			vertical-align: top;
		}
		td.GG {
			width: 2px;
			height: 440px;
			background-image: url('http://72.167.119.53/Support/images/table_content/G.jpg');
		}
		td.HH {
			width: 40px;
			height: 40px;
			background-image: url('http://72.167.119.53/Support/images/table_content/H.jpg');
		}
		td.II {
			width: 375px;
			height: 40px;
			background-image: url('http://72.167.119.53/Support/images/table_content/I.jpg');
		}
		td.JJ {
			width: 70px;
			height: 40px;
			background-image: url('http://72.167.119.53/Support/images/table_content/J_landing.jpg');
		}
		td.KK {
			width: 375px;
			height: 40px;
			background-image: url('http://72.167.119.53/Support/images/table_content/I.jpg');
		}
		td.LL {
			width: 40px;
			height: 40px;
			background-image: url('http://72.167.119.53/Support/images/table_content/L_landing.jpg');
		}
		td.QQ {
			width: 40px;
			height: 30px;
			background-image: url('http://72.167.119.53/Support/images/table_content/Q_landing.jpg');
			background-repeat: no-repeat;
		}
		td.RR {
			width: 820px;
			height: 30px;
			background-image: url('http://72.167.119.53/Support/images/table_content/R.jpg');
			background-repeat: repeat-x;
			padding: 0;
		}
		td.SS {
			width: 40px;
			height: 30px;
			background-image: url('http://72.167.119.53/Support/images/table_content/S_landing.jpg');
			background-repeat: no-repeat;
		}
		td.heading {
			/*height: 50px;
			vertical-align: top;*/
			text-align: left;
		}
		
/* Paragraph */

		p {
			text-align: left;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 14pt;
			color: #323845;
		}
		p.footer {
			text-align: center;
			color: white;
			font-size: 14px;
			margin: 0;
		}
		ul {
			text-align: left;
		}
		
/* Links */

		a:link {
			color:#990000;
			text-decoration:none;
			font-weight:bold;
		}
		a:visited {
			color:#990000;
			text-decoration:none;
			font-weight:bold;
		}
		a:hover {
			color:#990000;
			text-decoration:underline;
			font-weight:bold;
		}
		a:active {
			color:red;
			text-decoration:underline;
			font-weight:bold;
		}
		a.footer:link {
			color:white;
			text-decoration:none;
			font-weight: normal;
		}
		a.footer:visited {
			color:white;
			text-decoration:none;
			font-weight:normal;
		}
		a.footer:hover {
			color:white;
			text-decoration:underline;
			font-weight:normal;
		}
		a.footer:active {
			color:black;
			text-decoration:underline;
			font-weight:normal;
		}
		a.sidemenu:link {
			color:#990000;
			text-decoration:none;
			font-weight: normal;
		}
		a.sidemenu:visited {
			color:#990000;
			text-decoration:none;
			font-weight:normal;
		}
		a.sidemenu:hover {
			color:#990000;
			text-decoration:underline;
			font-weight:normal;
		}
		a.sidemenu:active {
			color:red;
			text-decoration:underline;
			font-weight:normal;
		}
