body {
	background: ##E2E7FA;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	display: block;
}
	
.body {
	background-color: #E2E7FA;
	text-align: center;
	position: relative;
	top: 35px;
	display: block;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #FFFFFF;
	margin: 7px 12px;
	line-height: 1.4em;
}

#TableSuport {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D8DBFE;
	border-right-color: #101ADB;
	border-bottom-color: #070DC5;
	border-left-color: #D8DBFE;
	background-color: #F5F5F5;
	color: #0000CC;
	display: block;
}

#TableSuport h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0D0ECA;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .7em;
}

.title1 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #0804D5;
	text-align: center;
}
.caption {
	font-size: 10px;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
}
#TableHome {
	background-image: url(Images/bigstockphoto_Behind_The_Wa.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#TableBkgrn {
	background-image: url(Images/bigstockphoto_Behind_The_Wa.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.Title3 {
	font-size: 18px;
	font-weight: bold;
	color: #00F;
}

