td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	background-image: url(../imgs/bg1.jpg);
	background-repeat: repeat-x;
}

.justify {
	text-align: justify;
	font-size: 15px;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}

.right {
	text-align: right;
}

a:link {
	color: #fff;
	text-decoration:none;
}

a:visited {
	color: #fff;
	text-decoration:none;
	
}

a:active {
	color: #fff;
	text-decoration:underline;
	
}

a:hover {
	
	color: #FFF;
	background-color: #609;
}

.div_border {
	border: double #FFF;
	background-color: #000;
}

.div_grayinside {
	border: double #999;
	
}

.div_board {
	background-image: url(../imgs/GB8_angle.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.div_about {
	background-image: url(../imgs/board2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.div_services {
	background-image: url(../imgs/logowatermark.png);
	background-repeat: no-repeat;
	background-position: center;
}

.div_events {
	background-image: url(../imgs/livewatermark.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.div_mic {
	background-image: url(../imgs/sm58.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.text_small {
	font-size: 10px;
}

.text_med {
	font-size: 16px;
}

.text_14 {
	font-size: 14px;
}

.text_18 {
	font-size: 18px;
	font-weight:bold;
}

.text_lrg {
	font-size: 24px;
	font-weight: bold;
}

.gray_cap {
	font-size: 30px;
	color:#999;
	font-weight: bold;
}

.yellow {
	font-size: 16px;
	color:#fc0;
	font-style:italic;
	font-variant: small-caps;
	
}
