body {
	font-size: 0.75em;
	font-family: Arial, Georgia, Tahoma, Geneva, serif;
}

body, td {
	margin: 0;
	color: #1d1d1d;
	font-family: Arial, Georgia, Tahoma, Geneva, serif;
}

hr {
	height: 1px;
	margin: 0.1em 0 0.3em 0;
	padding: 0.1em 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
}

.h2 {
	font-size: 145%;
	margin: 0.5em 0 0.5em 0;
	
}

.blue {
	font-size: 1em;
	color: #003c79;
	font-weight: bold;
	background-color: transparent;
}

.big {
	font-size: 1.1em;
}

.small {
	font-size: 0.8em;
}

.font-normal {
	font-weight: normal;
}

.font-bold {
	font-weight: bold;
}

.font-underline {
	text-decoration: underline;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

img.left {
	float: left;
	margin: 0 0.5em 0.3em 0;
}

img.right {
	float: right;
	margin: 0 0 0.3em 0.5em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.red {
	color: #F1373C;
}
