body, html {
	font-family: Arial, Helvetica, sans-serif;
    font-size:small;
}

a, a:link, a:active, a:visited, a:focus {
	color: #3465A4;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}

h1, h2, h3, h4, h5 {
	background: url("/templates/nepda/img/text_h1_bullet.png") bottom left no-repeat;
	border-bottom: 1px solid #3465a4;
	padding-left: 25px;
	padding-bottom:2px;
	margin-left: 95px;
	height:18px;
	min-height:18px;
    text-shadow: 0px 0px 2px #3465a4;
    -moz-text-shadow: 0px 0px 2px #3465a4;
    -webkit-text-shadow: 0px 0px 2px #3465a4;
}
h1 {
   font-size: 16pt;
   padding-bottom:3px;
}
h2 {
    font-size: 12pt;
	margin-left:115px;
	margin-left:75px;
}
h3 {
   font-size: 10pt;
   margin-left:135px;
   margin-left:55px;
}
h4 {
    font-size: 9pt;
	margin-left:155px;
	margin-left:35px;
}
h5 {
    font-size: 8pt;
	margin-left:175px;
	margin-left:15px;
}
p:first-letter {
	font-size:larger;
}


textarea, input, select, button {
	border: 1px inset #3465a4;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #e2fcfe;
	margin-top:1px;
	margin-bottom:1px;
}
input[type="checkbox"], input[type="radio"] {
	border:none;
	background:none;
}

input[type="button"], input[type="submit"], input[type="reset"], button {
	cursor:pointer;
}

textarea {
	padding:3px;
}
