*{
	margin: 0px;
	padding: 0px;
}

.label{
	width: 300px;
}

.form{
	margin-top: 10px;
}

.error_msg{
	font-weight: bold;
	color: #F00;
	margin: 10px;
}

.tableheader{
	width: 100%;
	height: 30px;
	background-image:url(../images/tableheader.png);
	background-repeat: repeat-x;
	border-bottom-style: solid;
	border-bottom-color: #460130;
	border-bottom-width: 1px;
	color: #FFFFFF;
	line-height: 30px;
	text-indent: 10px;
	text-align: center;
	font-size: 16px;
	font-weight:bolder;
	}
	
.article{
	border: 1px solid #460130;
	padding: 10px;
	margin-bottom: 5px;
	}

.article a{
	color: #460130;
	}
	
.article a:hover{
	color:#903;
	}

.article p{
	padding: 3px;
	}

.article img{
	width: 570px;
	padding: 5px;
	border: 1px solid #460130;
	}

.articletitle{
	font-weight: bold;
	display: block;
	width: 100%;
	border-bottom: 1px solid #460130;
	}

.articleitem{
	font-weight: bold;
	}

.articleitemsub{
	padding-left: 17px;
	margin-bottom: 10px;
	}

.articlesmallimg{}

.articlesmallimg img{
	width:250px;
	height:368px;
	margin: 11px;
	}
