body {
	background-color:#FC0;
	background-image:url(../img/BG.png);
	padding:0px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

.table {
	width:100%;
}

.table .top .left {
	background-image:url(../img/corners/tl_b.png);
}

.table .top .mid {
	height:10px;
	background-color:#FFF;
	
	background-image:url(../img/corners/b.png);
	background-position:top;
	background-repeat:repeat-x;
}

.table .top .right {
	background-image:url(../img/corners/tr_b.png);
}


.table .mid .left {
	width:10px;
	background-color:#FFF;
	background-image:url(../img/corners/b.png);
	background-position:left;
	background-repeat:repeat-y;
}

.table .mid .mid {
	background-color:#FFF;
}

.table .mid .right {
	width:10px;
	background-color:#FFF;
	background-image:url(../img/corners/b.png);
	background-position:right;
	background-repeat:repeat-y;
}


.table .low .left {
	background-image:url(../img/corners/ll_b.png);
}

.table .low .mid {
	height:10px;
	background-color:#FFF;
	background-image:url(../img/corners/b.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.table .low .right {
	background-image:url(../img/corners/lr_b.png);
}

.table .space td {
	height:10px;
}

.table .spaceleft, .table .spaceright {
	width:100px;
	background:none;
}

.footer a, .content a {
	color:#06F;
	text-decoration:none;
}

.footer a:hover, .content a:hover {
	color:#03F;
	text-decoration:underline;
}

h1, b, strong {
	color:#000;
	border-bottom:1px solid #CCC;
}

hr {
	border:none;
	border-bottom:1px solid #CCC;
}

input[type=text], select, textarea {
	border:1px solid #CCC;
	padding:5px;
}

input[type=submit] {
	border:1px outset #06F;
	padding:5px;
	background:#c2daff;
	cursor:pointer;
}

input[type=submit]:hover {
	border:1px outset #03F;
	padding:5px;
	background:#aaccff;
	cursor:pointer;
}

.cr td {
	padding:5px;
}

.cr .h td {
	background-color:#eaecf0;
	font-weight:bold;
	padding:0px;
	border-bottom:1px solid #CCC;
	padding:5px;
}