html, body {
height:100%;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333; 
}

	#flashcontent {
		height: 100%;
		
	}

.ContentContainer { 
    width:600px; 
    position:absolute;
    left:50%;
    margin-left:-300px;  
	padding-bottom:40px;  
}

table,td {
    border:1px solid #ccc;
}

h1,h2 {border-bottom:1px solid #ccc;
    margin-top:3ex;
    padding-bottom:6px;
}

ul {padding-left:0}

ul li ul {padding-left:3em;
            list-style:circle;}

li.firstChild {
    font-weight:bold;
    list-style:none;
    padding:5px 0;
}

li.firstChild ul li {
	font-weight:normal;


	}

a {
    color:#003366;
    text-decoration:none;
}

a:hover { text-decoration:underline; }


h3 { margin-bottom:0; }

