/* style.css */

BODY {
	color: black;
	background: white;
	font-size: 12px; 
	}

H1 { 
	color: white; 
	background-color: blue; 
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"; 
	font-weight: lighter; 
	font-size:2em; 
	margin-left: 0; 
   	border-width: 1; 
	border-style: none; 
	text-align: center; 
     }

H2 { 	color: white; 
	background-color: blue;
	font-weight: bold; 
	font-size: 14px; 
	margin-left: 0; 
   	border-width: 1; 
	border-style: none; 
	text-align: left; 
	padding-left: 24px;
; font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"
    }

H2.half {
	color: yellow; 
	background-color: blue;
	font-weight: bold; 
	font-size: 14px; 
	text-align: center;
	margin: 5 120px;
	border-style: groove;
	border-width: 2px;
	border-color: #EEEEEE;
	height: 14px;
	padding: 0;
    }

H2.icon {
	color: blue; 
	background-color: white;
	font-weight: bold; 
	font-size: 14px; 
	text-align: center;
	margin: 5 120px;
	border-style: groove;
	border-width: 2px;
	border-color: #EEEEEE;
	height: 14px;
	padding: 0;
    }

H3 {
 	color: blue; 
	font-weight: bold; 
	font-size: 1em; 
	margin-left: 0; 
   	border-width: 1; 
	border-style: none; 
	text-align: left; 
	padding-left: 18px;
    }

H4 { margin-bottom: 0em; }

TD {
	background-repeat: no-repeat;
	background-position: right;
	}

TD.menu {
	padding-left: 5px;
	font-size: 14px;
	text-align: left; 
	height: 20px;
	}

TD.sub {
	padding-left: 15px;
	font-size: 12px; 
	text-align: left; 
	height: 15px;
	}

	
P { }
DIV { }

HR {
	height: 1px;
	width: 95%;
		}

A { color: blue; }
A:active { color: red; text-decoration: underline; }
A.Menu { color: blue; text-decoration: none; } 
A.Sub { color: blue; text-decoration: none; } 
A.NoUnderLine { color: blue; text-decoration: none; } 
A.NoUnderLine:hover { color: blue; text-decoration: underline; }
A.NoUnderLine:active { color: red; text-decoration: underline; }

STRONG { font-style: italic; font-weight: bold;font-family: sans-serif; }
EM { font-style: italic; font-weight: normal; font-family: serif;}
ADDRESS { font-size:1.2em; font-style: italic; text-align: center; }

SPAN.blue { color: white; background-color: blue; }



b {  font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka"}
