/* Start of CMSMS style sheet 'template : Theme Init' */
html, body, div, span, applet, object, iframe,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: text-top;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* define focus styles! */
:focus {
	outline: 0;
}
/* highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
dfn {
	display: none;
	overflow: hidden;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

div {margin: 0;padding: 0; background-color:transparent;}

* img { border: 0px solid #000; }

html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}

/* Common Styles */
.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}
.txtleft {
	text-align: left;
}

.txtcap {
	text-transform: capitalize;
}
.txtucase {
	text-transform: uppercase;
}
.txtlcase {
	text-transform: lowercase;
}

.center {
	margin: 0 auto;
}

.clearFloat {
  clear: both;
}

.fltlft {
	float: left;
}
.fltrt {
	float: right;
}

.clearlft {
  clear: left;
}

.clearrt {
  clear: right;
}

.block {
   display:block;
}

.inline {
   display:inline;
}

.inline-block {
   display:inline-block;
}

.thinborder {
	border: 1px solid #aaa;
}

.strong, .bold {
	font-weight: bold;
}

.em, .italic {
	font-style: italic;
}

.pointer {
	cursor: pointer;
}
.fullwidth {
	width: 100%;
}
.halfwidth {
	width: 47%;
}

ul.threecolbull {
	display: block;
	clear: left;
	width: 99%;
}
ul.bullcol3 li {
	float: left;
	list-style: disc outside none;
	padding-left: 0px;
	margin-left: 15px;
	width: 30%;
}
ul.threecolbull:after {
	clear: left;
}

/* End of 'template : Theme Init' */

