body, html {
  margin:0;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  padding: 0px 0px 0px 0px;
  background-color: #CCCCCC;
} 

h1{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  color : #696969;
  text-align : left;
  line-height: 14px;
  padding-top: 5px;
}

.title{
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight : bold;
  color: #3300FF;
  text-align : left;
  line-height: 12px;
}

.image_right {
  float: right;
  margin: 10px;
}

.image_left {
  float: left;
  margin: 10px;
}

a {
  color: #DDDDDD;
}

/* Menu definitions */

#main_menu_holding {
  width: 191px;
}

#main_menu_holding a:link, #main_menu_holding a:visited, main_menu_holding a:active {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #707070;
  display:block;
  text-decoration: none;
  padding:6px 15px 6px 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#main_menu_holding a:hover {
  background: #b8d6e8 url(../images/body/holding_bar.gif) right repeat-y;
}

#main_menu_awm {
  width: 191px;
}

#main_menu_awm a:link, #main_menu_awm a:visited, #main_menu_awm a:active {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #707070;
  display:block;
  text-decoration: none;
  padding:6px 15px 6px 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#main_menu_awm a:hover {
  background: #b8d6e8 url(../images/body/awm_bar.gif) right repeat-y;
}

#main_menu_albo {
  width: 191px;
}

#main_menu_albo a:link, #main_menu_albo a:visited, #main_menu_albo a:active {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #707070;
  display:block;
  text-decoration: none;
  padding:6px 15px 6px 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#main_menu_albo a:hover {
  background: #b8d6e8 url(../images/body/albo_bar.gif) right repeat-y;
}

td.selected_menu_awm {
  background: #b8d6e8 url(../images/body/awm_bar.gif) right repeat-y;
}

td.selected_menu_albo {
  background: #b8d6e8 url(../images/body/albo_bar.gif) right repeat-y;
}

td.selected_menu_holding {
  background: #b8d6e8 url(../images/body/holding_bar.gif) right repeat-y;
}

td.normal_menu_awm {
  background-color: #dbe9f2;
}

#sub_menu_albo {
  width: 191px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#sub_menu_albo a:link, #sub_menu_albo a:visited, #sub_menu_albo a:active {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #707070;
  display:block;
  text-decoration: none;
  padding:3px 15px 3px 35px;
}

#sub_menu_albo a:hover {
  background: #b8d6e8 url(../images/body/albo_bar.gif) right repeat-y;
}

#sub_menu_awm {
  width: 191px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

#sub_menu_awm a:link, #sub_menu_awm a:visited, #sub_menu_awm a:active {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #707070;
  display:block;
  text-decoration: none;
  padding:3px 15px 3px 35px;
}

#sub_menu_awm a:hover {
  background: #b8d6e8 url(../images/body/awm_bar.gif) right repeat-y;
}

td.normal_sub_menu {
  background-color: #eff4f8;
}

td.selected_sub_menu_albo {
  background-color: #b8d6e8;
}

td.selected_sub_menu_awm {
  background-color: #b8d6e8;
}

/* Structure definitions */

#header_holding {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
  color: #FFFFFF;
  width: 1001px;
  height: 25px;
  background-color: #5f82a9;
}

#header_holding a:link, #header_holding a:visisted {
  text-decoration: none;
  color: #FFFFFF;
}

#header_holding a:hover {
  text-decoration: underline;
}

#header_awm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
  color: #1b4d85;
  width: 1001px;
  margin: auto;
  height: 25px;
  background-color: #fece67;
}

#header_awm a:link, #header_awm a:visisted {
  text-decoration: none;
  color: #1b4d85;
}

#header_awm a:hover {
  text-decoration: underline;
}

#header_albo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12;
  color: #FFFFFF;
  width: 1001px;
  margin: auto;
  height: 25px;
  background-color: #f6936e;
}

#header_albo a:link, #header_albo a:visisted {
  text-decoration: none;
  color: #FFFFFF;
}

#header_albo a:hover {
  text-decoration: underline;
}

#title {
  width: 1001px;
  height: 91px;
  margin-left: auto;
  margin-right: auto;
}

td.title_logo_holding {
  height: 91px;
  background: #FFFFFF url(../images/body/logo_holding.gif) left no-repeat;
}

td.title_logo_awm {
  height: 91px;
  background: #FFFFFF url(../images/body/logo_awm.gif) left no-repeat;
}

