/* GENERIC CONTENT STYLES
-------------------------------------------------*/
.generic-content-block td,
.generic-content-block th {
	font-size:1.2em;
	line-height: 1.5em;
}

.generic-content-block td p,
.generic-content-block th p {
	font-size:100%;
}

h1 {
	margin: .75em 0em;
	font-size: 2em;
	font-weight: normal;
	color: #27849a;
}

p.more{
	text-align: right;
}

p.more a:link,
p.more a:visited {
	color: #3274d8;
	font-size: .95em;
	text-decoration: underline;
}

p.more a:hover {
	text-decoration: none;
}	   

p.more a:active {
	color: #3274d8;
	font-size: .95em;
	text-decoration: underline;
}

/* = IMAGES
-------------------------------------------------*/

a img {
	border: 0px;
}

.image-left {
	float: left;
	margin: 0px 15px 5px 0px;
}

.image-right {
	float: right;
	margin: 0px 0px 5px 15px;
}

.with-border {
	border: .3em solid #758eac;
}

.inline-icon {
	display: inline;
	vertical-align: baseline;
	padding: 0px 2px;
}

.align-middle {
	vertical-align: middle;
	padding: 0px 2px 1px;
}

/* = CLEAR
-------------------------------------------------*/

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.clear span {
	position: absolute;
	left: -9999em;
}

/* = HR (DIV)
-------------------------------------------------*/

.hr {
	height: 0px;
	padding-top: 1px;
	line-height: 0px;
	clear: both;
	margin: 0em .6em 0em;  /* margin: 0em .6em 0em -1.0em; (margin: 0em -1em 0em -1.0em; 5-9-07)  */
	width: 57.9em;
	background: transparent url(/2007templates/images/dotted_line_bg.gif) repeat-x 0% 0%;
}

.hr span {
	position: absolute;
	left: -9999em;
}

/* = FORMS
-------------------------------------------------*/

/* = UTILITIES
-------------------------------------------------*/

.hide,
.hidden {
	position: absolute;
	left: -9999em;
	display: none;
}

/* = PAGE LAYOUT
-------------------------------------------------*/

		

