/* CSS Document */

body 	{ 
	background-color:#A5CBD9;
	}

td.copy {
	background-color:#A5CBD9;
}

td.sidenav {
	background-color:#EDEBD4;
}

td.footer {
	background-color:#3C1107;
}

b	{
	font-weight:bold;
	}

i	{
	font-style:italic;
	}

.copy  {
	font-family:georgia;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#3C1107;
	}
	
.copy A	{
	color:#CC0000;
	text-decoration:none;
	border-bottom:1px dotted #3C1107;	
	}

.copy A:hover	{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #3C1107;	
	}
	
.headline	{
	font-family:georgia;
	font-size:25px;
	line-height:25px
	color:#3C1107;
	font-weight:normal;
	}
.title	{
	font-family:georgia;
	font-size:18px;
	color:#EF1209;
	text decoration:none;
	font-weight:normal;
	}
	
.title A	{
	text decoration:none;
	}
	
.title A:hover	{
	text decoration:none;
	}

.title2	{
	font-family:georgia;
	font-size:14px;
	color:#EF1209;
	text decoration:none;
	font-weight:normal;
	}
	
.sidenav	{
	font-family:georgia;
	font-size:10px;
	line-height:16px;
	color:#3C1107;
	}
	
.sidenav A	{
	color:#EF1209;
	text-decoration:none;
	border-bottom: 1px dotted #3C1107;
	}

.sidenav A:hover	{
	color:#669999;
	text-decoration:none;
	border-bottom: 1px dotted #3C1107;
	}
	
.subhead	{
	font-family:georgia;
	font-size:18px;
	line-height:20px
	color:#3C1107;
	font-weight:normal;
	}

.footer	{
	font-family:georgia;
	font-size:10px;
	line-height:14px;
	font-weight:normal;
	color:#EDEBD4;
	}

.footer A	{
	color:#EDEBD4;
	text-decoration:none;
	border-bottom:1px dotted #EDEBD4;
	}
	
.footer A:hover	{
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #EDEBD4;
	}