div.content { width: 630px; }

.topdir {
        background: #ffffff;
        border-color: #999999;
        border-width: 1px 0px 1px 1px;
        border-style: solid solid solid solid;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        color: #006699;
}
.topdir:hover {
        color: #ffffff;
        background: #006699;
}

.topinfo {
        background: #222222;
        border-color: #000000;
        border-width: 1px 0px 1px 1px;
        border-style: solid solid solid solid;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
}

div.sn2 { 
	background-color: #222222;
}

h1 { 
	margin-bottom: 12px; 
	border-color: #333333; 
}

hr.sectionbreak { 
	height: 1px;
	line-type: solid;
	color: #003366;
	margin-bottom: 5px;
}
div.sectiontitle { 
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
div.sectionsubtitle { 
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	padding-bottom: 10px;
}
p.para {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 12px;		
	color: #333333;
}

div.notice {
	background-color: #ffffee; 
	border: 1px solid #ddddcc; 
	padding: 10px;
	margin: 10px;
}
