/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt5-static/themes-base/blog.css);
@import url(/mt5-static/themes/unity-blue/screen.css);
/* end StyleCatcher imports */



body {
	font-family:Arial,Helvetica,sans-serif;
}	

a {
	text-decoration: none;
}

img {
	border: 0pt none;
}

img.w3 {
	width: 88px; height: 31px;
}

hr {
	clear: both;
	float: none;
	display: block;
	visibility: hidden;
}

pre, code, html .code, kbd {
	font-family:"Consolas","Bitstream Vera Sans Mono","Lucida Console","Courier New",courier,monospace;
}

code {
	background-color:#F2F8F2;
	padding:1px;
}

pre {
	background-color:#F2F8F2;
	border:1px solid #D5E9D5;
	padding:1em;
}

h3 {
   font-size: 1.75em;
   margin-top: 1em;
}


h4 {
   font-size: 1.5em;
}

abbr {
   border-bottom: 1px dotted #cccccc;
}

blockquote {
   border: 1px dashed #cccccc;
   color: #444444;
   margin: 1em 0;
   padding: 1em 2em;
}

dt {
   font-weight:bold;
}

dd {
   margin-left: 3em;
}

/***** Rounded buttons ****/

.button {
	cursor:pointer;
	text-decoration:none;
	background:url(bg-btn-corp2.gif) no-repeat right top; 
	padding-right:10px; 
	display:inline-block;
	line-height:29px;
	height:29px;
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
}

span.button {
	vertical-align: middle;
}

.button span { 
	background:url(bg-btn-corp2.gif) no-repeat left top; 
	padding-left:10px;
	line-height:29px;
	height:29px;
	display:inline-block;
}

.button span span {
	background:transparent;
	padding:0;
	
	font-size:14px;
}

.button span input {
	cursor:pointer;
	font-family: inherit;
	font-weight:bold;
	background:transparent;
	border:0;
	padding-top:5px;
	font-size:14px;
	color:#FFFFFF;
}


.button:hover {
	background-position:right -39px;
}

.button:hover span {
	background-position:left -39px;
}


.button:active {
  background-position:right -78px;
}

.button:active span {
  background-position:left -78px;
}
.button:link, .button:visited, .button:hover, .button:active {
text-decoration:none;
}
/***** END: Rounded buttons ****/


