.body {
	font-size: 12px;
	overflow-y: scroll;
}

td {
	font-size: 12px;
}

td.boxTL {
	text-align: right;
	background-image: url(/images/box/corner-tl.jpg);
	background-repeat: no-repeat;
	width: 15;
	height: 15;
}

td.boxTop {
	background-image: url(/images/box/t.jpg);
	background-repeat: repeat-x;
	height: 15;
}

td.boxTR {
	background-image: url(/images/box/corner-tr.jpg);
	background-repeat: no-repeat;
	width: 15;
	height: 15;
}

td.boxLeft {
	background-image: url(/images/box/l.jpg);
	background-repeat: repeat-y;
	width: 15;
}

td.boxRight {
	background-image: url(/images/box/r.jpg);
	background-repeat: repeat-y;
	width: 15;
}

td.boxBL {
	background-image: url(/images/box/corner-bl.jpg);
	background-repeat: no-repeat;
	width: 15;
	height: 15;
}

td.boxBottom {
	background-image: url(/images/box/b.jpg);
	background-repeat: repeat-x;
	height: 15;
}

td.boxBR {
	background-image: url(/images/box/corner-br.jpg);
	background-repeat: no-repeat;
	width: 15;
	height: 15;
}

a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	background: #dddddd;
}

.pageTitle {
	font-weight: bold;
	font-size: 20pt;
}

.sideMnuTitle {
	font-weight: bold;
	font-size: 12pt;
}

.textInput {
	background-color: #f8e599;
	font-size: 11px;
	border: 1px #bd9905 solid;
}

.contactUs {
	font-size: 12px;
	font-weight: bold;
}

.myButton {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: 100;
	background-color: #003366;
	border: 3px #bd9905 double;
}

.disclaimer {
	font-size: 11px;
}