﻿body {
background: #d2dde1;

}
	
	
h1 {
	font-family: Georgia,serif;
	font-size: 22px;
	font-weight: bold;
	color: #5E808a; /* medium blue */
}



h2 {
	font-family: Georgia,serif;
	font-size: 18px;
	font-weight: bold;
	color: #5E808a; /* medium blue */
}

h3{
	font-family: Georgia,serif;
	font-size: 16px;
	font-weight: bold;
	color: #5E808a; /* medium blue */
	
}

h4 {
	font-family: Georgia,serif;
	font-size: 14px;
	font-weight: bold;
	color: #7d8d49; /* dark green */
}

p {
	font-family: Verdana,sans-serif;
	color: #000000; /* black */	
	font-size: 13px;
	font-weight: normal;  
	
}

td {
	font-family: Verdana,sans-serif;
	color: #000000; /* black */	
	font-size: 13px;
	font-weight: normal;  
	
}

li {
	font-family: Verdana,sans-serif;
	color: #000000; /* black */	
	font-size: 13px;
	font-weight: normal;  
	
	
}
.mastertable {
	background-color: white;
	border: 2px #34474d solid;	
}

#optinbox td {
	font-family: Verdana,sans-serif;
	color: #000000; /* black */	
	font-size: 11px;
	font-weight: normal;  
	
}
.inputfield {
	font-family: Verdana,sans-serif;
	color: #000000; /* black */	
	font-size: 11px;
	font-weight: normal;  

}
.content {
	padding: 20px;
	border-top: 1px #34474d solid;
}
.readonline {
	text-align:center;
	font-size: 10px;
	border-top: 1px #34474d solid;
	padding: 2px;

}
.contentsignature {
	padding: 15px;
}

a {color: #1a4084; text-decoration: none;} /* darkest blue */
a:hover {color: #96B0B7;text-decoration: none;}  /* lighter blue */
a:active {color: #96B0B7;text-decoration: underline;}  /* lighter blue */
a:visited {color: #5E808A; text-decoration: underline;} /* medium blue */
a:visited:hover {color: #96B0B7; text-decoration: underline;} /* lighter blue */

