
td    { color: #696969; font-size: 9pt; font-family: Arial, verdana }
A:link { color:#660033;text-decoration:none }
A:visited { color:#660033;text-decoration:none }
A:active { color:#660033;text-decoration:none }
A:hover {color:#660033;text-decoration:underline }


body {
	background-color: #FFFFFF; 
	padding: 0px; 
	margin: 0px;
}

/* home styles */
td.header1 {
	background: #CCCC99;
}
td.homeheader1  {
	background: #CCCC99 url(images/home/home_bg.gif);
	background-repeat : no-repeat;
}
td.homeheader2  {
	background: #CCCC99 url(images/home/home_bg2.gif);
	background-repeat : no-repeat;
}
td.flash {
	background: #330033;
}

/* page styles */
td.header2 {
	background: #BDBD8A;
}
td.header1  {
	background: #BDBD8A url(images/common/page_bg.gif);
	background-repeat : no-repeat;
}
td.header2  {
	background: #BDBD8A url(images/common/page_bg2.gif);
	background-repeat : no-repeat;
}

/* color cells */
td.magenta {
	background: #660033;
}
td.blue {
	background: #330033;
}
td.darkblue {
	background: #000033;
}
td.medblue {
	background: #336699;
}
td.lightblue {
	background: #C1D1E0;
}
td.darkred {
	background: #330000;
}
td.brickred {
	background: #993300;
}
td.darkteal {
	background: #003333;
}
td.teal {
	background: #006666;
}
td.lightteal {
	background: #669999;
}
td.pink {
	background: #D1B2C1;
}
td.lightred {
	background: #F9D49F;
}
td.lightblue2 {
	background: #BFD9D9;
}

/* text styles */
.bodytext {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}


.subtitle {
	font-weight: bold;
}

.footer {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #333333;
}
.footer A:ACTIVE {
	color: #333333;
	text-decoration: none;
}
.footer A:LINK {
	color: #333333;
	text-decoration: none;
}
.footer A:VISITED {
	color: #333333;
	text-decoration: none;
}
.footer A:HOVER {
	color: #333333;
	text-decoration: none;
}

/* styles for team page */
.teamname {
	font-weight: bold;
}

.teamtitle {
	font-style: italic;
}

/* styles for events page */
.eventdate {
	font-weight: bold;
}

.eventname {
	font-style: italic;
}

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

/* styles for resource page */
.resourcetitle {
	font-weight: bold;
	font-style: italic;
}
