﻿	body { font-family: "Arial"; color: #000000; background-color: #993366; margin-top: 2em; }

	#wrapper
		{ 
			border-left:3px solid #333333; 
			border-right:6px solid #999999; 
			border-bottom:6px solid #999999; 
			border-top:3px solid #666666;
			padding-top: 1.5em;
			margin-top: 1.5em;
			margin-left: 1em;			
			margin-right: 1em;	
			background-color: #ffffff;
		}

	a:active { text-decoration: none; color: #0000ff; }
	
	a:visited { text-decoration: none; color: #0000ff; }
	
	a:link { text-decoration: none; color: #0000ff; }
	a:hover { color: #993366; text-decoration: underline; }

	#nav ul {text-align:center; font-size: 90%; margin-top: .25em; margin-bottom: .25em; }
	#nav ul li {display: inline; list-style-type: none; margin-right: 1em; }	
	#nav ul li a:active { text-decoration: none; color: #000; background: #ccc; border:3px solid #fff; border-color:#def #678 #456 #cde; padding: .25em .5em; }
	#nav ul li a:visited { text-decoration: none; color: #000; background: #ccc; border:3px solid #fff; border-color:#def #678 #456 #cde; padding: .25em .5em; }
	#nav ul li a:link { text-decoration: none; color: #000; background: #ccc; border:3px solid #fff; border-color:#def #678 #456 #cde; padding: .25em .5em; }
	#nav ul li a:hover { top:3px; left:3px; background-color:#936; color:#fff; border-color:#456 #cde #def #678; }

	.normalnav { padding: .5em; }	
	.smallnav { font-size: 85%; padding: 0em; }
	
	p 	{ margin-top: 1em; margin-bottom: -.5em; }
	h1 	{ font-weight: "lighter";  font-size: 180%; }
	h2 	{ font-weight: "lighter"; margin-top: .5em; font-size: 150%; }
	h3 	{ font-weight: "lighter"; margin: 1.25em 0 .2em 0; font-size: 140%; }
	h4 	{ font-weight: "lighter"; font-size: 120%; }
	h5 	{ font-weight: "lighter"; font-size: 100%; margin-top: 2em; margin-bottom: -.5em; }
	h6 	{ font-weight: "lighter"; font-size: 80%; }
	
	.centre	{ text-align: center }
	.small { font-size: 75%; }
	.vsmall { font-size: 60%; }
	.bold { font-weight: bold; }
	
	.indent_small { margin-left: 20px; }
	.outdent_small { margin-left: -15px; }
	.outdent_li2 { margin-left: -20px; }
	
	.nobotmar { margin-bottom: -.8em; font-size: 90%; }
	.notopmar { margin-top: -.8em; font-size: 90%; }
	.nobottopmar { margin: -.8em 0; font-size: 90%; }
	.botmarpoint5em {  margin-bottom: .5em;}
		
	.tag { font-size: 115%; color: #009900; margin: 0em 5% .5em 5%; }
	.con_top { font-size: 90%; margin: 1em 0% 1em 5%;}
	.more_top_mar { margin-top: 1.5em; }
	.con_bot { font-size: 110%; text-align: center; margin: .5em 0% .25em 0%;}
	
	.mandatory { color: #CC0000; }
	
	#ClaimsTable table { width: 84% }
	#ClaimsTable p { padding: 2px; margin: .1em 0; }

	.ClaimsTableHeader {
		border: 1px solid #ffffff;
		background-color: #993366;
		font-size: 90%;
		font-weight: bold;
		color: #ffffff;
		padding: 3px;
	}

	.ClaimsTableRow { border: 1px solid #000000; font-size: 75%; }
	.ClaimsOddRow { background-color: #ffcccc; }
	.ClaimsEvenRow { background-color: #ffaaaa; }