/* CSS Document */

#mceSpanFonts {
	background-color: #FFFFFF;
}

/* --------------------------------------------------- 
/----------- HTML Tag Styles --------------------------/
--------------------------------------------------- */

p, h1, h2, h3, h4, h5, h6, li {
	padding:0;
	margin:0;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif !important;	
}

h1 {
	font-size:30px;
	color:#A8A8A8;
	line-height:32px;
	font-weight:normal;
	padding:0 0 16px 0;
}

h2 {
	font-size:19px;
	color:#000000;
	line-height:20px;
	font-weight:normal;
	padding:0 0 16px 0 !important;
}

h3 {
	font-size:16px;
	color:#000000;
	line-height:18px;
	font-weight:normal;
	padding:0 0 16px 0 !important;
}

p {
	font-size:13px;
	color:#000000;
	line-height:20px;
	padding:0 0 16px 0;
}


a, a:link {
	color:#637498;
	text-decoration:none !important;
}

a:hover, a:active {
	text-decoration:underline;
}

/*.formError, #notifyError {
	color: red;
	font-size:12px;
}	*/

/* --------------------------------------------------- 
/----------- Class Styles --------------------------/
--------------------------------------------------- */

a.text-link {
	background-color:#999999;
	padding:6px 10px;
	float:left;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
}

span.text-link {
	background-color:#999999;
	padding:6px 10px;
	float:left;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
	text-decoration:none;
}

span.text-link a { 
	color:#FFFFFF !important;
}

a.image-link {
	display: block;
	height: 196px;
	width: 280px;
	float: left;
}

.font-small-grey, a.font-small-grey {
	font-size:12px;
	color:#A8A8A8 !important;
}

.font-small {
	font-size:11px;
}

img.imagePadded {
	margin-bottom:15px !important;
	margin-right:15px !important;
	border:none !important;
}

/*span.imagePadded {
	margin-bottom:15px !important;
	margin-right:15px !important;
	border:none !important;
}*/





