
body{
	color:#000000;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; line-height:normal;
}

h1 {
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif; 
	line-height:100%;
	margin:0;
	color:#284996;
	font-size:14px;
} 
	
h2{
	font-weight: bold;
        font-family: Verdana, Geneva, sans-serif;
        line-height: 120%;
        margin: 0;
        color: #000;
        font-size: 12px;
}

h3{
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif; 
	line-height:120%;
	margin:0;
	color:#284996;
	font-size:12px;
}

h4{
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif; 
	line-height:120%;
	margin:0;
	color:#284996;
	font-size:12px;
	width:100%;
} 


h5, h6{
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif; 
	line-height:100%;
	margin:0;
	color:#284996;
	font-size:1.0em;
}


p {
    position: relative;
    margin-bottom:0;
    margin-top:0;
}


/* links */
a:link, a:visited {color:#284895; text-decoration:underline;}
a:active{color:#284895; text-decoration:underline;}
a:hover{ color:#FFC300; text-decoration:underline;}


h4 a, h4 a:link, h4 a:visited, 
a.btn, a.btn:link, a.btn:visited, #submit, .tx-powermail .powermail_submit{
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif; 
	line-height:14px;
	margin-top:15px;
	margin-bottom:10px;
	width:auto;
	color:#284996;
	padding:7px 10px;
	background-color:#eaeaea;
	font-size:12px;
	border:none;
        text-decoration: none;
	-moz-border-radius:5px 5px 5px 5px; /* Firefox */
	-webkit-border-radius:5px 5px 5px 5px; /* Chrome, Safari */
	-khtml-border-radius:5px 5px 5px 5px; /* Konqueror */
	border-radius:5px 5px 5px 5px; /* CSS3 */
	behavior:url(border-radius.htc); /* Internet Explorer */
	display:inline-block;
} 

h4 a:hover, a.btn:hover, #submit:hover, .tx-powermail .powermail_submit:hover{
		-moz-box-shadow: 2px 2px 6px -1px #333333;
	-webkit-box-shadow: 2px 2px 6px -1px #333333;
	box-shadow: 2px 2px 6px -1px #333333;
        text-decoration: none;
}
#submit:hover,  .tx-powermail .powermail_submit:hover{
	background: -moz-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 72%, rgba(234,234,234,1) 92%, rgba(51,51,51,1) 100%); /* FF3.6+ */
}
h4 a:active, a.btn:active, #submit:active,  .tx-powermail .powermail_submit:active{
	-moz-box-shadow: 1px 1px 3px -1px #333333;
	-webkit-box-shadow: 1px 1px 3px -1px #333333;
	box-shadow: 1px 1px 3px -1px #333333;
        text-decoration: none;
}
#submit:active,  .tx-powermail .powermail_submit:active{
	background: -moz-radial-gradient(center, ellipse cover, rgba(234,234,234,1) 72%, rgba(234,234,234,1) 92%, rgba(51,51,51,1) 100%); /* FF3.6+ */
}




