body {
	font-family: Arial, sans-serif;
	font-size: 90%;
	text-align: center;
	}

h1 { color:#000; font-size:180%; margin-top:0px; margin-bottom:5px;}
h2 { color:#000; font-size:120%; }
h3 { color:#000; font-size:100%; }

a, a:visited {
	color: #00f;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

/* ID Classes */

#main_page { 
	width:760px; 
	margin:0 auto; 
	text-align:justify;
	border:medium ridge #00ff00; 
    }

#head_panel {
    width:100%;
	height:100px; 
	text-align:center;
    background-color:#006600;
	background-image:url(../grafx/head_bg.jpg); 
    }
 
#menu_panel { 
    width:100%;
	text-align:left; 
    background-color:#006600;
	background-image:url(../grafx/menu_bg.jpg); 
	}
 
#counter_panel { 
    width:100%;
	text-align:center; 
    background-color:#006600;
	background-image:url(../grafx/menu_bg.jpg); 
	}
 
#content_area { 
	text-align:center;
	padding-top:20px; 
	padding-right:10px; 
	padding-bottom:20px; 
	padding-left:10px; 
	width:620px; 
	}
 
#content {
	text-align:justify;
	font-family:Verdana, Arial, sans-serif;
	font-size:100%;
	}
 
#bottom_menu {
	text-align:center;
	width:100%;
	height:30px; 
	width:640px; 
	}
 
#footer_panel { 
	width:100%;
	background-image:url(../grafx/head_bg.jpg); 
	background-color:#006600; 
	text-align:center;
	}

.textmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 75%;
	}

.text_bold {
	font-weight:bold;
	}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #fff;
	}

.byline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #fff;
	}

.byline a {
	color: #fff; 
	text-decoration: underline;
}

.byline a:visited {
	color: #fff; 
	text-decoration: underline;
}

.byline a:hover {
	color: #0f0;
	text-decoration: none;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	text-align: center;
	}

/* Print Classes */
#printOnly { display:none; }
