DIV.custom { 

}

	DIV.custom H1 {
		font-size:24px;
		font-family: "Trebuchet MS", Verdana, Arial, san-serif;
		text-transform:uppercase;
		font-weight:normal;
		color:#fff;
		line-height:60px;
		padding-left:20px;
		height:60px;
		background-color:#323232;
		
	}

	DIV.custom .content {
		color: #323232;
		margin-right: 6px;
		margin-left: 0px;
		padding: 10px 20px 5px 20px;
		line-height: 15px;
		text-align: left;
		font-size: 10px;
		width: 250px;
		float: left;

	}
		DIV.custom .content H2 {
			font-size: 14px;
			text-align: left;
			line-height: 18px;
			margin-bottom: 20px;
		}
		DIV.custom .content SUP { font-size:9px; }
		DIV.custom .content P { margin:10px 0px; }
		DIV.custom .content EM { font-style: italic;}
		DIV.custom .content A { color: #D91318; text-decoration:underline; }
			DIV.custom .content A:hover { text-decoration:none; color:#fff; background: #323232; }
		DIV.custom .content UL { margin-left:30px; float: left; width: 270px;}
		DIV.custom .content UL LI {color: #de5824;}
		DIV.custom .sidemenu A { margin-left:0px;} 
		DIV.custom .sidemenu { margin-top:20px; padding-right:10px; }
	ol {
		margin-left:15px;
	}
	#notesList { margin:20px 0px;}
	#notesList TH {
		color: white;
		background-color:#323232;
		text-align:left;
		padding: 5px;
		
	}
	#notesList TR TD {
		border-bottom: 1px solid #CCC;
		padding:3px;
	}
	#notesList TR.odd {
		background-color:#DDD;
	
	}
	
	
	
	LABEL {font-weight:bold;}
	
	a:link{
	color:#000000;
	font-weight:bold;
	}
	a:visited{
	color:#000000;
	font-weight:bold;
	}
