@import url(layout.css);
@import url(nav.css);
body {
	margin: 20px;
	background: #fff url(../images/bg.jpg) repeat;
	color: #54718D;
	font: 13px/1.5em "Trebuchet MS", arial, sans-serif;
}
hr {
	color: #D5DDE6;
}

#content > hr {
	height: 15px;
	width: auto;	
	background: transparent url(../images/hr.gif) no-repeat top center;
	margin: 5px;
	padding: 10px;
	border: 0;
}
h3, h4 {
	color: #99ADC2;
}
h3 {	
	font: normal 18px "Trebuchet MS", arial, sans-serif;
}
h4.align_right {
	text-align: right;
	font: bold italic 18px "Trebuchet MS", arial, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;
}
#smform {
	background: #fff;
	border: 1px solid #D5DDE6;
	margin: 10px;
	padding: 10px 15px;
	text-align: right;
	width: 350px;
}
#smform div {
	margin: 5px 0;
}
#smform label{
	vertical-align: top;
}
#smform label.required{
	font-weight: bold;
}
#smform span{
	padding: 10px 5px 10px 5px;
}
#smform input.t {
	padding-left: 2px;
	border: 1px inset #99ADC2;
	color: #54718D;
}
#smform input.t:focus, #smform textarea.t:focus, #smform select.t:focus {
	color: #54718D;
	background-color: #D5DDE6;
	border: 1px solid #99ADC2;
}
#smform input.submit {
	border: 1px outset #99ADC2;
	background: #D5DDE6;
	color: #54718D;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #DBE2EA;
}
#content a:link, #content a:visited {
	color: #54718D;
}
#content a:active, #content a:hover {
	color: #334455;
}
.txtr { 
	text-align: right;
	margin-top: 0;
	padding-top: 0;
 }
