*
{
	margin: 0;
}
body {
	background-color: #fff;
  	font-family: Tahoma;
  	font-size: 9pt;
  	font-weight: normal;
  	color: #454545;
}
img {
	border: none;
}
h1 {
  	font-family: Times;
	font-size: 12pt;
	color: #153363;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	letter-spacing: -1px
}
A:link {
	color: #153363;
	text-decoration: none;
}
A:visited {
	color: #153363;
	text-decoration: none;
}
A:active {
	color: #153363;
	text-decoration: none;
}
A:hover {
	text-decoration: underline; 
	color: #7c0000;
}
td.content { 
	text-align: justify;
    vertical-align: top;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 37px;
}
.selectbox { 
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	background-color: #ecf4f9;
	border-color: #616161; 
	border: 1px;
	border-style: solid;
	width: 225px;
}
.text { 
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	background-color: #ecf4f9;
	border-color: #616161; 
	width: 98%;
	border: 1px;
	border-style: solid;
}
.textarea { 
	font-family: Tahoma, Arial; 
	font-size: 10px; 
	background-color: #ecf4f9;
	border-color: #616161; 
	width: 99%;
	border: 1px;
	border-style: solid;
}
.submit { 
	color: #414141; 
	font-family: Tahoma, Arial; 
	font-size: 18px; 
	width: 100%;
}