@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	margin: 0px;
	font-family: Monaco, Arial, Geneva, sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
body,td,th {
	color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
	color: #decea8;
	/*line-height: 0px;*/
	padding-top: 12px;
	padding-bottom: 5px;
}

/* LINKS */
a:link {
	color: #ffffff;
	text-decoration:underline;
}
a:visited {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
}
#flashcontent {
	/*z-index: 2;*/
	z-index: 1;
	height: 200px;
	width: 1000px;
	padding: 0px;
}

/* TABLE TAGS  */

TD.topleftside{
	background-image: url(../images/BEC-Frame_TL.gif);
	background-repeat: no-repeat;
	background-position: top;}
TD.toprightside{
	background-image: url(../images/BEC-Frame_TR.gif);
	background-repeat: no-repeat;
	background-position: top;
}

TD.leftside{
	background-image: url(../images/BEC-Frame_L.gif);
	background-repeat: repeat-y;
	background-position: top;
}
TD.rightside{
	background-image: url(../images/BEC-Frame_R.gif);
	background-repeat: repeat-y;
	background-position: left;
}
TD.bottomleftside{
	background-image: url(../images/BEC-Frame_BL.gif);
	background-repeat: no-repeat;
	background-position: top;}
TD.bottomrightside{
	background-image: url(../images/BEC-Frame_BR.gif);
	background-repeat: no-repeat;
	background-position: left;
}
TD.topside{
	background-image: url(../images/BEC-Frame_T.gif);
	background-repeat: repeat-x;
	background-position: top;
}
TD.bottom{
	background-image: url(../images/BEC-Frame_B.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Other */
.red {
	color: #ff0000;
}
table.stdtable {
	font-size: 1em;
	border-collapse: collapse;
}
table.stdtable td, table.stdtable th {vertical-align: top; padding: 2px 6px; border: 1px solid #323232;}
table.stdtable th {background-color: #242424;}
.odd {
	background-color: #242424;
}
.indent {margin-left: 2em;}
.question {
	font-weight: bold;
	background-color: #242424;
	margin-bottom: 0;
	margin-left: 1.5em;
	color: #fff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 1px;
	}
.answer {
	margin-top: 0;
	margin-left: 1.5em;
	}
.question span {
	padding: .2em .5em .2em .4em;
	font-size: 150%; 
	color: #f00;
	margin-left: -1.5em;
	}
.answer span {
	font-weight: bold;
	font-size: 150%;
	color: #decea8;
	margin-left: -1.5em;
	padding: .2em .5em .2em .5em;
	}
