h1 {
	font-family: Tahoma;
	font-size: 15pt;
	text-align: center;
	width: 100%;
}
h2 {
	font-family: Tahoma;
	font-size: 12pt;
	font-style: italic;
	width: 100%;
}
h3 {
	font-family: Tahoma;
	font-size: 12pt;
	text-align: center;
	font-style: italic;
	text-decoration: underline;
	width: 100%;
}
p {
	font-family: Tahoma;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
	margin-left: 60px;
}
li {
	font-family: Tahoma;
	font-size: 10pt;
	
}
.stressed {
	font-size: 11pt;
	font-weight: bold;
}
.body_pane {
	padding: 10px;
}

#link_box {
	text-align: center;
	font-family: Tahoma; 
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 10px;
}
#link_box a {
	font-family: Tahoma; 
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.main_link {
	font-family: Tahoma; 
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
.main_link:hover {
	text-decoration: underline;
}

#ContactElement {

  width: 22em;

  height: 3.9em;

  padding: 0em;

  border: 0px solid #cc0000;

  color: #FFFFFF;

  

}

.shadower {
	font-family: Impact;
	font-size: 16pt;
	color: black;
	position: absolute;
	margin-left: -3px;
	margin-top: 3px;
	z-index: 0;
}

#contact_form {
	font-family: Tahoma;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;

}
#contact_form td {
	padding-bottom: 5px;
}

.box {
	font-family: Tahoma;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	border-color: red;
	border-width: 2px;
	width: 200px;
}
.big_box {
	font-family: Tahoma;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	width: 200px;
	border-color: red;
	border-width: 2px;
	height: 150px;
}

.button {
	font-family: Tahoma;
	font-size: 10pt;
	margin-left: 10px;
	margin-right: 10px;
	border-color: red;
	border-width: 2px;
	cursor: pointer;
	cursor: hand;
}

hr {
	border-width: 2px;
	color: red;
	border-top: 2px dotted #FF0000;
}