BODY {
	margin: 0px;
	background-image: url("../Images/Layout/BG.gif");
	}
    
TABLE.BannerTable {
	width: 700px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	}
    
TABLE.ContentTable {
	background-image: url("../Images/Layout/TBG.gif");
	width: 704px;
	height: 600px;
	border-left: 2px solid black; 
	border-right: 2px solid black; 
	border-bottom: 2px solid black;
    }

TABLE.IntroTable {
	background-image: url("../Images/Layout/TBG.gif");
	width: 704px;
	height: 400px;
	border: 2px solid black; 
    }
    
TD.Footer { 
	font-size: 8pt;
	font-weight: bold;
	/*background-color: white; */
	}

TD.ContentTitle {
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	padding-top: 4pt;
	}

TD.Content {
	padding-left: 4pt;
	padding-right: 4pt;
	}
	
TABLE.Content {
	font-family: Arial;
	font-size: 10pt;
	}
	
TD.PaddedCell {
	padding-left: 4pt;
	padding-right: 4pt;
	vertical-align: top;
	}

TH.PaddedCell {
	padding-left: 4pt;
	padding-right: 4pt;	
	padding-bottom: 4pt;
	}
	
A {
	font-weight: bold;
	color: #444444;
	}
	
A.Navigation {
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	}
	
A.Navigation:Hover {
	text-decoration: underline;
	}

A.Alt {
	font-weight: bold;
	font-size: 8pt;
	color: green;
	text-decoration: none;
	}
	
A.Alt:Hover {
	text-decoration: underline;
	}
	
TD.SubNavigation {
	font-size: 8pt;
	}
	
TD.Bold {
	font-weight: bold;
	color: blue;
	}

TD.AltBold {
	font-weight: bold;
	}
	
INPUT {
	font-family: Arial;
	}	

TEXTAREA {
	font-family: Arial;
	}
	
TD.FinePrint {
	font-size: 8pt;
	font-weight: bold;
	}

TD.SmallPrint {
	font-size: 8pt;
	}
	
INPUT.SmallPrint {
	font-size: 8pt;
	}

SELECT.SmallPrint {
	font-size: 8pt;
	}
	
TD.Pic {
	border: 1px solid #00CCFF;
	}
