
h1, h2, h3, h4, h5, h6		
{
	font-weight: bolder;
	font-family: sans-serif;
	padding: 0px;
	margin: 0px 0px 1ex 0px;
}

h1 { font-size: 40px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }

table { font-size: 100%; border-collapse: collapse; border: solid 1px #cccccc }
table th { padding: 5px; }
table td { padding: 5px 0px 5px 0px; border: solid 1px #cccccc }
table.layout { border: none }
table.layout td { border: none }

a {
        font-size: 1em;
}
a:link {
        color: #006699;
}
a:visited {
        color: #CC66CC;
}

.onSiteLink a {
	font-size: 0.9em;
}
.onSiteLink a:link {
        color: #006699;
}
.onSiteLink a:visited {
        color: #CC66CC;
}
.offSiteLink a {
	font-size: 0.9em;
	font-style: italic;
}
.offSiteLink a:link {
	color: #006699;
}
.offSiteLink a:visited {
	color: #CC66CC;
}
.bannner {
        width: 100%;
        height: 68px;
        line-height: 0px;
}
.bannerline {
        width: 100%;
        height: 0.5em;
        line-height: 0px;
        border-style: solid;
        border-color: #000077;
        border-width: 1px 0px 0px 0px;
}
.bannerleft {
        position: absolute;
        top: 4px;
        left: 4px;
}
.bannerright {
        position: absolute;
        top: 4px;
        right: 4px;
}
.bannertextleft {
	font-weight: bolder;
        font-family: sans-serif;
        position: relative;
        font-size: 250%;
	margin: 0.4em 0em 0em 0.1em;
}
.bannertextleft a {
        text-decoration: none;
}
.bannertextright {
        position: relative;
        top: -1px;
        padding-right: 0.3em;
        font-size: 200%;
        font-style: italic;
        letter-spacing: 0.01em;
}
.noncss {
        display: none;
}
.bodyblock {
	width: 80%;
        margin: 5em 1em 0.6em 1em;
        color: #000000;
}
.bodyblock_nomargin {
        margin: 5em 1em 0.6em 1em;
        color: #000000;
}

.footerblock {
	font-weight: normal;
        font-family: "Janson Text",JansonText,Times,"Times New Roman",serif;
	font-size: 0.8em;
	margin: 0em 0.2em 0.6em 0.2em;
}

.box {
	margin-top: 2em;
	float: right;
}
.bl {background: url(img/box/bl.jpg) 0 100% no-repeat}
.br {background: url(img/box/br.jpg) 100% 100% no-repeat}
.tl {background: url(img/box/tl.jpg) 0 0 no-repeat}
.tr {background: url(img/box/tr.jpg) 100% 0 no-repeat; padding:5px}
.t {background: url(img/box/1px.jpg) 0 0 repeat-x; width: 200px}
.b {background: url(img/box/1px.jpg) 0 100% repeat-x}
.l {background: url(img/box/1px.jpg) 0 0 repeat-y}
.r {background: url(img/box/1px.jpg) 100% 0 repeat-y}

.flag {
	font-size: 0.8em;
	text-align: center;
}

pre		
{
	padding: 0 0 0 25px;
	font-size: 9pt;
}

body	
{
	font-weight: normal;
	font-family: "Janson Text",JansonText,Times,"Times New Roman",serif;
	background: #ffffff;
	color: #000000;
	margin: 5px;
}

img
{
	border: 0px;
}

.xhtml-logo { right: 10px; }


.info
{
	border: 0px;
}

.info .key
{
	text-align: right;
	font-weight: bold;
	padding: 4px;
}

.info .value
{
	text-align: left;
	font-weight: normal;
	padding: 4px;
}

.error
{
	color: red;
	border-width: 1px;
}


.page_title
{
	clear: both;
	display: block;
}

.logo {
	float: right;
	clear: right;
	margin: 0px 0px 1em 1em;
	text-align: right;
}

