/*--------------------------
--------MASTER CSS----------
Universal styling
----------------------------*/
/*****text styles*****/
small{
font-size:0.85em;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
p{
	padding: 0 0 1.3em 0;		
}
em{
	font-style:italic;
}
strong{
		font-weight: bold;
}

/****Images*****/
img {
border:0;
}

/* Begin Images */
p img {
	max-width: 100%;
	padding: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
	}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
	}


/* End Images */

a img {
	border: none;
	}
hr {
	display: none;
	clear:both;
	}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration: none;
}
/***** Cursor *****/
 
label {
cursor:pointer;
}
acronym, abbr, span.caps {
	cursor: help;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.center 	   { text-align: center;}

.inline li{
display:inline;
}
ul.bullet-list{
		margin-left:18px;
}
ul.bullet-list li{
	list-style-type:circle;
	list-style-position: outside;
	padding-left:5px;
	padding-bottom:8px;
}
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.hidden	{display:none; visibility:hidden}
/*--------------------------------------
-----------END MASTER-------------------
-------------------------------------- */

