/* -----------------------------------------------------------------
PROJECT:		CORNFLOWERMUSIC.COM
VERSION:		3.3
LAST CHANGE:	2008/05/08
----------------------------------------------------------------- */

/*

# [COLOR CODES]

Background:	#000000 (black)
Content:	#1a3c4e (dark blue-grey)
Header h1:	#28607d (navy blue)
Header h2:	#1f4a60 (dark blue-grey)
Header h3:	#1a3c4e (dark blue-grey)
Footer:		#b5cede (dark black)

a (link):		#00699e (royal blue)
a (visited): 	#00699e (royal blue)
a (hover):		#8b8b8b (grey)
a (active):		#00699e (royal blue)
# 

*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

/* GLOBAL STYLES */

body {background-color: #ffffff;}

a:link {color: #4b7fa5; text-decoration: none;}
a:visited {color: #4b7fa5; text-decoration: none;}

a:hover {color: #8b8b8b; text-decoration: underline;}
a:active {color: #4b7fa5; text-decoration: none;}

.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1a3c4e;
}
.BackNext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	color: #28607d;
	font-weight: bold;
	letter-spacing: -2px
}
.h1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #28607d;
	letter-spacing: -1px
}
.h1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #28607d;
	font-weight: bold;
	letter-spacing: -2px
}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #1f4a60;
	letter-spacing: -1px
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #1f4a60;
	letter-spacing: -1px
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #28607d;
	letter-spacing: -1px
}
.SubText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	text-align: justify
}
.SubText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #53849E;
}
.SubText3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #1a3c4e;
}
.SubNavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #776679;
	font-weight: bold;
}
.NavLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 14pt;
	color: #000000;
	font-weight: bold;
}
.SmallLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

/* SCHEDULE TEXT */


/* ALT-LINKS & TEXT */

.mainlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #A3BDCC;
}
.lessonnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: normal;
	font-weight: normal;
	color: #D7E1FB;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
.mainlinks a:link {color: #A3BDCC; text-decoration: none;}
.mainlinks a:visited {color: #A3BDCC; text-decoration: none;}
.mainlinks a:hover {color: #487C92; text-decoration: none;}
.mainlinks a:active {color: #487C92; text-decoration: none;}

.lessonnav a:link {color: #94A5FF; text-decoration: underline;}
.lessonnav a:visited {color: #94A5FF; text-decoration: underline;}
.lessonnav a:hover {color: #CCCCCC; text-decoration: none;}
.lessonnav a:active {color: #CCCCCC; text-decoration: none;}

.copyright a:link {color: #4b7fa5; text-decoration: none;}
.copyright a:visited {color: #4b7fa5; text-decoration: none;}
.copyright a:hover {color: #487C92; text-decoration: underline;}
.copyright a:active {color: #4b7fa5; text-decoration: none;}

.cssbody {
	background-image: url(images/img-body-bgrnd-norep.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.cssbgrnd {
	background-image: url(images/img-css-bgrnd-rep.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
