/* basic elements */
body {
	font: normal 14px/16px "Times New Roman", Times, serif;
	color: #333;
	margin-top: 0px;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/welcomebg.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
h1 {
	margin-top: 0px;
	margin-left: 100px;
	width:100%;
	height:117px;
	background: url(../images/formhd.png) no-repeat left;
	clip: rect(auto,auto,auto,20px);
	}
h1 span {display:none;}

h2 {
	font: italic normal 12pt Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 0px;
	}

h2.freq {
	margin-bottom: 0px;
	width:100%;
	height:52px;
	background: url(../images/form_01.png) no-repeat left;
	top: 240px;
	}
h2.freq span {display:none;}

h2.subsc {
    margin-bottom: 0px;
	width:100%; 
	height:65px; 
    background: url(../images/form_02.png) no-repeat left;
	}
h2.subsc span {display:none;}

a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #4F8CC3;
	}
	
a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #1D3F64;
	}
	
a:hover, a:active { 
	text-decoration:none ; 
	color: #346293;
	}
	
h4 {
    margin-bottom: 0px;
	font-weight: bolder;
	font-style: italic;
	text-transform: capitalize;
	}
acronym {
    margin-bottom: 0px;
	font-weight: bolder;
	font-style: italic;
	text-transform: capitalize;
	}
#biobottom {
	background: url(../images/bio_corner.png) no-repeat right bottom;
	height:212px;}
#vampbottom span {display:none;}
	
p {
	margin: 5px;
	}

