/* CSS Document */


a:link {
	color: #151C55;
	text-decoration: underline;
}


a:visited {
	text-decoration: underline;
	color: #151C55;
}


a:hover {
	color : #79A1F2;
	text-decoration: none;
}


a:active {
	color : #79A1F2;
	text-decoration: none;
}


img {
	border: 0px;
}

div {
	border: 0px;
}


p {
	font-size: 11px;
	color: #000000;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 16px;
}

p.right {
	font-size: 11px;
	color: #000000;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 16px;
	text-align: right;
}

p.footer {
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 13px;
}

p.employ {
	font-size: 9px;
	font-style: italic;
	color: #000000;
	line-height: 19px;
	margin-top: 0px;
	margin-bottom: 16px;
}


.h1 {
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	font-weight : bold;
	margin-top: 25px;
	margin-bottom: 10px;
}


.h1FirstLine {
	font-size: 15px;
	color: #000000;
	line-height: 19px;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 10px;
}


.bold {
	font-weight : bold;
}

.boldRed {
	font-weight : bold;
	color: #FF0000;
}

.boldBaby {
	font-weight: bold;
	color: #79A1F2;
}

.italic {
	font-style: italic;
}


li {
	font-size: 11px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 16px;
	margin-left: -9px;
}
