body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	width: 100%;
	background-color: #00667c;
}

body.welcome {
	background-color: #ffffff;
}

img {
	border: none;
}

html, body, #mid {
	height:100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

table#mid {
	width: 100%;
}

td#midtd {
	vertical-align: middle;
}

table#sheet {
	width: 100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

td#welcome, td#text {
	width: 446px !important;
	height: 446px !important;
	text-align: left;
}

td#welcome {
	background-color: #00667c;
	text-align: center;
	vertical-align: middle;
}

td.border {
	vertical-align: bottom;
	width: 50%;
}

/* welcome page */

td#welcome img {
	width: 446px;
	height: 446px;
	border: none;
}

td#logo {
	width: 446px;
	text-align: right;
}

td#logo img {
	width: 208px;
	height: 61px;
	border: none;
	margin-bottom: 10px;
}

/* menu styles */

div#menu {
	margin-left: 15px;
	text-align: left;
}

div#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}

div#menu li, div#menu a {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #00A3BA;
}

div#menu a.current {
	color: #00A3BA;
}

td#text {
	background-color: #dbe3ed;
	margin: 23px;
	color: #505050;
	vertical-align: top;
}

td#text.gray {
	background-color: #d7d7d7;
}

td#text div.box, td#text div.box2 {
	margin: 23px;
	width: 400px;
	height: 400px;
	font-size: 13px;
	font-weight: 500;
	line-height: 18px;
}

td#text div.box2 {
	font-size: 11px;
	line-height: 15px;
}

td#bottom {
	text-align: right;
	font-size: 12px;
	line-height: 0px;
	color: #7c7c7c;
	height: 28px;
	vertical-align: bottom;
}

td#bottom a {
	color: #ffffff;
	text-decoration: none;	
}

td#text a {
	color: #979797;
	text-decoration: none;	
}


td#bottom a:hover, td#bottom a.current {
	color: #00A3BA;
}

td#text a:hover {
	color: #000000;
}
img#spacer {
	width: 446px;
	height: 1px;
	border: none;
}

input, textarea, select, option {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial;
	color: #000000;
	background-color: #ffffff;
}

input, textarea, select {
	border: solid 1px #909090;
}

td.w100 input, td.w100 textarea {
	width: 300px;
}

td.w100 {
	text-align: right;
	width: 300px;
}

td.w30 input {
	width: 90px;
}

td.w70 input {
	width: 200px;
}
.nobr {
	white-space: nowrap;
}

table.small {
	font-size: 9px;
}

span.bold {
	font-weight: bold;
}

input.button {
	background-color: #cccccc;
}

select {
	width: 80px;
}

option, optgroup {
	color: #000000;
	padding: 0;
	margin: 0;
}

optgroup {
	font-variant: normal;
	font-style: normal;
	background-color: #dbe3ed;
}

input.error {
	border: solid 1px #ff5050;
}

body#upload {
	margin: 0;
	padding: 0;
	background-color: #dbe3ed;
	font-size: 11px;
	vertical-align: middle;
}

body#upload table {
	height: 100%;
}

body#upload td {
	padding: 7px;
}

#uploaded {
	color: #000000;
	font-weight: bold;
}

option.group {
	font-weight: bold;
}

input.checkbox {
	border: none;
	backgrouund: transparent;
	padding: 0;
	margin: 0;
}
