@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.navigation{
	height: 20px;
	width: 100%;
	}
.menu1{
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	width: 140px;
	height: 20px;
	position: absolute;
	top: 0px;
	background-color: #ffff00;
	text-align: center;
	vertical-align: middle;
	}
.menu1 a {
	display:block;
	width: 140px;
	background-color: #ffff00;
}
.menu1 a:hover {
	background-color: #B60404;
}
.link1 A:link {text-decoration: none; color: #000000;}
.link1 A:visited {text-decoration: none; color: #000000;}
.link1 A:active {text-decoration: none; color: #000000;}
.link1 A:hover {text-decoration: none; color: #ffffff;}

.link2 A:link {text-decoration: none; color: #ffffff;}
.link2 A:visited {text-decoration: none; color: #ffffff;}
.link2 A:active {text-decoration: none; color: #ffffff;}
.link2 A:hover {text-decoration: none; color: #ffffff;}

.link3 A:link {text-decoration: none; color: #ffff00;}
.link3 A:visited {text-decoration: none; color: #ffff00;}
.link3 A:active {text-decoration: none; color: #ffff00;}
.link3 A:hover {text-decoration: none; color: #B60404;}

.menu2{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	width: 200px;
	height: 20px;
	position: absolute;
	top: 0px;
	background-color: #343434;
	text-align: center;
	vertical-align: middle;
	}
.menu2 a {
	display:block;
	width: 200px;
	background-color: #343434;
}
.menu2 a:hover {
	background-color: #006600;
}

.menu3{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	width: 180px;
	height: 20px;
	position: absolute;
	top: 0px;
	background-color: #343434;
	text-align: center;
	vertical-align: middle;
	}
.menu3 a {
	display:block;
	width: 180px;
	background-color: #343434;
}
.menu3 a:hover {
	background-color: #006600;
}

.content{
	font-weight: bold;
	background-color: #5c5c5c;
	background-image:url(bgcontent.jpg);
	padding: 15px;
	color: #ffffff;
	}

.title{
	font-size: 24px;
	}

.subtitle{
	font-size: 18px;
	}
.source{
	font-size: 8px;
	}