* { margin: 0; padding: 0; }

body {
	background: #DCDCDC url(../assets/webgfx/bg/bg_logo_cctta.gif) no-repeat 90% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	margin: 50px;
	padding-top: 70px;
}

.admintable { width: 100%; margin-top: 2em; margin-bottom: 2em; }

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th { font-weight: bold; text-transform: uppercase; background: #999; color: #FFF; text-align: left; }
.centered { text-align: center; }
a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	color: #000;
}

h1.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
  color: #000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
  color: #000;
}

#nav {
	list-style-type: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	color: #FFF;
	background-color: #CECECE;
	padding-left: 10px; 
	padding-top: 5px;
	padding-bottom: 5px; 
	border-bottom: 3px solid #BBB;
	margin-bottom: 20px;
}
#nav li { display: inline; padding-right: 10px; border-right: 1px solid #999; margin-right: 10px; }
#nav a { color: #36C; text-decoration: none; }
#nav a:hover { color: #FFF; text-decoration: none; }

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}


.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

a { 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}



