body {
	background: #000 url(black-2-rainbow.png) no-repeat center top;
	color: #CACACA;
}
a {
	color: #D4D4D4;
}
a:hover {
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2 {
	color:#fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
}
h2 {
	color:#a70082;
	font-weight:bold;
}
h3 {
	color:#008081;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
}
#cc-branding-outer {
	min-height:10px;
}
.cc-divider {
	background:transparent;
	border-color:#008081;
}
a.cc-calendar {
	color:#b50000;
}
a.cc-calendar:hover {
	color:rgba(181, 0, 0, .8);
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#980000 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border:none;
	color:#000;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#b50000 url(../../common/images/regbtn-overlay.png) repeat-x center top;
}
a.cc-register:after {
	content: " \2192";
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/****IE 6****/
* html body {
	background-image:url(black-2-rainbow-ie6.jpg);	
}
* html #cc-branding-outer {
	height:10px;
}
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary {
	background-image:none;
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover {
	background-image:none;
}
.group-sep {
	border-color:#008081;	
}