	body { font-family: Helvetica,Arial,sans-serif;
		}

  .menuitem { border-top: 1px solid rgb(223, 223, 223);
    border-left: 1px solid rgb(223, 223, 223);
    border-bottom: 1px solid rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
    padding: 1px 10px;
    font-size: 107%;
    color: rgb(45, 45, 45);
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
  	font-variant: small-caps;
    opacity: 1;
    background-color: rgb(195,205,244);
    font-family: Helvetica,Arial,sans-serif;
    background-position: center;
    }

  .menuitem a:link { color: rgb(45, 45, 45);
    text-decoration: none;
    }

  .menuitem a:visited { color: rgb(45, 45, 45);
    text-decoration: none;
    }

  .menuitem a:hover { color: rgb(45, 45, 85);
    text-decoration: none;
    }

	.partneritem { background-color: rgb(212,229,254);
    text-decoration: none;
    padding: 5px;
    }

	img { outline: none;
		border: none;
    opacity: 1;
  	moz-opacity: 1;
  	khtml-opacity: 1;
  	filter: alpha(opacity=100);
		}

  a:link { color: rgb(0, 51, 153);
    text-decoration: none;
    }

  a:visited { color: rgb(0, 51, 153);
    text-decoration: none;
    }

  a:hover { color: rgb(0, 51, 153);
    text-decoration: none;
    }

  .header { opacity: 0.85;
  	moz-opacity: 0.85;
  	khtml-opacity: 0.85;
  	filter: alpha(opacity=85);
  	width: 100%;
  	background-color: rgb(170,175,193);
  	border: none;
  	color: black;
  	background-image: url(./images/layout/header.png);
		background-repeat: repeat-x;
		background-position: top left;
    }

	.header :first-letter { font-size: 110%;
		}

  .head { opacity: 0.85;
  	moz-opacity: 0.85;
  	khtml-opacity: 0.85;
  	filter: alpha(opacity=85);
  	width: 100%;
  	background-color: rgb(170,175,193);
  	border: 1px rgb(0,0,0) solid;
  	font-stretch: semi-expanded;
  	font-variant: small-caps;
  	font-size: large;
  	color: black;
  	line-height: 1.3em;
  	padding: 5px 10px 1px 10px;
    }

	.header a:visited { color: black;
		}

  .name { border: 1px rgb(0,0,0) solid;
  	border-bottom-style: none;
  	border-right-style: none;
  	padding: 5px 10px 1px 10px;
  	font-stretch: semi-expanded;
  	font-variant: small-caps;
  	font-size: 125%;
  	line-height: 1.5em;
    }

  .name a { color: rgb(0,0,0);
    }

  .title { border: 1px rgb(0,0,0) solid;
  	padding: 5px 10px 1px 10px;
  	font-stretch: semi-expanded;
  	font-variant: small-caps;
  	font-size: 125%;
  	line-height: 1.5em;
    }

	.date { border: 1px rgb(0,0,0) solid;
  	border-bottom-style: none;
  	border-left-style: none;
  	padding: 5px 10px 1px 10px;
  	font-stretch: semi-condensed;
		font-size: 70%;
  	line-height: 1.1em;
  	background-image: none;
  	vertical-align: top;
  	background-image: url(./images/layout/header.png);
		background-repeat: repeat-x;
		background-position: top left;
		}

  .content { opacity: 0.87;
  	moz-opacity: 0.87;
  	khtml-opacity: 0.87;
  	filter: alpha(opacity=87);
  	width: 100%;
  	background-color: rgb(245,245,245);
  	border: 1px rgb(40,40,40) solid;
  	padding: 10px 10px 7px 10px;
  	line-height: 1.5em;
  	text-indent: 5px;
  	font-size: 10pt;
    }

	.content img { outline: none;
		border: none;
    opacity: 1;
  	moz-opacity: 1;
  	khtml-opacity: 1;
  	filter: alpha(opacity=100);
		}

	.content p:first-letter { font-size: 125%;
		}

	.content h1 { font-variant: small-caps;
		font-weight: bold;
		font-size: 140%;
	  text-align: center;
	  margin-top: 7px;
		}

	.content h1:first-letter { font-weight: bolder;
		font-size: 110%;
		}

	.content h2 { font-variant: small-caps;
		font-weight: bold;
		font-size: 120%;
	  text-align: center;
		}

	.content h2:first-letter { font-weight: bolder;
		font-size: 110%;
		}

	.content h3 { font-variant: small-caps;
		font-weight: bold;
		font-size: 110%;
	  text-align: left;
		}

	.content td { border: 1px rgb(0,0,0) solid;
		padding: 2px 3px;
		}

	.content table { background-color: rgb(229,224,241);
		font-family: Times New Roman,Times,serif;
		font-style: normal;
		}

	.copyright { font-variant: small-caps;
		font-size: 13px;
		text-align: center;
		color: rgb(41,41,41);
		}

  .boxitem { border-top: 1px solid rgb(204,204,204);
    border-left: 1px solid rgb(204,204,204);
    border-bottom: 1px solid rgb(153, 153, 153);
    border-right: 1px solid rgb(153, 153, 153);
    padding: 2px 2px;
    font-size: 13px;
    color: rgb(50, 50, 50);
		opacity: 0.8;
  	moz-opacity: 0.8;
  	khtml-opacity: 0.8;
  	filter: alpha(opacity=80);
    background-color: rgb(245,245,245);
    }

	.boxitem_title { font-variant: small-caps;
		text-align: center;
    background-color: rgb(202,219,244);
    padding: 2px;
    }
