/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#444444;
	border:0px;
	line-height:19px;
	}

body p {
	margin-bottom:1.5em;
	margin-top:1.5em;
	}
	
img {
	display:inline;
	border:0;
	padding:0;
	} 

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.2em;
	color:#006496;
	}

h2 {
	font-size:1.1em;
	color:#C86432;
	}	

h1.LeftContainer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#444444;
	}

tr {
	vertical-align:top;
	}

table {
	border-collapse:collapse;
	border:0px;
	}

ul {
	list-style:disc;
	color:#444444;
	}

hr {
	margin-top:1em;
	margin-bottom:1em;
	}

a {
	text-decoration:none;
	color:#333399;
	border-bottom:dashed 1px #999999;
	}

a:hover {
	text-decoration:underline;
	border-bottom:none;	
	}

a:visited {
	text-decoration:none;
	color:#993333;
	border-bottom:dashed 1px #999999;
	}

.LogoOrange {
	color:#CC6633;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:87%;		
	}

.LogoBlue {
	color:#333366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:77%;	
	}
	
.note {
	font-size:90%;
	}

.redText {
	color:#990000;
	}