
span.text_sel, p.text_sel{
	color: #009ad7;
	font-weight: 700;
}
a.link_sel{
	color: #009ad7;
	font-weight: 700;
}
a.link_sel:hover{
	color: #770b5a;
	text-decoration: underline;
}
span.gray, p.gray{
	color: #666;
	font-weight: 700;
}
span.confirm, p.confirm{
	color: #009900;
	font-weight: 700;
}
span.orange, p.orange{
	color: #ff791f;
	font-weight: 700;
}
span.confirm, p.confirm{
	color: #009900;
	font-weight: 700;
}
span.error, span.alert, p.error, p.alert{
	color: #d60000;
	font-weight: 700;
}
span.notice, p.notice{
	color: #3d32c9;
	font-weight: 700;
}
span.small, p.small{
	font-size: 0.8em;
}
span.big, p.big{
	font-size: 1.2em;
}
span.xxl, p.xxl{
	font-size: 2.0em;
}

a.iconLINK{
  border: 0px;
  text-decoration: none;
  background-color: transparent;
}

.showset_link{
	text-decoration: none;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../icons/show.png) no-repeat;
	border: 0px;
}
.edit_link{
	text-decoration: none;
	display: block;
	width: 15px;
	height: 18px;
	background: url(../icons/edit.gif) no-repeat;
	border: 0px;
}
.close_link{
	text-decoration: none;
	display: block;
	width: 15px;
	height: 18px;
	background: url(../icons/close.png) no-repeat;
	border: 0px;
}
.use_link{
	text-decoration: none;
	display: block;
	width: 15px;
	height: 18px;
	background: url(../icons/use.png) no-repeat;
	border: 0px;
}
.del_link{
	text-decoration: none;
	display: block;
	width: 15px;
	height: 18px;
	background: url(../icons/delete.gif) no-repeat;
	border: 0px;
}

.DEPRECATED_title{
	font-weight: bold;
	color:#666;
	font-size: 14px;
	/*padding-left: 5px;*/
	padding-top: 0px;
	margin-top: 0px;
}
.txt{
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	color:#666;
	font-size: 14px;
	padding-left: 5px;
}
.sectionHR{
	width: 150px;
	background: #a6a9dc;
	border: 1px solid #a6a9dc;
}
.deleteNOTICE{
	color: #3d32c9;/*#babde5;*/
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
.deleteWARNING{
	color: #d60000;/*#babde5;*/
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

.textALERT,.textERROR{
	color: #d60000;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.textWARNING{
	color: #ff3300;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.textCONFIRM{
	color: #009900;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.textNOTICE{
	color: #3d32c9;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.textSELECT{
	font-style: italic;
	font-weight: bold;
}
.textTITLE{
	color: #006666;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

.spanERROR{
	color: #d60000;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.spanALERT{
	color: #ff3300;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.spanNOTICE{
	color: #009900;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.spanWARNING{
	color: #3d32c9;/*#babde5;*/
	font-style: italic;
	font-weight: bold;
}
.spanSELECT{
	font-style: italic;
	font-weight: bold;
}
.spanTITLE{
	color: #006666;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}

h1 {
	font-weight: bold;
	color:#cd0a0a;
	font-size: 25px;
	padding-left: 5px;
}
h2 {
	font-weight: bold;
	color:#cd0a0a;
	font-size: 23px;
	padding-left: 5px;
}
h3 {
	font-weight: bold;
	color:#cd0a0a;
	font-size: 21px;
	padding-left: 5px;
}
h4 {
	font-weight: bold;
	color:#cd0a0a;
	font-size: 16px;
	padding-left: 5px;
}
h5 {
	font-weight: bold;
	color:#666;
	font-size: 14px;
	padding-left: 5px;
}
h6 {
	font-weight: normal;
	font-style: italic;
	color:#666;
	font-size: 12px;
	margin-top: -5px;
	padding-left: 5px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: underline;
	font-weight: 700;
	font-style: italic;
	color: #943285;
}

h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue { color:#005683; }
h1.green, h2.green, h3.green, h4.green, h5.green, h6.green { color:#2c8c1f; }
h1.violet, h2.violet, h3.violet, h4.violet, h5.violet, h6.violet { color:#673499; }
h1.red, h2.red, h3.red, h4.red, h5.red, h6.red { color:#a81f1f; }

a.visit_link{
	display: block;
	position: relative;
	float: left;
	background: #009ad7;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px;    /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border: 1px solid #005683;
	height: auto;
	cursor: pointer;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	margin-right: 5px;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}
a.visit_link:hover{
	border: 1px solid #005683;
	box-shadow: 0px 0px 6px #81817f;/* 4a4a49;*/
	color: #fff;
	text-decoration: none;
}

span.box_link, a.box_link{
	display: block;
	position: relative;
	float: left;
	background: #009ad7;
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px;    /* Konqueror */
	-moz-border-radius: 5px; /* Firefox */
	border: 1px solid #005683;
	height: auto;
	font-weight: 700;
	font-size: 1.1em;
	text-transform: uppercase;
	padding: 10px 15px 10px 15px;
	margin-right: 5px;
	margin-top: 10px;
	color: #fff;
	text-decoration: none;
}
a.box_link:hover{
	border: 1px solid #005683;
	box-shadow: 0px 0px 6px #81817f;/* 4a4a49;*/
	color: #fff;
	text-decoration: none;
}

span.nl, a.nl{clear:both;}
span.green, a.green{background: #2c8c1f;}
span.violet, a.violet{background: #673499;}
span.red, a.red{background: #a81f1f;}
