BODY, TD, TH, P, A, DIV, INPUT, TEXTAREA, SELECT H1 H2 H3{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

BODY {
	background-color : #e5e5e5;
	color : #000000;
}

BODY.black {
	background-color : #000000;
	background-image: URL(/images/pics/bg-dark.gif);
}

H1, H2, H3 {
	text-align: center;
}

.chanName {
	background-color:#003399;
	color:white;
	text-align:center;
	padding:3px;
	font-weight:bold;
	margin-bottom:3px
}

.error {
	background-color : #FFFFFF;
	color : #FF0000;
}

.select {
	background-color : #808080;
	color : #FFFFFF;
}

.heading {
	background-color : #FFFFFF;
	color : #1E1270;
}

A:hover {
	text-decoration: underline;
}

.note {
	background-color : #FFFFFF;
	color: #FF0000;
	font-size: 150%;
}

.sm {
	background-color:white;
	border: 1px solid #000000;
	border-left: none;
	font-size: 80%;
	padding: 3px;
}

.sm.even {
	background-color: white !important;
}

.sm2 {
	background-color:white;
	border:1px solid #000000;
	font-size: 80%;
	padding: 3px;
}

.sm3 {
	vertical-align: top;
	font-size: 80%;
	padding-bottom:3px;
	padding-top:3px;
}

.header {
	background-color : #f5f5f5;
	border: 1px solid #000000;
	border-bottom:none;
	text-align: center;
	padding: 3px;
}

.header2 {
	background-color : #f5f5f5;
	border:none;
	text-align: center;
	font-size: 80%;
}

.footer {
	background-color : #f5f5f5;
	border: 1px solid #000000;
	border-top:none;
	text-align: center;
	vertical-align: middle;
	font-size: 80%;
	padding:3px;
}

.display {
	padding: 1px 0px 1px 1px;
	font-weight: bold;
	font-size: 9px;
	margin: 0px 0px 0px 0px ;
	cursor: hand;
	background-color: #FCEFC4;
}

.tab {
	background: #003399 url(/images/tab_bg.gif) top left repeat-x;
	padding:0px 10px;
	height:30px !important;
	float:left;
	line-height:30px;
}

li.corner {
	height:30px;
	width:30px;
	float:left;
	line-height:30px;
}

li.corner.lt {
	background: transparent url(/images/tab_l.gif) top left no-repeat;
}

li.corner.rt {
	background: transparent url(/images/tab_r.gif) top left no-repeat;
}


li.corner img {
	border:none;
	font-size:0%;
}

.tab.highlight {
	background: #003399 url(/images/tab_bgh.gif) top left repeat-x;
}

.tab.special {
	background: #003399 url(/images/tab_bgs.gif) top left repeat-x;
}

.tab a, .tab a:link, .tab a:visited, .tab span {
	color:white;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

.tab a:hover {
	text-decoration:underline;
}
