@charset "utf-8";

body {
	background-color: #F0F0F0;
	margin: 0;
	padding: 15px;
}

div {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-top: 0px;
	padding-left: 16px;
}

h1, h2, h4 {
	margin-bottom: 2px;
	margin-top: 2px;
	color: #0b3075;
}

h3 {
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 8px;
	color: #0b3075;
	padding: 0px;
}

a, a:visited {
	color:#3366cc;
	text-decoration: none;
}

table {
	/* font-family: "Cambria", Georgia, "Times New Roman", Times, serif; */
	font-family: "Trebuchet MS", Verdana, Arial; 
	font-size: 14px;
	color: #000000;
}

.mainTable {
	width: 800px;
}

.topTable {
}

.topTableLeft {
	background-image:url(../images/table_top_left.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 180px;
}

.topTableCenter {
	background-image:url(../images/table_top_center.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 180px;
}

.topTableRight {
	background-image:url(../images/table_top_right.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 180px;
}

.middleTable {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.middleTableLeft {
	background-image:url(../images/middleTableLeft.jpg);
	background-repeat: repeat-y;
	width: 48px;
}

.middleTableCenter {
	padding-top: 2px;
	background-color: #FFFFFF;
}

.middleTableRight {
	background-image:url(../images/middleTableRight.jpg);
	background-repeat: repeat-y;
	width: 48px;
}

.bottomTable {
	margin: 0px;
	padding: 0px;
	position: relative;
}

.bottomTableLeft {
	background-image:url(../images/bottomTableLeft.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

.bottomTableCenter {
	background-image:url(../images/bottomTableCenter.jpg);
	background-repeat: repeat-x;
	height: 48px;
}

.bottomTableRight {
	background-image:url(../images/bottomTableRight.jpg);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

.footer {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.mainTableFooter {
	font-size: 12px;
	color: #999999;
	text-align: center;
}

.tip {
	color:#999999;
	font-size: 14px;
	font-style: italic;
}

.fpHeading {
	border-bottom: solid;
	border-bottom-color:#6699CC;
	border-bottom-width: 1px;
}

.posted {
	color: #666666;
	font-size: 10px;
}

