/* The scroll bar colours only visible in IE5.5+ */
/*body {
   background-color: #990000; 
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #666666; 
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: White; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}*/

H1{
	font-size: 16px;
	font-weight: bold;
	color: #F26744;
	margin-bottom: 0px; 
	padding-bottom: 0px;
	margin-top: 0px;
    padding-top: 0px;
}

H2
{
	font-size: 12px;
	font-weight: bold;
	color: #6D4921;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 20px; 
	margin-right: 6px; 
	margin-bottom: 0px; 
}

#image{
	border: 1px solid #F4F9C8;
}

div#dates {
	background-color: #EAF8F6;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}

input{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; 	color: #6D4921;
}

textarea{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; 	color: #6D4921;
}

select{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; 	color: #6D4921;
}

option{
    font-family: Verdana, Arial, Helvetica, Lucida, Sans-Serif;
    font-size: 11px; 	color: #6D4921;
}

/* end form formatting*/

#text{
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D4921;
}

#yarn{
	color: #AA75AA;
}

#textblocked{
	font-size: 70%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6D4921;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
}

#copyright{
	font-size: 11px; color: #AABC83;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 3px;
	padding-top: 5px;
}

/* text link */

a.text:link { 
	color: #6D4921; 
	text-decoration: none;
	font-weight: bold;
}

a.text:active { 
	color: #6D4921; 
	text-decoration: none;
	font-weight: bold;
}
	
a.text:visited { 
	color: #6D4921; 
	text-decoration: none;
	font-weight: bold;
}

a.text:hover { 
	color: #6A8EC2; 
	text-decoration: none;
	font-weight: bold;
}

/* yarn link */

a.yarn:link { 
	color: #AA75AA; 
	text-decoration: none;
	font-weight: bold;
}

a.yarn:active { 
	color: #AA75AA; 
	text-decoration: none;
	font-weight: bold;
}
	
a.yarn:visited { 
	color: #AA75AA; 
	text-decoration: none;
	font-weight: bold;
}

a.yarn:hover { 
	color: #6A8EC2; 
	text-decoration: none;
	font-weight: bold;
}

/* bottom menu link */

a.copyright:link { 
	color: #AABC83; 
	text-decoration: none; 
}

a.copyright:active { 
	color: #AABC83; 
	text-decoration: none; 
}
	
a.copyright:visited { 
	color: #AABC83; 
	text-decoration: none; 
}

a.copyright:hover { 
	color: #6A8EC2; 
	text-decoration: none; 
}

a:link { 
	color: #6A8EC2; 
	text-decoration: none;
}

a:active { 
	color: #6A8EC2; 
	text-decoration: none;
}
	
a:visited { 
	color: #6A8EC2; 
	text-decoration: none;
}

a:hover { 
	color: #6A8EC2; 
	text-decoration: none;
}