




body, td, p {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 150%;
}

h1,h2,h3,h4,h5,h6,a {
	color: #173860;
	font-weight: normal;
}
a {
	color: #173860;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	
	font-family: Arial, Helvetica, Sans;
	line-height: 200%;
	
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 110%;
}


body.litadur {
	
}


.clr {
	clear:both;
	height: 1px;
	line-height:1px;
}

a:focus,a:active {
	outline: 1px dotted #DDD;
}

a.blocklink {
	display:block;
	text-indent: -10000px;
	overflow:hidden;
	text-decoration:none;
}




textarea.inputbox, input.inputbox {
	border: 1px solid #CCC;
}



form#nform table.nform td {
	padding: 4px;
}




/******************* COntent dót ********************/


#mainbody p, #mainbody ul, #mainbody ol {
	margin-bottom: 1em;
}
#mainbody h1, #mainbody h2, #mainbody h3, #mainbody h4 {
	margin-bottom: 0.5em;
	font-family: "Trebuchet MS", Arial;
}
#mainbody h1 { font-size: 220%; line-height: 100%;  }
#mainbody h2 { font-size: 185%; line-height: 100%; }
#mainbody h3 { font-size: 150%; line-height: 100%;  }
#mainbody h4 { font-size: 130%; line-height: 100%;  }

#mainbody blockquote {
	background: #EEF4F8;
	color: #007091;
	padding: 1em;
	padding-bottom: 0.05em;
	margin-bottom: 1em;
}

#mainbody ol {
	list-style: decimal;
}
#mainbody ul {
	list-style: disc;
}
#mainbody ul li, #mainbody ol li {
	margin-left: 30px;
}

input.c_input {
	width: 250px;
}
input.c_input, textarea.c_input {
	border: 2px solid #DDD;
	padding: 3px;
}
input.c_input:focus, textarea.c_input:focus {
	border: 2px solid #AAA;
}
textarea.c_input {
	width: 500px;
	height: 140px;
}

.dags {
    font-size: 11px;
    color: #888888;

}








