/****************************************************/
/* GENERIC 											*/
/****************************************************/
body {
	font-family: "Arial", Helvetica, sans-serif;
	font-weight: normal;
	font-size: small;
	color: #333;
	text-align: left;
}
body, div, table, tr, td,
dl, dd, dt, ul, ol, li, input, form {
	margin: 0;
	padding: 0;
}

li {
}

table {
	border: 0;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h1 {
	color: #454545;
	font-size: 2em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 3px solid #f6f6f6;
	line-height: 1.3em;
}
h2 {
	color: #3E97B5;
	font-size: 1.5em;
	padding: 0;
	margin: 0;
}
h2 a {
	color: #FFF!important;
	font-weight: normal!important;
	text-decoration: none;
	background: none!important;
	padding: 0!important;
	margin: 0;
}
h2 a:hover {
	text-decoration: underline!important;
}
h3 {
	font-size: 1.5em;
	color: #f3f3f3;
	padding: 0;
	margin: 0;
}
.wrapper {
	width: 860px;
	margin: 0 auto;
}

a {
	color: #2A6A80;
	text-decoration: underline;
}
a:hover {
	text-decoration: none!important;
}

ul{
	list-style:inside disc;
}
	
.LeftAlignedImage /* This is the custom style for an image */ 
{
	margin:0px 10px 10px 0;
}

.RightAlignedImage /* This is the custom style for an image */ 
{
	margin:0px 0px 10px 10px;
}


