@charset "utf-8";
/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
margin:0px;
padding:0px;
}

.m1 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color:#009;
}
.m1 A:link {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color:#009;
}
.m1 A:visited {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color:#009;
}
.m1 A:hover {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color: #900;
}

.s1 {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	color:#009;
}

.s2 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	}
	
.s3 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #900;
	}
	
.s4 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00C;
	}
	
.s5 {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#093;
	}
	
.link_ogl {
    font-family: Tahoma;
	font-size:13px;
	line-height: 20px;
	color: #006699;
	text-decoration:none;
}
.link_ogl A:link {
    font-family: Tahoma;
	font-size:13px;
	line-height: 20px;
	color:#006699;
	text-decoration:none;
}
.link_ogl A:visited {
    font-family: Tahoma;
	font-size:13px;
	line-height: 20px;
	color:#006699;
	text-decoration:none;
}
.link_ogl A:hover {
    font-family: Tahoma;
	font-size:13px;
	line-height: 20px;
	color: #990000;
	text-decoration:none;
}

