/* ***** header ***** */
.body_header {
	margin-top:0px; 	
	margin-left:0px; 	
	margin-right:0px; 	
	margin-bottom:0px;	
}


/* ***** standalone colors ***** */
.myorange1
{ color:#306090;
}


.myorange2
{ color:#306090;
}

.myblue1
{ color:#306090;
}

.myblue2
{ color:#306090;
}


/* ***** menu ***** */
.body_menu {
	margin-top:0px; 	
	margin-left:0px; 	
	margin-right:0px; 	
	margin-bottom:0px;	
}

.body_menu TD {
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;	
}

.level_0 {
	font-weight:bold;
}

.level_1 {
	font-weight:normal;
}


.menu a {
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;	
	font-weight:bold;
	
	display:block;
	width:126px;
	height:22px;
	margin: 1px 10px;
	padding:5px 0px 0px 0px;
	text-decoration: none;
	align: right;

	background: url("../images/level_0.gif") 0 0 no-repeat;
}
.menu a:link {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;	
}
.menu a:visited {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;	
}
.menu a:hover {	
	color:#444444;
	text-decoration: none;
	background-position: -162px 0;	
}
.menu a:active {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;
}
.menu a:focus {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;
}



.menu_sub a {
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;	
	font-weight:normal;
	
	display:block;
	width:126px;
	height:22px;
	margin: 1px 10px;
	padding:5px 0px 0px 0px;
	text-decoration: none;
	align: right;

	background: url("../images/level_1.gif") 0 0 no-repeat;
}

.menu_sub a:link {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;	
}
.menu_sub a:visited {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;	
}
.menu_sub a:hover {	
	color:#444444;
	text-decoration: none;
	background-position: -162px 0;	
}
.menu_sub a:active {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;
}
.menu_sub a:focus {
	color:#444444;
	text-decoration: none;
	background-position: 0 0;
}




/* ***** trailer ***** */
.body_trailer {
	font-size:9px;
	margin-top:10px; 	
	margin-left:0px; 	
	margin-right:0px; 	
	margin-bottom:0px;
	background-color:#B6B3AE;
}



/* ***** orange ***** */
.body_orange {
	margin-top:0px; 	
	margin-left:0px; 	
	margin-right:0px; 	
	margin-bottom:0px;	
	background-color:#306090;
}



/* ***** error ***** */
.body_error {
	background-color:#F1F1F1;
	margin-top:25px; 	
	margin-left:30px; 	
	margin-right:30px; 	
	margin-bottom:0px; 	
}



/* ***** navbar ***** */
.body_navbar {
	margin-top:0px; 	
	margin-left:0px; 	
	margin-right:0px; 	
	margin-bottom:0px; 	
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;	
}



/* ***** restriction ***** */
.body_restriction {
	background-color:#FFFFFF;
	margin-top:0px; 	
	margin-left:0px; 	
	margin-right:0px; 	
	margin-bottom:0px; 	
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;	
}



/* ***** data ***** */
.body_data {
	background-color:#FFFFFF;
	margin-top:15px; 	
	margin-left:30px; 	
	margin-right:10px; 	
	margin-bottom:0px; 	
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;	
}
.body_data TD {
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;	
}



/* ***** common, miscellaneous ***** */
body {
	margin-top:16px; 	
	margin-left:20px; 	
	margin-right:20px; 	
	margin-bottom:100px; 	
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;	
}

.header {		
	font-size:14px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#306090;	
}

.header2 {		
	font-size:12px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#306090;	
}

.header3 {		
	font-size:10px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#306090;	
}

.header_error {
	font-size:14px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FF0000;
}

.header2_error {
	font-size:12px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#444444;
}

.regular {		
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:darkblue;	
	line-height:14pt;
}

.small {		
	font-size:10px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#444444;	
	line-height:14pt;
}

.red {
	font-size:11px; 	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#990000;
	line-height:14pt;	
}


a:link {
	text-decoration:underline;
	color:blue;
}
a:visited {
	text-decoration:underline;
	color:#444444;
}
a:hover {
	text-decoration:underline;
	color:#306090;
}
a:active {
	text-decoration:underline;
	color:#444444;
}
a:focus {
	text-decoration:underline;
	color:#444444;
}














