/*
Author:			Jose Ivey
Date:		 	September 24, 2001
*/

/* basic properties */
body {
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : Black;
}

.list_simple {list-style : none;}

.font {font-size: 14px;}

.font_heading_1{
	font-size: 16px;
	font-weight: bold;
}

.font_tag_line {
	font-size: 14px;
	font-weight: bold;
}

.font_logo {font-size: 36px;}

.font_logo_gray {
	font-size: 36px;
	color: Gray;
}

.font_logo_small {font-size: 24px;}

.font_logo_gray_small {
	font-size: 24px;
	color: Gray;
}

.font_link_small {
	font-size: 12px;
	font-weight: bold;
	color: gray;
}

.font_link_extra_small {
	font-size: 10px;
	font-weight: bold;
	color: gray;
}


.font_link_calendar {
	font-size: 10px;
	font-weight: bold;
	color: blue;
}

A:LINK.font_link_calendar {
	color : blue;
	text-decoration : none;
}

A:VISITED.font_link_calendar {
	color : blue;
	text-decoration : none;
}
A:ACTIVE.font_link_calendar {
	color : blue;
	text-decoration : none;
}

A:Hover.font_link_calendar {color: black;}


.font_body_small {
	font-size: 12px;
	color: gray;
}

.font_form_small {font-size: 10px;}

.font_nav {
	font-size: 14px;
	font-weight: bold;
	color: gray;
}

.font_nav_on {
	font-size: 14px;
	font-weight: bold;
}

.font_body {font-size: 12px;}

.font_body_bold {
	font-size: 12px;
	font-weight: bold;
}

.font_body_small_bold {
	font-size: 10px;
	font-weight: bold;
	color : Black;
}

.font_body_small {
	font-size: 10px;
	font-weight : normal;
	color : Black;
}

.font_spacer{
	font-size: 4px;
}
.font_caption_artist {
	font-size: 12px;
	font-style : oblique;
	font-variant : normal;
}

.email{	color : 003399; text-decoration : yes;}

A:LINK {
	color : gray;
	text-decoration : none;
}

A:ACTIVE {
	color : gray;
	text-decoration : none;
}

A:VISITED {
	color : gray;
	text-decoration : none;
}

A.other {text-decoration : underline;}

A:Hover {color: black;}
