/* TEXT.CSS FOR WWW.RM-SOFTWARE.COM       */
/* Copyright ©2009 Jay Holyer-Riviere     */

/* order of margin: 0 0 0 0; */
/*                  top right bottom left */

/* Text Settings */

h1 {
	font-size: 17px;
	font-weight: bold;
        font-style: normal;
	margin: 10px;
	padding: 0;
	color: #5c7183;
}

h1.bloglink {
	margin: 10px 0 5px 0;
}

h1.pagehead {
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: bold;
	color: #5c7183;
}

h1 a {
	color: #3463ab;
	text-decoration: none;
}

h1 a:hover {
	color: #000000;
	text-decoration: none;
}

h2 {
	font-size: 15px;
	font-weight: 600;
        font-style: normal;
	margin: 10px 10px 0 15px;
	padding: 0 0 0 0;
	vertical-align: top;
}

h2.SLRight {
	height: 15px;
	font-size: 12px;
	margin: -25px 10px 10px 15px;
	text-align: right;
	vertical-align: middle;
	color: #b4caea;
}

h2.np {
	height: 15px;
	font-size: 10px;
	margin: -5px 10px -10px 45px;
	text-align: left;
	vertical-align: middle;
}

p {
	padding: 0 0 0 0;
	margin: 10px 10px 10px 10px;
}

p.one {
	margin: 10px 10px 10px 15px;
}

p.two {
	margin: 10px 10px 10px 10px;

}

p.by {
	margin: 0 0 0 15px;
	font: 12px;
}

p.georgia {
	margin: 0 0 0 15px;
	font: 12px Georgia;
}

p.announcement {
	background: #ffffbb;
	border: 1px solid #ffee5e;
	padding: 5px;
}

.hr {
	display: block;
	height: 1px;
	line-height: 1px;
	background-color: #e3e3e3;
	color: #636363;
	margin: 10px 10px 10px 10px;
	padding: 0;
}

.hr hr {
	display: none;
}

.hr2 {
	display: block;
	height: 1px;
	line-height: 1px;
	background-color: #c3c3c3;
	color: #636363;
	margin: 30px 0 10px 0;
	padding: 0;
}

.right {
	text-align: right;
}