body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #252525;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #2D2D2D;
}
.over { background-color: #DCDCDC;
	    height: 12px;
	    width: 100%;
	    border-bottom: 1px solid #282828;
	    padding: 12px;
		font : 9px;
}
.out {  height: 12px;
	    width: 100%;
	    border-bottom: 1px solid #282828;
	    padding: 12px; 
		font : 9px;
}

.over2 {
	background-color: #EAEAEA;
	height: 12px;
	width: 50%;
	padding: 10px;
	margin-bottom : 5px;

}
.out2 {
	background-color: #D9D9D9;
	height: 12px;
	width: 50%;
	padding: 10px;
	
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1{
	font-size : x-large;
	color : Navy;
	vertical-align : middle;
	text-align : center;
}
H2{
	font-size : medium;
	margin-top : 7px;
}
.mail{
	color: navy;
	font-size: 14px;
	text-align: center;
}