body
{
	font-family: arial, helvetica, verdana, sans-serif;
	background-image: url("../images/layout/bg.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

p { text-indent: 15px; }

img { border: 0px; }

.ibord { border: 3px ridge #EEEEEE; }

h1,h2,h3
{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h2 { font-size: 24px; }

h3 { font-size: 18px; }

hr,hr.top
{
	height: 1px;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

hr
{
	color :#F26D7D;
}

hr.top
{
	color: #0000CC;
	position: relative;
	top: -16px;
	left: -1px;
}

table
{
	width: 100%;
}

td
{
	padding: 0px;
}

a
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:hover { color: #AA0000; }

.title,.content
{
	background-color: #FFFFFF;
	width: 900px;
	height: 440px;
	overflow: hide;
	margin-left: auto;
	margin-right: auto;
}

.title
{
	border: 1px solid #000000;
	height: 100px;
	padding: 0px;
}

.title2
{
	width: 569px;
	background-image: url("../images/layout/palmslarge.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}

.menucell
{
	background-color: #EEEEEE;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
   text-align: center;
}

.bbord { border-bottom: 1px solid #000000; }

.content
{
	font-size: 14px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 500px;
	width: 900px;
	overflow: auto;
	padding: 0px;
	padding-top: 10px;
}

.oneoftwo
{
	width: 695px;
	height: 100%;
	float: left;
	margin-left: 3px;
}

.twooftwo
{
	margin-left: 698px;
}

.txtinput
{
	background-color: #EEEEEE;
	border: 1px solid #000000;
	font-size: 11px;
	font-weight: bold;
}

.inputbutton
{
	background-color: #000000;
	border: 2px solid #CC0000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.cjust
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.ljust { text-align: left; }
.rjust { text-align: right; }
.tjust { vertical-align: top; }
.bjust { vertical-align: bottom; }


.info,.infobold,.infored,.inforedbold { font-size: 16px; }
.infobold,.inforedbold { font-weight: bold; }
.infored,.inforedbold { color: #CC0000; }

.tl
{
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.br
{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.bb { border-bottom: 1px solid #000000; }

.zeropad { padding: 0px; }
.threepad { padding: 3px; }
.oneline { white-space: nowrap; }