TMC Fonts (2/2007)
Century Gothic Download Font (Windows TrueType) - Always rendered as a graphic - TMC does not assume the user has this font installed on their system by default.
- Typically used as a banner/header/logo font, such as Lzone Course Banners
Verdana Download Font (Windows TrueType) - Default font
- Commonly used for body copy
Arial Download Font (Windows TrueType) 2nd Choice default font
Tahoma Download Font (Windows TrueType) - Default Font for Cultural Navigator menu. If not available, defaults to Verdana, then Arial
- Used in Cultural Navigator Navigation Menu

TMC Styles (2/2007)
title
.title {
	color: #000000;
	font-size: 20px;
	font-family:  verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none
}
subtitle
.subtitle {
	color: #000000;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none
}
bodycopy
.bodycopy {
	color: #000000;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none
}
bodyerror
.bodyerror
{
	color: #ff0000;
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none
}
small
.small {
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none
}
verysmall
.verysmall {
	color: #000000;
	font-size: 9px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none
}
ControlLabel
.ControlLabel {
	color: #000000;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight:bold;
	text-decoration: none
}
default link
a:link {
	font-weight:bold;
	text-decoration: underline
}
a:visited {
	font-weight:bold;
	text-decoration: underline
}
a:active {
	font-weight:bold;
	text-decoration: underline
}
a:hover {
	font-weight:bold;
	text-decoration: underline
}
Note: Below are default values for Menu item background and forecolors. These colors will change in the Cultural Navigator according to the template
TopMenuGroup
.TopMenuGroup{
	background-color:#0B3D91;
}


TopMenuItem
.TopMenuItem{
	color:#FFFFFF;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
}

SelectedTopMenuItem
.SelectedTopMenuItem{
	color:#FFFF00;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
}

MenuGroup
.MenuGroup{
	background-color:#0B3D91;
}


MenuItem
.MenuItem{
	color:#FFFFFF;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
}

SelectedMenuItem
.SelectedMenuItem{
	color:#FFFF00;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
}

MenuItemHover
.MenuItemHover{
	background-color:#E89D00;
	color:#FFFFFF;
	font-family: Tahoma, verdana, arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	cursor:hand;
	text-align:left;
}