body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif; 
}
p, table, div {
/*	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif; */
	font: normal 1em Verdana, Arial, Helvetica, sans-serif; 
}
a {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
	font-size: 11px;
}
a.secondary {
	font-weight: normal;
}
.menu-link {
/*    margin: 2px;
    width: 110px;*/
    padding-right: 7px;
    float: left;
	font-size: 11px;
}
.spacer {
    clear: both;
}
a:hover {
	color: #FF9900;
	font-size: 11px;
}
a.menu-item:hover {
    text-decoration: none;
	color: #FF9900;
    padding-bottom: 4px;
    border-bottom: 2px solid #FF9900;
	font-size: 11px;
}
#content {
	background-color: white;
	z-index: 3;
    margin: 0px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
    /*width: 720px;*/
    text-align: left;
}
#utils {
	position: relative;
	top: 0px;
	right: 18px;
	float: right;
}
#navAlpha {
    /*
	border: 1px solid #999999;
	background: #EEEEEE;
    */
    margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
    /*width: 790px;*/
}
/* Opera 7 fix */
/*
body>#navAlpha {
	width: 790px;
}
*/
#header {
	height: 60px;
	margin: 0px 0px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #0066CC;
}
#footer {
	font-size: 0.8em;
	text-align: right;
/*	vertical-align: middle; */
	clear: both;
	padding: 0px 18px 10px 0px;
}
.col1 {
	position: static;
	height: 11pt;
	width: 150px;
	padding: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
	font-weight: bold;
}
.col2 {
	position: static;
	height: 11pt;
	width: 150px;
	padding: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
}
.col3 {
	position: static;
	height: 11pt;
	width: auto;
	overflow: hidden;
	clear: right;
}
.col2-2 {
	position: relative;
	left: -3px;
	height: 11pt;
	width: auto;
	clear: right;
}
.col2-3 {
	position: relative;
	left: -3px;
	height: 11pt;
	width: 50px;
	clear: right;
	text-align: right;
}
/* Opera 7 fix */
div>.col2-2 {
	position:static;
}
form {
	padding: 0px;
	margin: 0px;
    display: inline;
}
select.listbox {
/*	font-size: 8pt; */
	margin: 2px 1px 2px 0px;
}
textarea.textbox,input.textbox {
/*	font-size: 8pt; */
	color: black;
	margin: 0px;
	border: 1px solid #666666;
	background: white;
}

input.button {
    border: 1px solid #aaa;
    background-color: #ccc
}
.pedbox {
	padding: 1px 2px 1px 2px;
	text-align: left;
	vertical-align: middle;
}
.pedbox-text {
/*	font-size: 7pt; */
}
.text {
/*	font-size: 8pt; */
/*	font-size: 0.9em; */
}
.menu-title {
/*	font-size: 1em; */
	font-weight: normal;
	color: #333333;
	padding: 0px;
    float: left;
	width: 100px;
}
.menu-item {
/*	font-size: 0.9em; */
	font-weight: bold;
/*    border-bottom: 3px solid white; */
    padding-bottom: 4px;
}
.content-title {
/*	font-size: 14pt; */
    font-size: 1.6em;
	font-weight: normal;
	margin:0px 0px 20px 0px;
	padding:0px;
/*	color: #666666; */
	color: #002B51;
    text-align: left;
}
.content-subtitle {
	font-weight: bold;
/*	font-size: 10pt; */
    font-size: 1.2em;
	border-width: 1px;
	border-bottom-style: dotted;
	border-color: #999999;
	padding: 5px 0px;
	margin: 10px 0px 10px 0px;
	clear: both
}
.content-menubar {
	font-weight: bold;
/*	font-size: 10pt; */
	border-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #999999;
	padding: 5px 0px;
	margin: 0px 0px 20px 0px;
	clear: both
}
.tab-page, .div-page {
	width: 680px;; 
/*	height: 550px; */
	margin: 0px;
	padding: 10px;
	background-color: #F9F9F9;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
.ped-page {
/*	width: 90%; */
	height: 520px;
	margin: 0px;
	padding: 10px;
	background-color: #F9F9F9;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}
.div-page {
    border-top-style: solid;
    margin-bottom: 5px;
}
.tab-row {
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	border-collapse: collapse;
}
.tab {
	background-color: #EEEEEE;
	border-width: 1px;	
	border-color: #CCCCCC;
	border-right-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	text-align: center;
	white-space: nowrap;
	padding: 3px 5px;
}
.tab-selected {
	padding: 3px 5px;
	font-weight: bold;
	background-color: F9F9F9;
	border-width: 1px;
	border-color: #CCCCCC;
	border-bottom-style: none;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	text-align: center;
	white-space: nowrap;
}
.tab-last {
	border-width: 1px;	
	border-color: #CCCCCC;
	border-bottom-style: solid;
	width: 100%;
}

P.para {
    width: 660px;
    text-align: justify;
    line-height: 1.3em;
}

.para-title {
    font-weight: bold;
/*    font-size: 1.0em; */
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.error {
    color: #990000;
}
