/**
 * Style sheet BTbasic
 */

/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px 15px 0px 0px;
	padding:0px;
}

h1
{
	margin:12px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:21pt;
}

h2
{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:24px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-image:url("../images/BTHC_bkg1.jpg");
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Times New Roman, Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Times New Roman, Times, serif;
	color:#990000;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Times New Roman, Times, serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	background-color:#ffffff;
	font-size:12pt;
	color:#666966;
	line-height:14pt;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight:bold;
	font-size:18px;
	color:#990000;
}


/**
 * footer
 */
#footer
{
	margin:0px auto;
	padding:35px 0px 15px 150px;
}


/**
 * Links
 */
a
{
	text-decoration:underline;
	color:#666666;
}

a:hover
{
	text-decoration:underline;
}
