/**
 * Put here your Joomla's CSS rules
 */
.button {
	
         border:none;
	background:url(../images/botton_bg.png) top left no-repeat;
	width:128px;
	height:22px;
	
	color:#515151;
	padding:0;
	text-align:center;
         valign:top;
}

a {
	color:#066fa0;
	text-decoration:none;
}
a:hover,
.active a {
	text-decoration:underline;
}

.leading,
.article_column {
	overflow:hidden;
}

h1 {
	font-size:215%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:117%;
	color:#729f17;
}
h4 {
	font-size:100%;
	color:#ffae00;
}
h5 {
	color:#595959;
}

form dd {
	margin-left:50px;
	margin-bottom:0.5em;
}
form dd .inputbox {
	width:96%;
}