/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{ 
	font-family: Verdana,sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 1.166;	
	margin: 11px;
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #990000;
	
}



/* Define the width, colour and border around the page content */
.bodyBorder {
  width:765px;
  text-align:left;
	margin-left: auto;
  margin-right: auto;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
font-size:12px;
	color: #ffffff;
	text-decoration: underline;
}

a:hover{
font-size:12px;
     color: #ffffff;
	text-decoration: none;
}


a:active{
font-size:12px;
     color: #ffffff;
	text-decoration: underline;
}


/************** header tag styles **************/
}
.greybox{
 font: normal 90% verdana,sans-serif;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

a:greybox:visited{
 font: normal 90% verdana,sans-serif;
	color: #990000;
	text-decoration: underline;
}

a:greybox:hover{
 font: normal 90% verdana,sans-serif;
     color: #990000;
	text-decoration: none;
}


a:greybox:active{
 font: normal 90% verdana,sans-serif;
     color: #990000;
	text-decoration: underline;
}

h1{
 font: bold 200% verdana,sans-serif;
 color: #990000;
 margin: 0px;
 padding: 0px;
}


h2{
 font: bold 100% verdana,sans-serif;
 color: #990000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: normal 90% verdana,sans-serif;
 color: #990000;
 margin: 0px;
 padding: 0px;

}

h4{
 font: 100% verdana,sans-serif;
 color: #3C4E3C;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 200% verdana,sans-serif;
 font-weight:bold;
 color: #C0C0C0;
 margin: 0px;
 padding: 0px;
}

h6{
 font: 100% verdana,sans-serif;
font-weight:normal;
 color: #ffffff;
}

.textpictitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 font-weight: bold; color: #DFDDCB

}

.textartist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 font-weight: bold; color: #DFDDCB
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #DFDDCB
}

.textlink {

	font-size: 11px;
 	color: #DFDDCB
}


.textlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 font-weight: normal; color: #DFDDCB
}

.textdetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 font-weight: normal; color: #DFDDCB
}
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Verdana,sans-serif;
	font-size:11px;
	color: #3C4E3C;

}



/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: none;
}




