html, body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414141;
	height: 100%;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}


td {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.PageFrame{
	border: 0px;
	border-left: 0px;
	border-right: 0px;
	/*min-width: 797px;*/
	height: 750px;		
	margin-left: auto;
	margin-right: auto;
	
}

table.ContentArea {
	border-top: 1px solid #cbcccc;
	border-bottom: 1px solid #cbcccc;
	background-color: #FFFFFF;
	height: 100%;
	width: 711px;
}

.Footer{
	height: 28px;
	background-color: #f1f1f1;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #cbcccc;
}

img{
	border: 0px;
}


h1{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #014073;
	font-size: 16px;	
	padding: 0;
	margin: 0;
}

h3{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #014073;
	font-size: 14px;	
	padding: 0px;
	margin-bottom: 5px;
}

a:hover h3{
	text-decoration:underline;
}

h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #014073;
}

hr{
	border: 0px;
	color: #c35e0e;
	background-color: #c35e0e;
	height: 2px;
}

a, a:visited{
	/*color: #014073;*/
	color: #1040A0;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #c35e0e;
}

p{
	margin-top: 3px;
}

.Block{
	line-height: 150%;
	/*text-align: justify;*/
}

ul {
	list-style-type:none;	
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 2px;
}

ul li{
	margin-top: 6px;
	vertical-align: top;
	background-image: url('images/triangle_dot_white.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 15px;
}


.Gutter{
	padding-left: 15px;
	padding-top: 15px;
}
.Gutter li {
	background-image: url('images/triangle_dot_gray.gif');
}

.picture{
	padding: 3px;
	border: 1px solid #cbcccc;
	
	background-color: #ffffff;
}

.ImageTable {
	border: 1px solid #cbcccc;
}
.ImageTable td{
	padding: 3px;
	/*border: 1px dotted #cbcccc;*/
	background-color: #f1f1f1;
}
.ImageTable td img{
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #cbcccc;
}
	
.Right{
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	float: right;
}
.Left{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 4px;
	float: left;
}
.Center{
	margin-left: auto;
	margin-right: auto;
}


.Orange{
	color: #c35e0e;
}