td.title_logo_albo {
  height: 91px;
  background: #FFFFFF url(../images/body/logo_albo.gif) left no-repeat;
}

td.title_spacer {
  width: 14px;
  height: 91px;
  background: #FFFFFF url(../images/body/title_spacer.gif) no-repeat;
}

td.title_right {
 width: 150px;
 height: 91px;
 vertical-align: top;
}

#body {
  width: 1001px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}

td.bk_holding {
  background: #FFFFFF url(../images/body/bk_holding.jpg) top center no-repeat;
}

td.bk_awm_logo {
  background: #FFFFFF url(../images/body/bk_awm_logo.jpg) top center no-repeat;
}

td.bk_awm_profile {
  background: #FFFFFF url(../images/body/bk_awm_profile.jpg) top center no-repeat;
}

td.bk_awm_solutions {
  background: #FFFFFF url(../images/body/bk_awm_solutions.jpg) top center no-repeat;
}

td.bk_awm_organization {
  background: #FFFFFF url(../images/body/bk_awm_organization.jpg) top center no-repeat;
}

td.bk_albo_logo {
  background: #FFFFFF url(../images/body/bk_albo_logo.jpg) top center no-repeat;
}

td.bk_albo_profile {
  background: #FFFFFF url(../images/body/bk_albo_profile.jpg) top center no-repeat;
}

td.bk_albo_solutions {
  background: #FFFFFF url(../images/body/bk_albo_solutions.jpg) top center no-repeat;
}

td.bk_albo_organization {
  background: #FFFFFF url(../images/body/bk_albo_organization.jpg) top center no-repeat;
}

td.building {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}

td.content_left {
  width: 11px;
  background: #FFFFFF url(../images/body/content_left.gif) repeat-y;
}

td.content_right {
  width: 14px;
  background: #FFFFFF url(../images/body/content_right.gif) repeat-y;
}

#content {
  width: 635px;
}

#content a:link, #content a:visited, #content a:active {
  color: #3399FF;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

td.content_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  height: 22px;
  background: #FFFFFF url(../images/body/content_header.gif) repeat-x;
}

td.content_footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  height: 20px;
  background: #FFFFFF url(../images/body/content_header.gif) bottom repeat-x;
}

td.content_body {
}

.news_intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #595b5d;
}

.news_intro_awm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #556a71;
}

.news_intro_albo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #EEEEEE;
}

#news_holding {
  background: #FFFFFF url(../images/body/news_bk_holding.gif) repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #134780;
}

#news_holding a:link, #news_holding a:visited, #news_holding a:active {
  color: #ffffff;
  text-decoration: none;
}

#news_holding a:hover {
  text-decoration: underline;
}

#news_awm {
  background: #FFFFFF url(../images/body/news_bk_awm.gif) repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #134780;
}

#news_awm a:link, #news_awm a:visited, #news_awm a:active {
  color: #134780;
  text-decoration: none;
}

#news_awm a:hover {
  text-decoration: underline;
}

#news_albo {
  background: #FFFFFF url(../images/body/news_bk_albo.gif) repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

#news_albo a:link, #news_albo a:visited, #news_albo a:active {
  color: #ffffff;
  text-decoration: none;
}

#news_albo a:hover {
  text-decoration: underline;
}

#footer_holding {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  width: 1001px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  background: #5f82a9 url(../images/body/footer_logo_holding.jpg) no-repeat right;
}

#footer_holding a:link, #footer_holding a:visited {
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  text-decoration: none;
}

#footer_holding a:hover {
  text-decoration: underline;
}

#footer_awm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  width: 1001px;
  margin: auto;
  height: 37px;
  background: #5f82a9 url(../images/body/footer_logo_awm.jpg) no-repeat right;
}

#footer_awm a:link, #footer_awm a:visited {
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  text-decoration: none;
}

#footer_awm a:hover {
  text-decoration: underline;
}

#footer_albo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  width: 1001px;
  margin: auto;
  height: 37px;
  background: #4ca0d3 url(../images/body/footer_logo_albo.jpg) no-repeat right;
}
#footer_albo a:link, #footer_albo a:visited {
  padding: 0px 5px 0px 5px;
  color: #FFFFFF;
  text-decoration: none;
}

#footer_albo a:hover {
  text-decoration: underline;
}