object
{
	outline:none;
}

a:active, a:focus {
	outline: none;
}

/* USED IN CMS EDITOR MUST BE ADDED */

body {
	margin: 0px 0px 0px 0px;
	padding:0px;
	width:100%;
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
	line-height:14px;
	z-index:1 !important;
	position:relative;
}




/* MISC */
input 
{
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
}
input{outline:none;}

.input_text
{
	border:1px solid #CDCDCD;
	background:url('../images/design/1_input_text.jpg') no-repeat 0px 0px;
	height:15px;
	/*height:18px;*/
	/*line-height:18px;*/
	line-height:14px;
	padding-top:3px;
	padding-left:11px;
}

.input_button
{
	border:1px solid #CDCDCD;
	background:url('../images/design/1_input_button.jpg') repeat-x 0px 0px;
	height:22px;
	font-size:11px;
	color:#0076bf;
}
.input_button_hover
{
	border:1px solid #CDCDCD;
	background:url('../images/design/1_input_button_hover.gif') repeat-x 0px 0px;
	height:22px;
	font-size:11px;
	color:#0076bf;
}

TEXTAREA
{
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
	background:#FAFAFA;
	border: 1px solid #CDCDCD;
}

TD
{
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
}

TABLE
{
    font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
}

select 
{	
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
}

option
{	
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
}

form 
{	
	margin:0px 0px 0px 0px;
	padding:0px;
}

fieldset
{
	margin:0px 0px 0px 0px;
	padding:4px;
}
legend
{
	font-family:helvetica neue,arial;
	font-size:11px;
	color:#45545e;
    font-weight:normal;
	text-decoration:none;
}

img
{border:0px;}

p
{
	padding:0px;
	margin:0px;
	border:0px;
}

/* a tags */

#div_content a
{
	margin-bottom:1px;
}

#div_content a:hover
{
	margin-bottom:0px;
}

.a
{
	font-family:helvetica neue,arial;
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
	color:#0076bf;
}
a,a:link, a:active, a:visited {
    font-family:helvetica neue,arial;
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
	color:#0076bf;
}

a:hover
{
	border-bottom:1px dotted #0076bf;
}

.doc_ingress a:hover
{
    color:#0076bf;
	text-decoration:none;
	border-bottom:1px dotted #0076bf;
}

.doc_ingress .a
{
	font-family:helvetica neue,arial;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
	color:#0076bf;
}
.doc_ingress a, .doc_ingressa:link, .doc_ingress a:active, .doc_ingress a:visited {
    font-family:helvetica neue,arial;
    text-decoration:none;
    font-weight:normal;
    font-size:12px;
	color:#0076bf;
}

.doc_ingress a:hover
{
    color:#0076bf;
	text-decoration:none;
	border-bottom:1px dotted #0076bf;
}

/* END */


/* title (h tags) */
/* doctitle */
h1
{
	padding:0px;
	margin:0px;
	font-family:sbmlight,helvetica neue,arial;
	font-size:34px;
	line-height:34px;
	color:#6799ac;
	font-weight:normal;
	text-decoration:none;
}

h2
{
	padding:0px;
	margin:0px;
	font-family:helvetica neue,arial;
	font-size:14px;
	/*line-height:18px;*/
	color:#45545e;
	font-weight:bold;
	text-decoration:none;
}

h2.calchead
{
	padding:0px;
	margin:0px;
	font-family:sbmlight,helvetica neue,arial;
	font-size:30px;
	line-height:26px;
	color:#6799ac;
	font-weight:normal;
	text-decoration:none;
}

h3
{
	padding:0px;
	margin:0px;
	font-family:helvetica neue,arial;
	font-size:14px;
	/*line-height:18px;*/
	color:#45545e;
	font-weight:bold;
	text-decoration:none;
}
h4
{
	padding:0px;
	margin:0px;
	font-family:helvetica neue,arial;
	font-size:14px;
	/*line-height:18px;*/
	color:#45545e;
	font-weight:bold;
	text-decoration:none;
}
h5
{
	padding:0px;
	margin:0px;
	font-family:helvetica neue,arial;
	font-size:14px;
	/*line-height:18px;*/
	color:#45545e;
	font-weight:bold;
	text-decoration:none;
}
h6
{
	padding:0px;
	margin:0px;
	font-family:helvetica neue,arial;
	font-size:14px;
	/*line-height:18px;*/
	color:#45545e;
	font-weight:bold;
	text-decoration:none;
}

/* END */


/* CUSTOM TABLE */

table.sbm {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CDCDCD;
	border-collapse: collapse;
	background-color: white;
}
/* END CUSTOM TABLE */
