.articlegroup {
	background : #F5F5F5;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;	
	font-weight : bold;
	color : #333333;
	text-align : center;
	font-style : italic;
}
.articletitle {
	border-top : 1px solid #E8E8E8;
	border-bottom : 1px solid #E8E8E8;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;	
	font-weight : bold;
	color : #333333;
	font-style : italic;
}

.articletext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : White;
	color : #333333;
}

.articlefooter {
	font-size : 9px;	
	color : #9F9F9F;
	background : #F5F5F5;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-style : italic;
}

.articlefooterlink {
	background : #F5F5F5;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;	
	font-weight : bold;
	color : #333333;
	text-decoration : none;
}

.articlefooterlink:HOVER {
	background : #F5F5F5;
	color : Black;
}

.wraprightbox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FFFAFA;
	color : #333333;
	float : right;
	clear : none;
	padding : 5;
	margin : 5;
	text-align : left;
	width : 170;
}
.floatbox {
	font-size:9pt;color:white;padding:7px;float:left;-moz-border-radius:.4em;background-color:#333;margin-right:10px;
}
.code {
        font-family : monospace;
        font-size : 12px;       
        background : #000000;
        color : #00FF00;
        clear : none; 
        padding : 5;
        margin : 15;
        text-align : left; 
}

