BODY {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #EEEEEE;
}

A {
	color: #003388;
	text-decoration: none;
}

A:hover {
	color: #0066FF;
	text-decoration: underline;
}

IMG.logo {
	width: 300px;
	height: 100px;
	float: left;
	padding-left: 10px;
}

IMG.logo_upload {
	border: solid 1px #CCCCCC;
}

DIV.header {
	width: 100%;
	height: 100px;
	background-repeat: repeat-x;
	background-image: url('../images/bgh.png');
}

DIV.border {
	width: 100%;
	height: 5px;
	background-color: #CCCCCC;
}

DIV.content {
	width: 100%;
}

DIV.message_error {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #FFCC00;
	text-align: center;
	padding: 2px 0px 2px 0px;
	border: solid #330000 0px 0px 1px 0px;
	background-color: #990000;
}

DIV.message_success {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 0px 2px 0px;
	border: solid #003300 0px 0px 1px 0px;
	background-color: #009900;
}

DIV.divider {
	width: 100%;
	height: 1px;
	background-color: #CCCCCC;
}

DIV.spacer {
	height: 10px;
}

DIV.footer {
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-weight: 800;
	font-size: 12px;
	text-align: center;
	padding-top: 3px;
}

DIV.odd {
	width: 100%;
	background-color: #E3E3E3;
}

H1, H2, H3 {
	color: #999999;
	margin: 0px;
	padding: 0px;
}

H2.header {
	font-size: 18px;
	color: #FFFFFF;
	float: right;
	padding-top: 70px;
	padding-right: 10px;
}

TEXTAREA.pagebox {
	width: 800px;
	height: 500px;
}

TEXTAREA.subpagebox {
	width: 800px;
	height: 200px;
}

TABLE {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

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

TABLE.frame {
	width: 100%;
}

TABLE.frame TD.content {
	padding: 5px;
}

TABLE.main {
	width: 800px;
}

TABLE.main TD {
	padding: 2px;
}

TABLE.main TD A {
	font-weight: 800;
}

TABLE.main TD B {
	color: #003399;
}

TABLE.main TD LI {
	font-size: 14px;
}

TABLE.main-portal {
	width: 800px;
}

TD.label {
	font-size: 12px;
	text-align: right;
}

TD.error {
	font-size: 14px;
	font-weight: 800;
	color: #990000;
	text-align: left;
}

TD.error_label {
	font-size: 12px;
	color: #990000;
	text-align: left;
}

DIV.error {
	font-size: 14px;
	font-weight: 800;
	color: #990000;
	text-align: left;
	display: inline;
}

DIV.variable {
	width: 230px;
	font-size: 14px;
	font-weight: 800;
	color: #003399;
	display: inline-block;
}

DIV.code {
	width: 100%;
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
}

.shift {
	padding-right: 4px;
}

.small {
	width: 50px;
}

.medium {
	width: 150px;
}

