.txt-warn         { color:red; }
.txt-light        { color:#737373; }
.txt-dark         { color:black; }
.txt-small        { font-size:10px; }
.txt-strong       { font-weight:bold; }
.txt-orange       { color:#FF5509; }
.txt-black        { color:black; }
.txt-red          { color:red; }
.txt-upper        { text-transform:uppercase; }
.txt-italic       { font-style:italic; }
.txt-center 		  { text-align:center; }
.txt-bigger 		  { font-size:120%; }
.txt-big 		      { font-size:150%; }
.txt-normal 		  { font-size:100%; font-weight:normal; }

.txt-red					{ color:#F02933; }
.txt-blue					{ color:#0076A3; }

.bg-orange        { background-color:#FF5509; }
.bg-gray	        { background-color: #F5F5F5; }

.centered         { margin-left:auto;margin-right:auto;text-align:center; }
.left             { float:left;}
.right            { float:right;}

.outlink          { background-image: url(ico-outlink.gif);	background-repeat: no-repeat; background-position:top right; padding-right:12px; 	background-color:#3B4B50;	padding:1px 12px 1px 5px; } 
.square           { background-image: url(bullet-green.gif);	background-repeat: no-repeat; background-position:0px 4px; padding-left:23px;}
.small-square			{ background-image: url(infobar_btn.gif);	background-repeat: no-repeat;	background-position: left center; padding-left: 10px; }
.underline				{ border-bottom:1px solid #CCCBCB; padding-bottom:5px; }

.indent           { text-indent:10px; }
.justify          { text-align:justify; }
.pad-in           { padding:1px 5px 1px 4px; }

.no-list          { list-style:none;}

.strong 					{ color:#302A2A; }
.left 						{ float:left; }
.right 						{ float:right; }
.hidden						{ display:none; visibility: hidden;}
.warn             { color:red; }


.errmsg { 
	text-align:center;
	padding:20px;
	width:884px;
	margin:1em auto;
	color:red;
	background:#181A1B;
	border:3px solid gray;
}

.cleaner {
  padding:0;
  height:1px;
  margin:0;
  clear: both;
  border: none;
  overflow:hidden;
  color:white;
}
