body {
	margin:0 auto;
	background-color:#196599;
	text-align: center;
}

table.head {
	border:0px;
	width:751px;
	height:85px;
	background-image:url("/adobe/images/top_bg.gif");
	background-repeat:no-repeat;
}

img {
	border:0px;
}

table.nav {
	border:0px;
	width:751px;
	height:17px;
	background-color:#000000;
}

.nav, .nav a{
	font-family:verdana, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.nav a:hover {
	color:#CC6600;
	text-decoration:none;
}

table.main {
	background-color:#FFFFFF;
	width:751px;
}

td.dots {
	background-image:url("/adobe/images/dot_bg.gif");
	background-repeat:none;
	font-family:arial, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#666666;
}

.title {
	font-family:verdana, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#00776B;
}

.subtitle {
	font-family:verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00776B;
}

p.copy {
	margin-top:20px;
}

.copy {
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

.copy a{
	font-family:verdana, sans-serif;
	font-size:12px;
	color:#CC6600;
	font-weight:bold;
	text-decoration:none;
}

.copy a:hover {
	text-decoration:underline;
}

.fine {
	font-family:arial, sans-serif;
	font-size:9px;
	color:#666666;
}

.footertext, .footertext a {
	font-family:arial, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}

.footertext a:hover {
	color:#CC6600;
	text-decoration:none;
}

.list {
	line-height:24px;
}

td.plans {
	background-image:url("/adobe/images/plan_bg.gif");
	height:26px;
	font-family:arial, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.info {
	font-family:arial, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	height:32px;
	vertical-align:bottom;
}

.dash {
	border-bottom: dashed 1px #999999;
}

.errorMessage {
	font-family:arial, sans-serif;
	font-size: 10pt;
	color: Red;
}
.toptext {
	FONT-SIZE: 16px; COLOR: #999999; LINE-HEIGHT: 18px; FONT-FAMILY: arial black, sans-serif
}

.firstline {
	FONT-SIZE: 24px; COLOR: #999999; FONT-FAMILY: arial black, sans-serif
}
.secondline {
	FONT-SIZE: 30px; COLOR: #000000; LINE-HEIGHT: 32px; FONT-FAMILY: arial black, sans-serif
}

.indent {
	margin-left: 20px
	
}



/* blue table part */

#bluetable
        {
      
        border:0;
        margin:0;
        text-align:center;
        font-family: verdana,arial,sans-serif;
        color:#545454;
        width: 480px;
        background-color: white;
        }

.blue table
        {
   
        padding: 0;
        margin: 0 auto;
        border-left: 1px solid #2B94D8;
        border-collapse:collapse;
        }



.blue th
        {
        font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        border-right: 1px solid #2B94D8;
        border-bottom: 1px solid #2B94D8;
        border-top: 1px solid #2B94D8;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #2B94D8 url() no-repeat;
        vertical-align:middle;
        }

.blue th a
        {
        text-decoration:none;
        color: #ffffff;
        }
.blue td a
        {
        text-decoration:none;
        color:#0A5A93;
        
        }

.blue td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
.blue td a:hover
        {    
        color:#a84444;
        border-bottom:1px dotted #a80000;
        }
		

		
.blue td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #2B94D8;
        border-bottom: 1px solid #2B94D8;
        border-left: 1px solid #2B94D8;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        font-weight:bold;
		text-align: center;
        }
.bluealt td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #2B94D8;
        border-bottom: 1px solid #2B94D8;
        border-left: 1px solid #2B94D8;
        padding: 6px 12px 6px 12px;
        background-color: #BED9ED;
        font-weight:bold;
		text-align: center;
        }


.bluealt td a
        {
        text-decoration:none;
        color:#0A5A93;
        
        }

.bluealt td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
.bluealt td a:hover
        {    
        color:#CC6600;
    
        }

tr.alt
        {
        background: #BED9ED;
        color: #797268;
        }
/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */
tr[class="alt"] td
        {
        background: #CEE4F5 url() no-repeat;
        }
td[class~="alt"]
        {
        background: #fff url() no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either */
.blue tbody tr.alt td:first-child
        {
        background: #3395DB url() no-repeat;
        font-weight:bold;
        }
.blue tbody tr td:first-child
        {
        background: #fff url() no-repeat;
        font-weight:bold;
        }
.bluealt tbody tr.alt td:first-child
        {
        background: #BED9ED url() no-repeat;
        font-weight:bold;
        }
.bluealt tbody tr td:first-child
        {
        background: #BED9ED;
        font-weight:bold;
        }
        
        

/* orange part */

#orangetable
        {
      
        border:0;
        margin:0;
        text-align:center;
        font-family: verdana,arial,sans-serif;
        color:#545454;
        width: 480px;
        background-color: white;
        }



.orange table
        {
   
        padding: 0;
        margin: 0 auto;
        border-left: 1px solid #FF9B24;
        border-collapse:collapse;
        }



.orange th
        {
        font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        border-right: 1px solid #FF9B24;
        border-bottom: 1px solid #FF9B24;
        border-top: 1px solid #FF9B24;
    
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #FF9B24 url() no-repeat;
        vertical-align:middle;
        }
		
.orange th a
        {
        text-decoration:none;
        color: #ffffff;
        }
.orange td a
        {
        text-decoration:none;
        color:#003366;
        
        }
.orange td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
.orange td a:hover
        {    
        color:#D09231;
        border-bottom:1px dotted #D09231;
        }
			
.orange td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #FF9B24;
        border-bottom: 1px solid #FF9B24;
        border-left: 1px solid #FF9B24;
        padding: 6px 12px 6px 12px;
        color: #4f6b72;
        font-weight:bold;
		text-align: center;
        }
.orangealt td
        {
        font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        border-right: 1px solid #FF9B24;
        border-bottom: 1px solid #FF9B24;
        border-left: 1px solid #FF9B24;
        padding: 6px 12px 6px 12px;
        background-color: #FFD97D;
        font-weight:bold;
		text-align: center;
        }
		
.orangealt td a
        {
         text-decoration:none;
        color:#003366;
        }
		
.orangealt td a:hover
        {    
        color:#2B94D8;
   
        }
        
tr.alt
        {
        background: #FFD97D;
        color: #797268;
        }
/* Poor old Internet Explorer has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used... */

/* Poor old Internet Explorer won't see the next two rules either */
.orange tbody tr.alt td:first-child
        {
        background: #3395DB url() no-repeat;
        font-weight:bold;
        }
.orange tbody tr td:first-child
        {
        background: #fff url() no-repeat;
        font-weight:bold;
        }
.orangealt tbody tr.alt td:first-child
        {
        background: #FFD97D url() no-repeat;
        font-weight:bold;
        }
.orangealt tbody tr td:first-child
        {
        background: #FFD97D;
        font-weight:bold;
        }
        
.plan {
	font-family:arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}



.plan a{
	font-family:verdana, sans-serif;
	font-size:10px;
	color:#CC6600;
	font-weight:bold;
	text-decoration:none;
}

.plan a:hover {
	text-decoration:underline;
}