body {
	background-color: #000000;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	color: #222222;
	line-height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

html>body {text-align: -moz-center;}

html {
scrollbar-base-color: #000092;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #000000;

scrollbar-shadow-color: #000000;
scrollbar-lightshadow-color: #000000;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: #000000;
}

td {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	color: #222222;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
}

.left {
	background-image: url(/images/left_side.gif);
	background-repeat: repeat-y;
	background-position: top right;
}

.right {
	background-image: url(/images/right_side.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

.content {
	background-image: url(/images/content_top_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 25px;
	padding-right: 10px;
	background-color: #FFFFCC;
}

.indent {
	padding-left: 10px;
}

.bottom {
	text-align: center;
	color: #000000;
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.input {
	color: #666666;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
}

.input_btn {
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000092;
	border-style: none;
	padding: 3px;
}

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

a:link {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.bottom a:link {
	font-family: arial,verdana,sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.bottom a:visited {
	font-family: arial,verdana,sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.bottom a:active {
	font-family: arial,verdana,sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.bottom a:hover {
	font-family: arial,verdana,sans-serif;
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}