@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}


/* CSS Document */

p {
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
}
ul li {
	font-weight: bold;
	font-size: 10pt;
}


#master {
	width: 900px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	margin: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}


#header {
	width: 900px;
}

#nav {
	padding: 10px;
	width: 170px;
	background-color: #096;
	float: left;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 8px;
}
#content {
	float: right;
	width: 655px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
}
#content_menu {
	float: right;
	width: 90px;
	background-color: #096;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 8px;
	padding-left: 8px;
}
#btp_logo {
	float: left;
	height: 50px;
	width: 190px;
	margin: 8px;
	background-color: #90F;
}

#footer {
	width: 900px;
	margin: 8px;
}
#content_menu a:link {
	color: #000;
	text-decoration: none;
}
#content_menu a:hover {
	background-color: #3CC;
	text-decoration: none;
}
#content_menu a:visited {
	color: #000;
	text-decoration: none;
}
#content_menu a:active {
	color: #F00;
	text-decoration: none;
}


.color_blue {
	color: #36C;
}
.color_red {
	color: #F00;
	font-size: 8pt;
	font-weight: normal;
}
#FlashID {
	margin-left: 8px;
}
.Flashholder {
	float: right;
	height: auto;
	width: auto;
}
