#cork {
	width: 600px;
	height: 430px;
	padding: 20px;
	background-image: url(images/cork_board_blank.jpg);
	margin: auto;
	color: #000;
	font-weight: bold;
	font-size: 11pt;
}

.text_scroll {
 overflow:auto;
 height: 570px;
 width: 400px;
 padding: 10px;
 text-align: left;
 margin: auto;
 color: #402b18;
}

#announcements {
	width: 616px;
	padding: 12px;
	background-color:#000000;
	/*background-image: url(images/2010/oct14/orange-black-gradient.gif);*/
	background-image: url(images/gradient-teal.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
	text-align: left;
}

.rotating {
	width: 520px;
	height: 390px;
	margin: auto;
	border: 1px solid #97B0E6;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-image: url(images/star-bkgd_sm.gif);
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.border {
	border: 1px solid #97B0E6;
}	

.bold_italic {
	font-style: italic;
	font-weight:bold;
}

.bold_italic_large {
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}

.bold {
	font-weight:bold;
}

.bold_large {
	font-weight:bold;
	font-size: 11pt;
}

.italic {
	font-style: italic;
}

.text_brown_lg {
	color: #402b18;
	font-weight: bold;
	font-size: 11pt;
}

.text-white {
	font-size: 9pt;
	color: #FFFFFF;
}

.text-white_BIG {
	font-size: 12pt;
	color: #FFFFFF;
}
.text-white_sm {
	font-size: 8pt;
	color:#FFFFFF;
}

.text-pink_sm {
	font-size: 8pt;
	color:#FF99FF;
}

.text-pink {
	color:#FF99FF;
}

.text-black {
	font-size: 9pt;
	color: #000000;
}
.text-blue {
	font-size: 9pt;
	color: #3300FF;
}
.text-blue_lg {
	font-size: 14pt;
	color: #3300FF;
}
.text-yellow {
	color: #FFFF00;
}

.text-orange {
	font-size: 9pt;
	color: #FB8C14;
}

.text-green {
	font-size: 9pt;
	color: #64FF01;
}

.text-green_lg {
	font-size: 14pt;
	color: #64FF01;
	font-weight: bold;
}

.header-yellow {
	font-size: 16pt;
	color: #FFFF00;
}

.header-black {
	font-size: 16pt;
	color: #000000;
}

.header-red {
	font-size: 16pt;
	color: #FF0000;
}

.header-white {
	font-size: 16pt;
	color: #FFffff;
	text-align: center;
}
.header-purple {
	font-size: 16pt;
	color: #9966FF;
}

.purple-text {
	color: #cbaace;
}

.header-red-lg {
	font-size: 36pt;
	color: #FF0000;
	font-weight: bold;
}

.header-turq {
	font-size: 9pt;
	color: #0BF8F1;
	font-weight: bold;
}
.header-turq-lg {
	font-size: 12pt;
	color: #0BF8F1;
	font-weight: bold;
}

.header-yellow {
	font-size: 16pt;
	color: #FFFF00;
}

.header-blue {
	font-size: 9pt;
	color: #97B0E6;
	font-weight: bold;
}
.header-white-fancy {
	font-family: Baskerville Old Face, serif;
	font-size: 24pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}

.header-pink-fancy {
	font-family: Baskerville Old Face, serif;
	font-size: 24pt;
	color: #FF99FF;
	font-weight: bold;
	font-style: italic;
}

.center {
	width: 100%;
	text-align: center;
	margin: auto;
}

a {
	color: #97B0E6;
	text-decoration:none;
}	
	
a:hover {
	color: #97B0E6;	
	text-decoration:underline;
}

a.black_links {
text-decoration:none;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

a.black_links:hover {
text-decoration:underline;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

a.white_links {
text-decoration:none;
	color: #FFFFFF;
	font-size: 9pt;
}

a.white_links:hover {
text-decoration:underline;
	color: #FFFFFF;
	font-size: 9pt;
}

a.red_links {
	color: #FF0000;
	font-size: 16pt;
	text-decoration: underline;
}

a.red_links:hover {
	color: #FF0000;
	font-size: 16pt;
	text-decoration: underline;
}

a.yellow_links {
text-decoration:underline;
	color: #FFFF00;
}

a.yellow_links:hover {
text-decoration:underline;
	color: #FFFF00;
}

a.orange_links {
text-decoration:underline;
	color: #F49E21;
}

a.orange_links:hover {
text-decoration:underline;
	color: #F49E21;
}

