* {margin:0; padding:0;}
 

p, H2, H3 { color: black ; FONT-FAMILY: Verdana ; font-weight: normal}

p.header { color: white ; FONT-FAMILY: Verdana ; font-weight: normal}
.errmsg { color: red ; }

.header { color:#FFFFFF ; text-align:right; font-size:10px; }
.footer { color:#C1C1C1 ; text-align:justify; font-size:10px; }

.menu { color: black ; FONT-FAMILY: Verdana ; font-weight: normal; font-size:13px; text-align:right;}
.motto { color: black ; FONT-FAMILY: Verdana ; font-weight: bold; font-size:15px; text-align:center; margin-left: 10px; margin-right: 10px}
 
.maintext { color: black ; FONT-FAMILY: Verdana ; font-weight: normal; font-size:13px; text-align:justify; margin-left: 40px; margin-right: 20px}
.ArticleBody { color: black ; FONT-FAMILY: Verdana ; font-weight: normal; font-size:13px; text-align:justify; margin-left: 40px; margin-right: 40px}

li { color: black ; FONT-FAMILY: Verdana ; font-weight: normal; font-size:13px; text-align:left; margin-left: 20px; }
td { color: black ; FONT-FAMILY: Verdana ; font-weight: normal; font-size:13px; }

.mainh2 { color: black ; FONT-FAMILY: Verdana ; font-weight: normal; font-size:24px; text-align:justify; margin-left: 20px; margin-right: 20px}

A.menu:link		{ color: #000000 ;text-decoration: none}
A.menu:visited	{ color: #000000 ;text-decoration: none}
A.menu:active	{ color: #000000 ;text-decoration: none}
A.menu:hover 	{ color: #000000 ;text-decoration: none}

A.footer:link		{ color: #C1C1C1 ;text-decoration: none}
A.footer:visited	{ color: #C1C1C1 ;text-decoration: none}
A.footer:active	{ color: #C1C1C1 ;text-decoration: none}
A.footer:hover 	{ color: #C1C1C1 ;text-decoration: none}


img.topbottomborder {
    border-style:solid;
    border-top-color:#E0DED9;
    border-bottom-color:#E0DED9;
    border-width:1px;
    border-top-width:1px;
    border-left-width:0px;
    border-right-width:0px;
}

img.fullborderx {
    border-style:solid;
    border-top-color:black;
    border-bottom-color:black;
    border-left-color:black;
    border-right-color:black;
    border-width:1px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
}

img.fullborder {
    border-style:solid;
    border-top-color:white;
    border-bottom-color:white;
    border-left-color:white;
    border-right-color:white;
    border-width:1px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
}

div.Article {
  background: url(images/custom_corners_topleft.png) top left no-repeat;
  width:100%;
  } 
div.Article h1 {
  background: url(images/custom_corners_topright.png) top right no-repeat;
  font-size:24px;
  padding:25px;
  margin:0;
  text-align:left;
  font-weight: normal;
  }
div.Article h3 {
  background: url(images/custom_corners_topright.png) top right no-repeat;
  font-size:24px;
  padding:25px;
  margin:0;
  text-align:left;
  font-weight: normal;
  }
div.Article h2 {
  font-size:15px;
  padding:0px;
  margin:0;
  text-align:left;
  font-weight: bold;
  }
div.ArticleBody {
  background: url(images/custom_corners_rightborder.png) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:40px;
  }
div.ArticleFooter {
  background: url(images/custom_corners_bottomleft.png) bottom left no-repeat;
  font-size:13px;
  text-align:left;
  }
div.ArticleFooter p {
  background: url(images/custom_corners_bottomright.png) bottom right no-repeat;
  padding:25px;
  display:block;
  margin:-2em 0 0 0;
  }


div.ArticleLeft {
  background: url(images/darker_grey_custom_corners_topleft.png) top left no-repeat;
  width:99%;
  } 
div.ArticleLeft h3 {
  background: url(images/custom_corners_topright.png) top right no-repeat;
  font-size:14px;
  padding:15px;
  margin:0;
  font-weight: bold;
  }
div.ArticleLeftBody {
  background: url(images/custom_corners_rightborder.png) top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:30px;
  font-size:12px;
  }
div.ArticleLeftFooter {
  background: url(images/custom_corners_bottomleft.png) bottom left no-repeat;
  }
div.ArticleLeftFooter p {
  background: url(images/custom_corners_bottomright.png) bottom right no-repeat;
  padding:30px;
  display:block;
  margin:-2em 0 0 0;
  font-size:12px;
  }

A.ArticleURL:link		{ color: #000000 ; text-decoration: underline}
A.ArticleURL:visited	{ color: #000000 ;text-decoration: underline}
A.ArticleURL:active	{ color: #000000 ;text-decoration: underline}
A.ArticleURL:hover 	{ color: #000000 ;text-decoration: none; background: #E0DED9;}
