body ,td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px; 
	background-color: #ffffff; 
	color: #6b4129; 
	line-height: 18px;
}

hr {
	color: #6b4129;
}

a:link {
	color: #0063a3; 
	text-decoration: none;
}

a:hover {
	color: #990000; 
	text-decoration: underline;
}

a:visited {
	color: #0063a3; 
	text-decoration: none;
}

.boldgray-title {
	color: #767472; 
	font-weight: bold; 
	font-size: 14px;
}

h1 {
	font-size: 12px; 
	font-weight: normal;
}

.boldgreentitle {
	color: #97bf6d; 
	font-weight: bold; 
	font-size: 14px;
}

.greentitle-small {
	color: #97bf6d; 
	font-weight: bold; 
	font-size: 12px;
}

.bold-bluetitle {
	color: #019B94; 
	font-weight: bold;
}

.boldbluetitle-small {
	color: #202c83; 
	font-weight: bold; 
	font-size: 12px;
}

.large-bluetitle {
	color: #019B94; 
	font-weight: bold; 
	font-size: 14px;
}

.homepage-bluetext {
	color: #0063a3; 
	font-weight: bold; 
	font-size: 16px; 
	font-family:"Times New Roman", Times, serif; 
	line-height: 22px;
}

/* To highlight current page, must set ID in body tag
---------------------------------------------------------------- */

#home .home, #aboutlink .aboutlink, #studiolink .studiolink, #contactlink .contactlink, #priceslink .priceslink, #classeslink .classeslink {
		background-image: url(../images/leafback.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0;
	padding-left: 2.2em;
	color:#97bf6d;

	
}

/*      Left Navigation Home Page
---------------------------------------------------------------- */

#nav {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 27px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li { 
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	background-position: 0.5em  0;
	padding-left: 2.2em;
	font-weight: bold; 
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: block; 
}

#nav li a {

	font-size:14px;
	line-height:30px;
	color: #202C83;
	
	padding-left: 2.2em;
	text-decoration: none;
}

#nav li a:hover {
	background-image: url(../incs/leaf.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0;
	padding-left: 2.2em;
	font-size:14px;
	line-height: 30px;
	height: 30px;
	display: block;
color:#97bf6d;
}

