/* 1impress website general css*/

/* General Structure */
h1, h2, h3, h4, h5, h6 {
	margin: 0.6em 0 0.2em 0;
	font-family: verdana;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 130%; font-weight: normal; }
	h3 { font-size: 100%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }
	
.content{
	font-family: Verdana;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
}

.content-bold{
	font-family: Verdana;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}

.content-h1{
	border-bottom: 1px solid #ccc;
	font-family: Verdana;
	font-size: 14px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	color: #069;
	font-weight: bold;
	}

A.emaillink:link {
	COLOR: #003366;
	WHITE-SPACE: nowrap;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;

}
A.emaillink:visited {
	COLOR: #669900; 
	WHITE-SPACE: nowrap; 
	TEXT-DECORATION: none;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;

}
A.emaillink:hover {
	COLOR: #990000;
	WHITE-SPACE: nowrap; 
	TEXT-DECORATION: underline;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding-left: 5px;

}