﻿body {
	margin: 0 0 0 0;
	background: #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/*generic*/
a:link {
	text-decoration: none;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
/*----------------------*/
img {
	border: 0;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 12pt;
}

h1,h2,h3,h4,h5{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc0000;
}

/*----------------------*/

div.mainbox{
	margin-right: auto;
	margin-left: auto;

}

.header{
	width: 750px;
	height: 150px;
	border: 0;
}

div.navigation{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 50px;
	background-image: url(image/navigation.jpg);
}
td.left{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 15px;
	background-image: url(image/bodyleft.jpg);
	background-repeat: repeat-y;
}

table.bodycontainer{
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: auto;
	border-right: 1px #888 solid;
	border-left: 1px #888 solid;
}

td.right{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 15px;
	background-image: url(image/bodyright.jpg);
	background-repeat: repeat-y;

}

td.mainbody{
	width: 720px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #fff url(image/footer_shadow.jpg) top repeat-x;

}

div.bodycontent{
	padding: 0 0 0 0;
	margin: 20px auto 20px auto;
	width: 650px;
	height: auto;
	border: 0px solid #CCC;
	text-align: left;
}

div.testimonialbox {
	background: #fff url(image/testbox_shade.jpg) bottom repeat-x;
	margin: 20px 50px 20px 50px;
	padding: 10px;
	clear: both;
	width: 550px;
	border: 1px solid #ccc;
	border-bottom: 2px solid #888;
}


td.footer{
	color: #000000;
	font-size: 8pt;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 750px;
	height: 35px;
	background-image: none;
	background-repeat: no-repeat;
}

#underline {
	text-decoration: underline;
}
#linethru {
	text-decoration: line-through;
}


