body {
	color: black;
	font-size: 10pt;
	background : white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h1
	{
	font-size: larger;
	font-weight: bold;
	text-align : center;
}
	
.name {
	font-size: 12px;
	font-weight: bold;
}

.text {
	font-size : 12px;
}

.footer {
	font-size : 10px;
}

.titlelarge {
	color: Navy;
	font-size : 20px;
	font-weight : bold;
	text-align: center;
}
.titlesmall {
	color: Navy;
	font-size : smaller;
	text-align: center;
}
.enter{
	font-size : larger;
	font-weight : bold;
	text-align: center;
}
.error1 {
	color: red;
	font-weight: bold;
}
.header_line {

	color: White;
	font-weight: Bold;
	font-size: 10pt;
/*	font-style: italic; */
	background : Navy;
}

.contact_table {
	border-collapse: collapse;
	border: 2px solid silver;
}
.contact_table td {
	vertical-align: top;
	font-size: 11pt;
	padding: 2px;
	border: 2px solid silver;
}

.doc_table {
	border-collapse: collapse;
	border: 1px solid silver;
	font-size: 9pt;
}

.doc_table thead tr th {
	border: 1px solid silver;
	font-weight: bold; 
	text-align: center;
}

.doc_table tbody tr td {border: 1px solid silver;}

