/* CSS Document */
.separator {
	bgcolor="#FFFFFF";
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
}


p,body,td,th {
	color: #FFFF00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bolder;
}
body {
	background-color: #000000;
	background-image: url(images/background.jpg);
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #003366;
	text-align: center;
}
p,TD,body,TH {
	font-family: Georgia, "Times New Roman", Times, serif
	color: #FFFF00;
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}


th {
	background-color: #009933;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	font-weight: bold;
}

ol,ul {

}
ol li, ul li {
	color: #FFFF00;
	font-weight: bold;
	font-size: 15px;
	list-style-position: inside;
}

OL OL LI, UL UL LI	{
	font-weight: normal;
	font-size: 14px;
	xbackground-color: #eeeefe;
	color: #333399;
	}
	
OL OL OL LI	{
	color: #6666cc;
	font-size: 13px;
	font-weight: normal;
	xbackground-color: #dddded;
	}
OL OL OL OL LI, UL UL UL UL LI {
	color: #6666cc;
	font-size: 12px;
	font-weight: normal;
	xbackground-color: #ddddde;
	}
TABLE TR TD {font-family: "Courier New", Courier, mono}

TABLE.micindex TR TD {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
	
TABLE.miccommittee TR TD {
	font-family:Georgia, "Times New Roman", Times, serif}
	
TABLE.darkbox {
	background-color: #6699cc;
	border-spacing: 1px;
	text-align: center;
}

TABLE.darkbox TH {
	font-size: 18px;
	border: 1px solid white;
}

TR.darkbox_labels TH{
	background-color: #6699cc;
	color: #003366;
	font-size: 17px;
}
TABLE.darkbox TD {
    background-color: #f9f9ff;
}

.darktext {
	font-weight: bolder;
	font-size: 16px;
	color: #003366;
}

.smalltext {
    font-size: 9px;
}

code {
	font-size: 12px;
	color: #000066;
}

.tbutton {font-size: xx-small}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
