/*
	CASCADING STYLE SHEET
*/


/* BASE */

body     { color: #333333; background-color: #ffffff; margin-top: 0px; margin-left: 0px margin-right: 0px; margin-bottom: 0px; background:url(../img/common-background.jpg) repeat-x top center #ffffff; font-family:Verdana,'‚l‚r ƒSƒVƒbƒN';}
div, p, form, span, hr, img, strong, ul  { margin:0px; padding:0px; }

h1 { font-size:12px; line-height:150%; color:#333333; letter-spacing:0px; margin:0px; font-weight: normal;}
h2 { font-size:12px; line-height:150%; color:#333333; letter-spacing:0px; margin:0px; font-weight: normal;}
h2 { font-size:12px; line-height:150%; color:#333333; letter-spacing:0px; margin:0px; font-weight: normal;}
h4 { font-size:12px; line-height:150%; color:#333333; letter-spacing:0px; margin:0px; font-weight: normal;}
h5 { font-size:10px; line-height:150%; color:#333333; letter-spacing:0px; margin:0px; font-weight: normal;}
h6 { font-size:12px; line-height:130%; color:#333333; letter-spacing:0px; margin:0px; font-weight: normal;}

hr {
	border-width:1px 0px 0px 0px;
	border-style:dotted;
	border-color:#999999;
	height:1px;
	margin:10px 0 10px 0;
}

hr.index-line {
	border-width:1px 0px 0px 0px;
	border-style:dotted;
	border-color:#999999;
	height:1px;
	width:596px;
	margin:10px 0 10px 0;
}

hr.sitemap {
	border-width:1px 0px 1px 0px;
	border-style:solid;
	border-color:#0756a0;
	height:1px;
	width:700px;
	margin:5px 0 10px 0;
}

/* TEXT GOTHIC */

.n10 { font-size:85%; line-height:160%; letter-spacing:0px; font-weight:normal;}
.n12 { font-size:85%; line-height:160%; letter-spacing:0px; font-weight:normal;}
.n14 { font-size:14px; line-height:160%; letter-spacing:0px; font-weight:normal;}

.copyright { font-size:10px; line-height:160%; letter-spacing:0px; font-weight:normal;}

.b10 { font-size:10px; line-height:160%; letter-spacing:0px; font-weight:bold;}
.b12 { font-size:12px; line-height:160%; letter-spacing:0px; font-weight:bold;}
.b14 { font-size:14px; line-height:160%; letter-spacing:0px; font-weight:bold;}

/* IMAGE LINKS */

p.botton a {
	display:inline-block;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	-ms-filter: "alpha(opacity=100)";
	zoom:1;
}

p.botton a:hover {
	display:inline-block;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	-ms-filter: "alpha(opacity=70)";
	zoom:1;
}

/* TEXT LINKS */

a:link    { color: #0756a0;text-decoration: underline; }
a:visited { color: #0756a0;text-decoration: underline; }
a:active  { color: #0756a0;text-decoration: underline; }
a:hover { color: #0756a0;text-decoration: none; }