html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:28px;
	color:#373737;
}

@font-face {
    font-family: 'BaskervilleOldFaceRegular';
    src: url('baskvill-webfont.eot');
    src: url('baskvill-webfont.eot?#iefix') format('embedded-opentype'),
         url('baskvill-webfont.woff') format('woff'),
         url('baskvill-webfont.ttf') format('truetype'),
         url('baskvill-webfont.svg#BaskervilleOldFaceRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
    font-family: 'BaskervilleOldFaceRegular';
	color: #45236E;
	font-size:24px;
	font-weight:100;
	margin-top:20px;
}
h2 {
    font-family: 'BaskervilleOldFaceRegular';
	color: #45236E;
	font-size:16px;
	font-weight:100;
}
h3 {
	color: #45236E;
	font-size:11px;
	line-height:28px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 180px; /* .push must be the same height as .footer */
	
}
.image_border{
	border:1px solid #988EA4;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right: 5px;
}
.image_border_right{
	border:1px solid #988EA4;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right: 5px;
}
