/* Fusion Glass CSS Document */
* {
	margin:0;
	padding:0;
	font-family:'trebuchet ms', tahoma, arial, helvetica, sans;
/*	font-size:10pt;*/
}
body {
	background:#000000;
	margin-left:40px;
}
table #site {
/* table that contains all of site */
	width:980px;
}
.nav {width:710px;font-size:10pt;}
.nav a {color:#FFFFFF;text-decoration:none;font-weight:bold;}
.nav a:hover {color:#FFFFFF;text-decoration:underline;}
.nav li {
	display:inline;
	margin-right:10px;
}
img {border:none;}
img a {border:none;}
#content ul {margin-left:15px;}
#content img {border:1px solid black;}
#content {
	width:710px;
	background:#FFFFFF;
	min-height:600px;
	padding:15px;
}
p,h1,h2,h3,h4,h5,h6 {padding:0px;margin:0px;}
p {
/* body text */
	line-height:1.3em;
	padding:0px;
	margin:0px;
	font-size:10pt;
	margin-bottom:10px;
}
h1 {
/* page headings */
	margin-bottom:20px;
	font-size:16pt;
/*	font-size:16pt;*/
	font-weight:bold;
}
h2 {
/* secondary headings */
	margin-top:10px;
	font-size:14pt;
	font-weight:bold;
}
h3 {
/* bold p */
	font-weight:bold;
	font-size:12pt;
}
h4 {
/* italic p */
	font-style:italic;
}
h5 {
/* small heading or caption bold */
	font-size:8pt;
	font-weight:bold;
}
h6 {
/* small heading or caption italic */
	font-size:8pt;
	font-style:italic;
}
.ibdglink {color:#FFFFFF;font-size:8pt;}
.ibdglink a {color:#FFFFFF;}
#contacts p {
	color:#FFFFFF;
	text-align:right;
	font-size:8pt;
}
#contacts {
	padding:30px 10px 20px 10px;
}
#contacts a {
	color:#FFFFFF;
	font-size:8pt;
}
#form .input {
	width:200px;
	margin-bottom:5px;
	font-size:10pt
}
#form #submit {
	background:#000000;
	color:#FFFFFF;
	font-size:10pt;
}
#error li {
	margin-left:20px;	
}
label {font-size:10pt;}
.rednote {
	font-size:10pt;
	color:red;
}
span.greynote {
	font-size:8pt;
	color:grey;
}
